obelix74 opened a new pull request, #3556:
URL: https://github.com/apache/polaris/pull/3556
The Quarkus startup log was displaying '1.0.0' instead of the actual project
version from version.txt. This was because quarkus.application.version was not
explicitly configured, causing Quarkus to use its default value.
Changes:
- Add quarkus.application.version to quarkusBuildProperties in
runtime/server/build.gradle.kts and runtime/admin/build.gradle.kts
- Add unit test to verify the version configuration matches the Polaris
version from version.txt
Fixes: #3555
With this fix, I see this when I start polaris.
```
2026-01-26 11:16:11,244 INFO [io.quarkus] [,] [,,,] (main) polaris-server
1.4.0-incubating-SNAPSHOT on JVM (powered by Quarkus 3.30.6) started in 2.093s.
Listening on: http://0.0.0.0:8181. Management interface listening on
http://0.0.0.0:8182.
2026-01-26 11:16:11,245 INFO [io.quarkus] [,] [,,,] (main) Profile prod
activated.
2026-01-26 11:16:11,245 INFO [io.quarkus] [,] [,,,] (main) Installed
features: [agroal, amazon-sdk-rds, cdi, hibernate-validator, jdbc-postgresql,
micrometer, narayana-jta, oidc, opentelemetry, reactive-routes, rest,
rest-jackson,
security, smallrye-context-propagation, smallrye-fault-tolerance,
smallrye-health, vertx]
```
<!--
๐ Describe what changes you're proposing, especially breaking or user-facing
changes.
๐ See https://github.com/apache/polaris/blob/main/CONTRIBUTING.md for more.
-->
## Checklist
- [x] ๐ก๏ธ Don't disclose security issues! (contact [email protected])
- [x] ๐ Clearly explained why the changes are needed, or linked related
issues: Fixes #
- [x] ๐งช Added/updated tests with good coverage, or manually tested (and
explained how)
- [ ] ๐ก Added comments for complex logic
- [ ] ๐งพ Updated `CHANGELOG.md` (if needed)
- [ ] ๐ Updated documentation in `site/content/in-dev/unreleased` (if needed)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]