Skip to content

Upgrade to Quarkus 3.32.2#10868

Open
tsegismont wants to merge 1 commit intoTechEmpower:masterfrom
tsegismont:quarkus-upgrade
Open

Upgrade to Quarkus 3.32.2#10868
tsegismont wants to merge 1 commit intoTechEmpower:masterfrom
tsegismont:quarkus-upgrade

Conversation

@tsegismont
Copy link
Contributor

It was required to add the os-maven-plugin. Otherwise, the container image build fails with:

Could not find artifact io.netty:netty-transport-native-unix-common:jar:${os.detected.name}-${os.detected.arch}:4.1.130.Final in central

Also, Hibernate no longer has the update method on the regular session.

And, for convenience, added quarkus.hibernate-orm.log.sql in application.properties

It was required to add the os-maven-plugin.
Otherwise, the container image build fails with:
Could not find artifact io.netty:netty-transport-native-unix-common:jar:${os.detected.name}-${os.detected.arch}:4.1.130.Final in central

Also, Hibernate no longer has the update method on the regular session.

And, for convenience, added quarkus.hibernate-orm.log.sql in application.properties
@github-actions
Copy link
Contributor

The following frameworks were updated, pinging maintainers:
quarkus: @franz1981, @Sanne, @geoand

After the database container image is created, it can be started independently.

docker run -d --name tfb-database -e POSTGRES_DB=hello_world -e POSTGRES_PASSWORD=benchmarkdbpass -e POSTGRES_USER=benchmarkdbuser -p 5432:5432 techempower/postgres:latest

Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, why do you need that ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was convenient to have the database started as tfb would do it, while running the Quarkus server in dev mode.

Copy link
Contributor

@joanhey joanhey left a comment

Choose a reason for hiding this comment

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

Why ?

PD: it's pure curiosity !!

@tsegismont tsegismont marked this pull request as ready for review March 11, 2026 21:37
@tsegismont
Copy link
Contributor Author

@Sanne @lucamolteni can you please take a look at the changes in WorldRepository? Hibernate Reactive no longer has the update method on a regular Session, so I changed to StatelessSession. It's similar to the implementation in the benchmark with Hibernate ORM

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