-
Notifications
You must be signed in to change notification settings - Fork 60
[WIP] Add starters back in #281
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
Merged
Merged
Conversation
This file contains hidden or 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 commit brings the starters back into the project. Signed-off-by: onobc <[email protected]>
Signed-off-by: onobc <[email protected]>
Signed-off-by: onobc <[email protected]>
Signed-off-by: onobc <[email protected]>
Also updates grpc-server-kotlin sample but leaves disabled due to failing version compatibility in JVM. Signed-off-by: onobc <[email protected]>
This updates the grpc-tomcat sample but leaves it disabled due to failure on startup. Signed-off-by: onobc <[email protected]>
Enables all grpc-secure sample tests except the failing `unauthenticated` test. Signed-off-by: onobc <[email protected]>
Also updates testjars to 0.4.0.0-RC1 Signed-off-by: onobc <[email protected]>
Signed-off-by: onobc <[email protected]>
05b2fbb to
b19164b
Compare
Signed-off-by: Dave Syer <[email protected]>
Signed-off-by: Dave Syer <[email protected]>
Signed-off-by: Dave Syer <[email protected]>
Signed-off-by: Dave Syer <[email protected]>
ef47bbd to
bf030f2
Compare
Signed-off-by: Dave Syer <[email protected]>
- update protobuf version (consistent w/ other samples) - gradle boot version updated to 4.0.0-RC2 Signed-off-by: onobc <[email protected]>
The grpc-webflux-secure has 1 test commented out temporarily. Need to investigate what is happening as we still may have an issue w/ oauth2 auto-config. Signed-off-by: onobc <[email protected]>
Signed-off-by: onobc <[email protected]>
This adds the missing micrometer context-propagation dependency to both build.gradle and pom.xml Signed-off-by: Jeremy Grunert <[email protected]> Signed-off-by: onobc <[email protected]>
Remove unused dependency and version from context-propogation as it is specified by the Spring Boot dependencies bom. Signed-off-by: onobc <[email protected]>
Closed
This updates the Spring Boot version matrix from 3.5.x to 4.0.x in order to verify the samples in Gradle. Signed-off-by: onobc <[email protected]>
Signed-off-by: onobc <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds the starters and auto-configuration that was slated to move into Spring Boot back into the project. That effort will resume in Spring Boot 4.1.0.
See: #234