Skip to content

Sessionless transactions demo #442

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

Merged
merged 7 commits into from
May 23, 2025

Conversation

meedbek
Copy link
Contributor

@meedbek meedbek commented May 2, 2025

A flight booking web application to demonstrate the use of sessionless transactions with JDBC.

Main logic under : BookingService.java

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 2, 2025
@jeandelavarene jeandelavarene self-assigned this May 2, 2025
<description>Sessionless transactions demo</description>
<properties>
<java.version>17</java.version>
<ojdbc.version>23.6.0.24.10</ojdbc.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Use 23.8

@@ -0,0 +1,44 @@
/*
* Copyright (c) 2024 Oracle and/or its affiliates.
Copy link
Contributor

Choose a reason for hiding this comment

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

@jeandelavarene jeandelavarene merged commit 1f64c2e into oracle-samples:main May 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants