-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Version upgrades #11874
Merged
+46
−27
Merged
Version upgrades #11874
Changes from 11 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
77c7ccf
in-progress changes
kannanjgithub 659baf5
Version upgrades. Upgrading org.eclipse.jetty:jetty-servlet:11.0.24 t…
kannanjgithub 9278833
Undo jetty ee10 migration for now.
kannanjgithub 4bd09bd
Fix jetty servlet version upgrades.
kannanjgithub dc2d2b1
Merge branch 'grpc:master' into versionupgrade
kannanjgithub 1417894
Revert jakarta version upgrades, since it fails build about Java 11 c…
kannanjgithub 528e731
Revert errorprone version upgrades, requires higher Java version.
kannanjgithub 318a6a9
Revert guava upgrade since it seems to require higher erorrprone anno…
kannanjgithub 89f15d0
Revert guava upgrade since it seems to require higher erorrprone anno…
kannanjgithub ab540c5
Re-introduce jetty servlet upgrades, the error was due to jakarta-ser…
kannanjgithub b9ef60e
Figured we can't upgrade google-auth libraries and the error_prone_an…
kannanjgithub 4801e34
Only compile and run Jetty test if Java 17.
kannanjgithub 85d7688
Use 'release' setting instead of 'compatibility' setting for compileJ…
kannanjgithub 4c2e988
Deprecated.forRelease was added in Java 9, so the release compatibili…
kannanjgithub 4070038
Update versions in the various version files
kannanjgithub d872af8
Re-add java compilation source compatibility as Java 8 for servlet ja…
kannanjgithub 9b7893f
Try changing android min-sdk to 21 because :grpc-android-interop-test…
kannanjgithub a69f514
Try changing android min-sdk to 21 because :grpc-android-interop-test…
kannanjgithub ca509bc
Try minsdk 21 in build.gradle like before (instead of just in Android…
kannanjgithub 51c3731
Fix syntax.
kannanjgithub cf00cca
Remove android-annotations upgrade since some new android failures ht…
kannanjgithub 4be920a
androidx-core cannot be upgraded to 1.15.0: https://btx.cloud.google.…
kannanjgithub d2871e3
androidx-core cannot be upgraded to 1.15.0: https://btx.cloud.google.…
kannanjgithub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#9179 is a better reference. Basically,
javax.annotation.Generated
was fine because it was part of the JDK. And then it moved out of the JDK and then it was renamed. We have no desire to depend on J2EE for this.There's also #11086 which lets you turn off the annotation.