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

Improve support for JDK 11 builds #299

Merged
merged 12 commits into from
Feb 15, 2021
Merged

Improve support for JDK 11 builds #299

merged 12 commits into from
Feb 15, 2021

Conversation

uhafner
Copy link
Owner

@uhafner uhafner commented Feb 13, 2021

Rework of some additional elements to use JDK 11 as build environment:

  • Enable animal sniffer for JDK 8
  • Create a Jenkins agent for Java 11
  • Fix some warnings due to Error Prone upgrade

@uhafner uhafner added the internal Internal changes without user or API impact label Feb 13, 2021
@codecov-io
Copy link

codecov-io commented Feb 14, 2021

Codecov Report

Merging #299 (692de91) into master (df3c8a0) will decrease coverage by 0.58%.
The diff coverage is 80.95%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #299      +/-   ##
============================================
- Coverage     88.19%   87.61%   -0.59%     
  Complexity       79       79              
============================================
  Files             8        8              
  Lines           322      323       +1     
  Branches         47       48       +1     
============================================
- Hits            284      283       -1     
- Misses           30       31       +1     
- Partials          8        9       +1     
Impacted Files Coverage Δ Complexity Δ
src/main/java/edu/hm/hafner/util/Ensure.java 75.20% <78.94%> (-1.42%) 8.00 <0.00> (ø)
src/main/java/edu/hm/hafner/util/FilteredLog.java 100.00% <100.00%> (ø) 15.00 <0.00> (ø)
...ain/java/edu/hm/hafner/util/TreeStringBuilder.java 94.33% <100.00%> (ø) 6.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df3c8a0...692de91. Read the comment docs.

@uhafner uhafner changed the title Renew pom elements Improve support for JDK 11 builds Feb 15, 2021
@uhafner uhafner marked this pull request as ready for review February 15, 2021 10:13
@uhafner uhafner merged commit 331bd4f into master Feb 15, 2021
@uhafner uhafner deleted the renew-pom branch February 15, 2021 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal changes without user or API impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants