obelix74 opened a new issue, #3555: URL: https://github.com/apache/polaris/issues/3555
### Describe the bug When I stand up a polaris cluster running 1.3.0, these are the version logs I see. ``` 2026-01-26 16:56:19,200 INFO [io.quarkus] [requestId= user= realm=] [traceId= spanId=] (main) Apache Polaris Server (incubating) 1.0.0 on JVM (powered by Quarkus 3.29.4) started in 3.560s. Listening on: http://0.0.0.0:8181/. Management interface listening on http://0.0.0.0:8182/. ``` Note that the version says `1.0.0` ### To Reproduce 1. Start Polaris server. 2. Check the version log on startup. ### Actual Behavior Says ```Apache Polaris Server (incubating) 1.0.0 on JVM ``` ### Expected Behavior Should say ```Apache Polaris Server (incubating) 1.3.0 on JVM ``` ### Additional context https://github.com/quarkusio/quarkus/issues/40444 `quarkus.application.version` should be set in Gradle. ### System information Polaris catalog version 1.3.0 -- 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]
