-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: engtzn/oracle-db-examples
base: main
head repository: oracle-samples/oracle-db-examples
compare: main
- 19 commits
- 102 files changed
- 9 contributors
Commits on Jan 31, 2025
-
Code sample - 23c with Spring Data JDBC (oracle-samples#314)
* Code sample - 23c with Spring Data JDBC * additional adjustments * fixed indentation * updated to 23ai as requested * updated to 23ai + driver 23.6.0.24.10 as requested, updated to ucp17
Configuration menu - View commit details
-
Copy full SHA for 0e1bbf5 - Browse repository at this point
Copy the full SHA 0e1bbf5View commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a3aad92 - Browse repository at this point
Copy the full SHA a3aad92View commit details
Commits on Feb 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9a95baf - Browse repository at this point
Copy the full SHA 9a95bafView commit details -
Bump ch.qos.logback:logback-core in /sagas/CloudBank-DEMO (oracle-sam…
…ples#427) Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.4.12 to 1.5.13. - [Commits](qos-ch/logback@v_1.4.12...v_1.5.13) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e801ae1 - Browse repository at this point
Copy the full SHA e801ae1View commit details -
Bump cookie and express-session (oracle-samples#429)
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependency [express-session](https://github.com/expressjs/session). These dependencies need to be updated together. Updates `cookie` from 0.3.1 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.3.1...v0.7.2) Updates `express-session` from 1.16.2 to 1.18.1 - [Release notes](https://github.com/expressjs/session/releases) - [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md) - [Commits](expressjs/session@v1.16.2...v1.18.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: express-session dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe98029 - Browse repository at this point
Copy the full SHA fe98029View commit details -
Bump path-to-regexp and express (oracle-samples#430)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.10 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12) Updates `express` from 4.21.0 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.21.0...4.21.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gerald Venzl <gerald.venzl@oracle.com>
Configuration menu - View commit details
-
Copy full SHA for 902084d - Browse repository at this point
Copy the full SHA 902084dView commit details -
Bump ch.qos.logback:logback-core in /sagas/SagaBenchmark (oracle-samp…
…les#433) Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.4.12 to 1.5.13. - [Commits](qos-ch/logback@v_1.4.12...v_1.5.13) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gerald Venzl <gerald.venzl@oracle.com>
Configuration menu - View commit details
-
Copy full SHA for 2146193 - Browse repository at this point
Copy the full SHA 2146193View commit details
Commits on Mar 17, 2025
-
Code sample - 23c JDBC Reactive Extensions (oracle-samples#317)
* Code sample - 23c JDBC Reactive Extensions * code sample adjustments * code sample adjustments * code sample adjustments * changed to make the explanation release-agnostic * updated to driver 23.6.0.24.10 as requested * updated to driver 23.7.0.25.01, added Statements for DDL, added OraclePreparedStatement for DML, added new queries including select (streaming) example method, added sql file, added DB connection config.properties file
Configuration menu - View commit details
-
Copy full SHA for 9f2b4a0 - Browse repository at this point
Copy the full SHA 9f2b4a0View commit details
Commits on Mar 24, 2025
-
AQ JMS Examples with transactional semantics (oracle-samples#437)
* AQ JMS Examples with atomic DML operation * Added License Text, log exceptions and remove hardcoded password.
Configuration menu - View commit details
-
Copy full SHA for 2d92243 - Browse repository at this point
Copy the full SHA 2d92243View commit details
Commits on Mar 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 762ba12 - Browse repository at this point
Copy the full SHA 762ba12View commit details
Commits on May 2, 2025
-
Use Windows SSPI API to generate kerberos ticket for JDBC SSO (oracle…
…-samples#441) * Use Windows SSPI API to generate Kerberos ticket for JDBC SSO * Use 2 space characters for indentation * Comment out setting sun.security.jgss.lib property, it is not needed anymore * Use set insted of export on Windows * Typo fixes
Configuration menu - View commit details
-
Copy full SHA for 7025090 - Browse repository at this point
Copy the full SHA 7025090View commit details
Commits on May 23, 2025
-
Sessionless transactions demo (oracle-samples#442)
* Sessionless transactions demo * Rollback if start transaction request fails * Remove DTO suffix * Remove fixme * Update copyright * Add concurrency tests
Configuration menu - View commit details
-
Copy full SHA for 1f64c2e - Browse repository at this point
Copy the full SHA 1f64c2eView commit details
Commits on Jun 2, 2025
-
Sessionless txns demo updates (oracle-samples#443)
* Fix concurrency tests * Use a stored procedure to query and lock seats * Give user create procedure privilidge * Remove semicolon from query * replace 1 with true
Configuration menu - View commit details
-
Copy full SHA for 3454168 - Browse repository at this point
Copy the full SHA 3454168View commit details -
Bump path-to-regexp and express (oracle-samples#438)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.10 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12) Updates `express` from 4.21.1 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.21.1...4.21.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gerald Venzl <gerald.venzl@oracle.com>
Configuration menu - View commit details
-
Copy full SHA for 6c60bfb - Browse repository at this point
Copy the full SHA 6c60bfbView commit details -
Add examples for python-oracledb 3.0 (oracle-samples#435)
Signed-off-by: Christopher Jones <christopher.jones@oracle.com> Co-authored-by: Gerald Venzl <gerald.venzl@oracle.com>
Configuration menu - View commit details
-
Copy full SHA for 34b6fc1 - Browse repository at this point
Copy the full SHA 34b6fc1View commit details
Commits on Jun 3, 2025
-
Update submodules (oracle-samples#445)
* Remove legacy dw-vldb-samples now in 'optimizer' repo Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com> * Reorganize sub modules Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com> * Update README.md * Update README.md * Update README.md --------- Signed-off-by: Gerald Venzl <gerald.venzl@oracle.com>
Configuration menu - View commit details
-
Copy full SHA for 538954f - Browse repository at this point
Copy the full SHA 538954fView commit details
Commits on Jun 23, 2025
-
Add more C examples and update the makefile and README files (oracle-…
…samples#447) * Create simpleConnDemo.c Basic Connection and Query execution to Oracle Database * Update and rename drcp.c to drcpDemo.c Update the username and password to a generic string * Update makefile Make the makefile generic * Update simpleConnDemo.c Add the required setup and related blog details * Update simpleConnDemo.c Remove blog details. To be updated in README * Create sessionPoolingDemo Demo for OCI Session Pooling and Multithreading * Update README.md Add more details in the README.md file * Update README.md Minor change * Rename sessionPoolingDemo to sessionPoolingDemo.c Add .c extension in the file name * Update makefile Make the makefile more correct * Update makefile Add some comments
Configuration menu - View commit details
-
Copy full SHA for 79bde2d - Browse repository at this point
Copy the full SHA 79bde2dView commit details
Commits on Jul 16, 2025
-
Bump org.apache.commons:commons-lang3 in /java/autonomous-db-parurl (o…
…racle-samples#448) Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8342caf - Browse repository at this point
Copy the full SHA 8342cafView commit details -
Bump org.apache.kafka:kafka-clients (oracle-samples#446)
Bumps org.apache.kafka:kafka-clients from 3.7.1 to 3.9.1. --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-version: 3.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dcc388c - Browse repository at this point
Copy the full SHA dcc388cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main