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

support java 17 #4060

Merged
merged 1 commit into from
Oct 25, 2021
Merged

support java 17 #4060

merged 1 commit into from
Oct 25, 2021

Conversation

nobodyiam
Copy link
Member

What's the purpose of this PR

Support Java 17

Which issue(s) this PR fixes:

Fixes #4026

Brief changelog

  • upgrade spring-boot, spring-cloud and jaxb to support java 17
  • add java 17 compile workflow

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Read the Contributing Guide before making this pull request.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit tests to verify the code.
  • Run mvn clean test to make sure this pull request doesn't break anything.
  • Update the CHANGES log.

@codecov-commenter
Copy link

Codecov Report

Merging #4060 (12d6295) into master (2b25529) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #4060      +/-   ##
============================================
- Coverage     51.69%   51.67%   -0.03%     
+ Complexity     2548     2546       -2     
============================================
  Files           484      484              
  Lines         14844    14844              
  Branches       1536     1536              
============================================
- Hits           7673     7670       -3     
- Misses         6637     6638       +1     
- Partials        534      536       +2     
Impacted Files Coverage Δ
...rk/apollo/spring/property/SpringValueRegistry.java 83.78% <0.00%> (-5.41%) ⬇️
.../framework/apollo/spring/property/SpringValue.java 87.71% <0.00%> (-1.76%) ⬇️

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 2b25529...12d6295. Read the comment docs.

@Anilople Anilople merged commit fb135bb into apolloconfig:master Oct 25, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 25, 2021
@nobodyiam nobodyiam deleted the java17-support branch October 26, 2021 00:13
@nobodyiam nobodyiam added this to the 2.0.0 milestone Jan 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Java 17
3 participants