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

proper JDK supply #160

Closed
hohwille opened this issue Aug 1, 2019 · 1 comment
Closed

proper JDK supply #160

hohwille opened this issue Aug 1, 2019 · 1 comment
Labels
commandlet related to commandlets (scripts/command/*) software software-package with 3rd party products
Milestone

Comments

@hohwille
Copy link
Member

hohwille commented Aug 1, 2019

Using OpenJDK directly is leading to lots of issues:

  • releases get removed after some time and downloads are therefore not reproducable
  • resulting from the above currently no support for Java 1.8 anymore possible, what is still required by some projects
  • support for updates of major release ends before stability is reached
  • resulting from the above there is no JDK that is capable to build a release of devon4j as JavaDoc tool in OpenJDK11 is broken.
  • download URLs do not seem to follow a consistent systematic convention

As we want to provide support for an reproducable and reliable IDE, we are switching to https://github.com/AdoptOpenJDK/ that resolves all the above issues.

@hohwille hohwille added software software-package with 3rd party products commandlet related to commandlets (scripts/command/*) labels Aug 1, 2019
@hohwille hohwille added this to the release:3.0.0 milestone Aug 1, 2019
hohwille added a commit that referenced this issue Aug 1, 2019
* #159: devon4j migration improved/fixed
* #160: switched from OpenJDK to AdoptOpenJDK
* #161: fixed mvn invocation and exit code
* #162: propagate exit code
* #152: fix if installed software is reused (proper exit code so post installation quirks/enhancements are only once)
* #157: reuse local maven repo for integration tests to avoid waste
* #159: #157: improved integration test, create archetype and also test migration
* #18: archetype catalog should come with most recent archetype, updated and verify via test
@hohwille
Copy link
Member Author

hohwille commented Aug 1, 2019

Fixed with PR #163

@hohwille hohwille closed this as completed Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commandlet related to commandlets (scripts/command/*) software software-package with 3rd party products
Projects
None yet
Development

No branches or pull requests

1 participant