Skip to content
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

Add Hibernate StatelessSession support #31392

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Add Hibernate StatelessSession support #31392

merged 1 commit into from
Feb 24, 2023

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Feb 24, 2023

Closes: #7148

P.S. This is still missing documentation, but this is probably best added by folks more knowledgeable than me :)

@quarkus-bot quarkus-bot bot added area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE labels Feb 24, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 24, 2023

/cc @Sanne (hibernate-orm), @gsmet (hibernate-orm), @yrodiere (hibernate-orm)

Copy link
Member

@Sanne Sanne left a comment

Choose a reason for hiding this comment

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

Excellent, thanks.

FWIW I think you can "undraft it" as is: this doesn't strictly require documentation - we may advertise it by using it in some examples and demos, that should be enough for people to pick it up.

@Sanne Sanne marked this pull request as ready for review February 24, 2023 18:00
@geoand
Copy link
Contributor Author

geoand commented Feb 24, 2023

Thanks @Sanne !

@quarkus-bot
Copy link

quarkus-bot bot commented Feb 24, 2023

Failing Jobs - Building 7c08056

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 17 Build Failures Logs Raw logs
✔️ JVM Tests - JDK 19

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 17 #

- Failing: integration-tests/jpa-oracle 

📦 integration-tests/jpa-oracle

io.quarkus.it.jpa.oracle.JPAFunctionalityTest.testLdapFromServlet line 30 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

@Sanne Sanne merged commit fb55de3 into quarkusio:main Feb 24, 2023
@quarkus-bot quarkus-bot bot added this to the 3.0 - main milestone Feb 24, 2023
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label Feb 24, 2023
@geoand geoand deleted the #7148 branch February 28, 2023 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have a way to get access to EntityManager even without entities
2 participants