-
Notifications
You must be signed in to change notification settings - Fork 42
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
chore: update build and tooling to utilize new java version #1321
Conversation
15ca167
to
ea2ebfe
Compare
Signed-off-by: Simon Schrottner <[email protected]>
ea2ebfe
to
9cd20db
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1321 +/- ##
============================================
+ Coverage 92.78% 93.23% +0.44%
- Complexity 465 467 +2
============================================
Files 43 43
Lines 1123 1123
Branches 90 90
============================================
+ Hits 1042 1047 +5
+ Misses 53 48 -5
Partials 28 28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
4358bb1
to
3691b52
Compare
Signed-off-by: christian.lutnik <[email protected]>
The build looks good to me and so do your changes, but I think you are targeting the wrong branch: https://github.com/open-feature/java-sdk/pull/1321/files#r1951674440 |
eb21d1a
to
632948c
Compare
Signed-off-by: Simon Schrottner <[email protected]>
632948c
to
2159941
Compare
#1331 - should solve the failing test issue |
Signed-off-by: Simon Schrottner <[email protected]>
|
This pullrequest will change our java version for builds. We still have a verification step with java 8 to ensure that we are not using any kind of wrong api which is part of a different jdk version.
how to test
see open-feature/java-sdk-contrib#1213