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 11 support for hawkBit #1038

Merged
merged 3 commits into from
Oct 29, 2020
Merged

Conversation

schabdo
Copy link
Contributor

@schabdo schabdo commented Oct 26, 2020

Changes allow to bump Java source level from 8 to 11 passing all tests on JDK 11.
However I do not enforce the switch to Java 11 yet (cf. Java 11 roadmap).

Main changes:

  • Latest stable EclipseLink version fixing invalid JPA type serialization
  • Fixed compiler and JPA spec violation which is enforced since Java 9 (cf. JDK-8157181)
  • Fixed NPE in eclipselink-maven-plugin while parsing JPA annotations

Signed-off-by: Dominic Schabel <dominic.schabel@bosch.io>
@schabdo schabdo added this to the 0.3.0M7 milestone Oct 26, 2020
@schabdo schabdo mentioned this pull request Oct 26, 2020
12 tasks
Signed-off-by: Dominic Schabel <dominic.schabel@bosch.io>
Copy link
Contributor

@vigier vigier left a comment

Choose a reason for hiding this comment

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

👍 looks good - looking forward to switch to Java 11 😄 ☕

@laverman laverman merged commit ed9a4b1 into eclipse-hawkbit:master Oct 29, 2020
@laverman laverman deleted the feature-java11 branch October 29, 2020 15:37
krishna-devolo pushed a commit to devolo/hawkbit that referenced this pull request Sep 23, 2021
* hawkBit on Java 11
* Reference to created GH issue added

Signed-off-by: Dominic Schabel <dominic.schabel@bosch.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants