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

Database Starters 25.2.0 #187

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions database/starters/oracle-spring-boot-starter-aqjms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<artifactId>oracle-spring-boot-starters</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-starter-aqjms</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>
<packaging>jar</packaging>

<!-- Project Information -->
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.1</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>jakarta.transaction</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<artifactId>oracle-spring-boot-starters</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-starter-json-collections</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - JSON Collections</name>
<description>Spring Boot Starter for Oracle Database JSON collections</description>
Expand Down
4 changes: 2 additions & 2 deletions database/starters/oracle-spring-boot-starter-okafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<artifactId>oracle-spring-boot-starters</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-starter-okafka</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - Kafka Java Client for Oracle Database Transactional Event Queues</name>
<description>Spring Boot Starter for the Kafka Java Client for Oracle Database Transactional Event Queues</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<artifactId>oracle-spring-boot-starter-samples</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-sample-json-duality</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - JSON Relational Duality Views Sample</name>
<description>Oracle Spring Boot Starter Sample for JSON Relational Duality Views</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<artifactId>oracle-spring-boot-starter-samples</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-sample-json-events</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - JSON Events Sample</name>
<description>Oracle Spring Boot Starter Sample for JSON Events</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<artifactId>oracle-spring-boot-starter-samples</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-sample-okafka</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - OKafka Sample</name>
<description>Oracle Spring Boot Starter Sample for OKafka</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static void properties(DynamicPropertyRegistry registry) {
OKafkaComponent okafkaComponent;

@Test
@Timeout(value = 5)
@Timeout(value = 10)
void okafkaSample() throws Exception {
// Wait for the consumer and producer to complete.
okafkaComponent.await();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-sample-txeventqjms-consumer</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer </name>
<description>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>oracle-spring-boot-starter-samples</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>
<packaging>pom</packaging>

<name>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-sample-txeventqjms-producer</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer</name>
<description>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<artifactId>oracle-spring-boot-starter-samples</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-sample-ucp-jpa</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - UCP with JPA Sample</name>
<description>Oracle Spring Boot Starter Sample UCP with JPA</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>oracle-spring-boot-starter-samples</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-sample-wallet</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - UCP using a Wallet</name>
<description>oracle-spring-boot-starter-samples-ucp-wallet</description>
Expand Down
4 changes: 2 additions & 2 deletions database/starters/oracle-spring-boot-starter-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<artifactId>oracle-spring-boot-starters</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-starter-samples</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>
<packaging>pom</packaging>

<name>Oracle Spring Boot Starter - Samples</name>
Expand Down
4 changes: 2 additions & 2 deletions database/starters/oracle-spring-boot-starter-ucp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<artifactId>oracle-spring-boot-starters</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-starter-ucp</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - UCP</name>
<description>Oracle's implementation of Spring Boot Starter for using with Oracle UCP</description>
Expand Down
4 changes: 2 additions & 2 deletions database/starters/oracle-spring-boot-starter-wallet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<artifactId>oracle-spring-boot-starters</artifactId>
<groupId>com.oracle.database.spring</groupId>
<version>25.1.0</version>
<version>25.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>oracle-spring-boot-starter-wallet</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<name>Oracle Spring Boot Starter - Wallet</name>
<description>Oracle's implementation of Spring Boot Starter for Oracle Wallet</description>
Expand Down
22 changes: 11 additions & 11 deletions database/starters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.oracle.database.spring</groupId>
<artifactId>oracle-spring-boot-starters</artifactId>
<version>25.1.0</version>
<version>25.2.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.2</version>
<version>3.4.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -62,27 +62,27 @@
</modules>

<properties>
<spring-boot-dependencies.version>3.4.2</spring-boot-dependencies.version>
<spring-framework-bom.version>6.2.2</spring-framework-bom.version>
<spring-boot-dependencies.version>3.4.3</spring-boot-dependencies.version>
<spring-framework-bom.version>6.2.3</spring-framework-bom.version>

<java.version>17</java.version>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.root>${basedir}</project.root>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>

<okafka.version>23.5.0.0</okafka.version>
<jackson.version>2.17.1</jackson.version>
<okafka.version>23.6.0.0</okafka.version>
<jackson.version>2.18.3</jackson.version>
<kafka-clients.version>3.7.1</kafka-clients.version>
<oracle.version>23.6.0.24.10</oracle.version>
<osdt.version>21.15.0.0</osdt.version>
<oracle.version>23.7.0.25.01</oracle.version>
<osdt.version>21.17.0.0</osdt.version>
<oracledb-messaging.version>23.3.1.0</oracledb-messaging.version>
<jta.version>2.0.1</jta.version>
<micrometer.version>1.14.2</micrometer.version>
<micrometer-tracing.version>1.4.1</micrometer-tracing.version>
<junit5.version>5.9.3</junit5.version>
<testcontainers.version>1.20.4</testcontainers.version>
<testcontainers.version>1.20.6</testcontainers.version>

<jakarta.json-api.version>2.1.3</jakarta.json-api.version>
<jakarta.json.bind-api.version>3.0.1</jakarta.json.bind-api.version>
Expand Down Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>com.oracle.database.security</groupId>
<artifactId>oraclepki</artifactId>
<version>${osdt.version}</version>
<version>${oracle.version}</version>
</dependency>
<dependency>
<groupId>com.oracle.database.security</groupId>
Expand Down
Loading