Updates all dependencies that don't require instrumentation changes#1452
Merged
codefromthecrypt merged 6 commits intoopenzipkin:masterfrom Feb 16, 2025
Merged
Updates all dependencies that don't require instrumentation changes#1452codefromthecrypt merged 6 commits intoopenzipkin:masterfrom
codefromthecrypt merged 6 commits intoopenzipkin:masterfrom
Conversation
bdb9b65 to
84d53f3
Compare
84d53f3 to
3cc0f8d
Compare
Member
|
collaborating on your branch btw |
Signed-off-by: Adrian Cole <[email protected]>
Signed-off-by: Adrian Cole <[email protected]>
Signed-off-by: Adrian Cole <[email protected]>
Signed-off-by: Adrian Cole <[email protected]>
Member
|
@reta @kojilin I temporarily reverted the work-in-progress workaround for httpclient 5.4 update, as it fails consistently like this. Let's do that in another PR: |
| <plugin> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <configuration combine.self="override"> | ||
| <configuration combine.self="append"> |
| <forceJavacCompilerUse>true</forceJavacCompilerUse> | ||
| <compilerArgs> | ||
| <arg>-XDcompilePolicy=simple</arg> | ||
| <arg>--should-stop=ifError=FLOW</arg> |
Signed-off-by: Adrian Cole <[email protected]>
codefromthecrypt
approved these changes
Feb 16, 2025
Member
|
@reta I'll leave it to you to decide to release the current master, or update httpclient5 first. Note if we do the latter, probably we need to update the README as it might not work with httpclient5 5.3 anymore. This may be ok because it already requires 5.2 iirc |
Contributor
Author
|
Thanks a lot for helping out @codefromthecrypt , I will release and take care of HttpClient 5.4.x update |
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
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 updates the build and all dependencies possible. Notably, we couldn't update httpclient5 as there's a break in 5.4.
This also re-organizes property names so that mechanical updating is easier.