-
Notifications
You must be signed in to change notification settings - Fork 1k
Update spring boot gradle plugin in smoke test image #14488
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,4 @@ spring.application.name=otel-spring-test-app | |
|
|
||
| logging.level.root=WARN | ||
| logging.level.io.opentelemetry=INFO | ||
| logging.pattern.console=%-5level [%t] %C{1.}: %msg trace_id=%X{trace_id}%n | ||
| logging.pattern.console=%-5level [%t] %C: %msg trace_id=%X{trace_id}%n | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pattern failed to parse when spring dependencies were also updated
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this mean that updating the plugin is forcing the spring dependency updates?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not really, I just tried what happens if I also update the spring boot version in the app and got an exception. We could consider updating the spring dependencies too, as far as I understand there isn't anything that would prevent us from running the test with spring boot 3 instead of 2. |
||
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.
apparently newer plugin along with older spring dependencies produces a working application