Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java provider #184

Merged
merged 7 commits into from
Jun 7, 2022
Merged

Java provider #184

merged 7 commits into from
Jun 7, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jun 5, 2022

closes #111

@ghost ghost marked this pull request as draft June 5, 2022 18:59
}

fn detect(&self, app: &App, _env: &Environment) -> Result<bool> {
Ok(app.includes_file("pom.xml")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought scala, groovy, clojure etc were going in different providers?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WIP, will remove them later.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, Gradle should probably be supported.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am basically rewriting heroku's java buildpack. Will add/remove stuff later.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought scala, groovy, clojure etc were going in different providers?

We're gonna do em as one for now and then work on composition once we get to parity

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I ask why?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simplicity sake for now. Easier to break them up later once we know what the composition looks like than try to define abstractions across providers without knowing what should be composable.

@Milo123459 Milo123459 changed the title WIP: Java provider Java provider Jun 6, 2022
@JakeCooper JakeCooper marked this pull request as ready for review June 7, 2022 01:58
@coffee-cup coffee-cup merged commit 047e323 into main Jun 7, 2022
@coffee-cup coffee-cup deleted the wyzlle/java branch June 7, 2022 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java provider
4 participants