Skip to content

Conversation

@laurit
Copy link
Contributor

@laurit laurit commented Aug 21, 2025

No description provided.

@laurit laurit requested a review from a team as a code owner August 21, 2025 18:12

id("com.google.cloud.tools.jib")
id("org.springframework.boot") version "2.6.15"
id("org.springframework.boot") version "3.5.4"
Copy link
Contributor Author

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

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pattern failed to parse when spring dependencies were also updated

Copy link
Member

Choose a reason for hiding this comment

The 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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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.

@trask trask merged commit 4afa8cc into open-telemetry:main Aug 21, 2025
91 of 92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants