File tree Expand file tree Collapse file tree 16 files changed +41
-41
lines changed
oracle-spring-boot-starter-aqjms
oracle-spring-boot-starter-json-collections
oracle-spring-boot-starter-okafka
oracle-spring-boot-starter-samples
oracle-spring-boot-sample-json-duality
oracle-spring-boot-sample-json-events
oracle-spring-boot-sample-okafka
src/test/java/com/oracle/database/spring/okafka
oracle-spring-boot-sample-txeventqjms
oracle-spring-boot-sample-ucp-jpa
oracle-spring-boot-sample-wallet
oracle-spring-boot-starter-ucp
oracle-spring-boot-starter-wallet Expand file tree Collapse file tree 16 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<artifactId >oracle-spring-boot-starters</artifactId >
10
10
<groupId >com.oracle.database.spring</groupId >
11
- <version >25.1 .0</version >
11
+ <version >25.2 .0</version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
15
15
<artifactId >oracle-spring-boot-starter-aqjms</artifactId >
16
- <version >25.1 .0</version >
16
+ <version >25.2 .0</version >
17
17
<packaging >jar</packaging >
18
18
19
19
<!-- Project Information -->
69
69
<dependency >
70
70
<groupId >com.fasterxml.jackson.core</groupId >
71
71
<artifactId >jackson-databind</artifactId >
72
- <version >2.17.1 </version >
72
+ <version >${jackson.version} </version >
73
73
</dependency >
74
74
<dependency >
75
75
<groupId >jakarta.transaction</groupId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<artifactId >oracle-spring-boot-starters</artifactId >
10
10
<groupId >com.oracle.database.spring</groupId >
11
- <version >25.1 .0</version >
11
+ <version >25.2 .0</version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
15
15
<artifactId >oracle-spring-boot-starter-json-collections</artifactId >
16
- <version >25.1 .0</version >
16
+ <version >25.2 .0</version >
17
17
18
18
<name >Oracle Spring Boot Starter - JSON Collections</name >
19
19
<description >Spring Boot Starter for Oracle Database JSON collections</description >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<artifactId >oracle-spring-boot-starters</artifactId >
10
10
<groupId >com.oracle.database.spring</groupId >
11
- <version >25.1 .0</version >
11
+ <version >25.2 .0</version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
15
15
<artifactId >oracle-spring-boot-starter-okafka</artifactId >
16
- <version >25.1 .0</version >
16
+ <version >25.2 .0</version >
17
17
18
18
<name >Oracle Spring Boot Starter - Kafka Java Client for Oracle Database Transactional Event Queues</name >
19
19
<description >Spring Boot Starter for the Kafka Java Client for Oracle Database Transactional Event Queues</description >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<artifactId >oracle-spring-boot-starter-samples</artifactId >
10
10
<groupId >com.oracle.database.spring</groupId >
11
- <version >25.1 .0</version >
11
+ <version >25.2 .0</version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
15
15
<artifactId >oracle-spring-boot-sample-json-duality</artifactId >
16
- <version >25.1 .0</version >
16
+ <version >25.2 .0</version >
17
17
18
18
<name >Oracle Spring Boot Starter - JSON Relational Duality Views Sample</name >
19
19
<description >Oracle Spring Boot Starter Sample for JSON Relational Duality Views</description >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<artifactId >oracle-spring-boot-starter-samples</artifactId >
10
10
<groupId >com.oracle.database.spring</groupId >
11
- <version >25.1 .0</version >
11
+ <version >25.2 .0</version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
15
15
<artifactId >oracle-spring-boot-sample-json-events</artifactId >
16
- <version >25.1 .0</version >
16
+ <version >25.2 .0</version >
17
17
18
18
<name >Oracle Spring Boot Starter - JSON Events Sample</name >
19
19
<description >Oracle Spring Boot Starter Sample for JSON Events</description >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<artifactId >oracle-spring-boot-starter-samples</artifactId >
10
10
<groupId >com.oracle.database.spring</groupId >
11
- <version >25.1 .0</version >
11
+ <version >25.2 .0</version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
15
15
<artifactId >oracle-spring-boot-sample-okafka</artifactId >
16
- <version >25.1 .0</version >
16
+ <version >25.2 .0</version >
17
17
18
18
<name >Oracle Spring Boot Starter - OKafka Sample</name >
19
19
<description >Oracle Spring Boot Starter Sample for OKafka</description >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ static void properties(DynamicPropertyRegistry registry) {
68
68
OKafkaComponent okafkaComponent ;
69
69
70
70
@ Test
71
- @ Timeout (value = 5 )
71
+ @ Timeout (value = 10 )
72
72
void okafkaSample () throws Exception {
73
73
// Wait for the consumer and producer to complete.
74
74
okafkaComponent .await ();
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >oracle-spring-boot-sample-txeventqjms</artifactId >
9
9
<groupId >com.oracle.database.spring</groupId >
10
- <version >25.1 .0</version >
10
+ <version >25.2 .0</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<artifactId >oracle-spring-boot-sample-txeventqjms-consumer</artifactId >
15
- <version >25.1 .0</version >
15
+ <version >25.2 .0</version >
16
16
17
17
<name >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer </name >
18
18
<description >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer</description >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >oracle-spring-boot-starter-samples</artifactId >
9
9
<groupId >com.oracle.database.spring</groupId >
10
- <version >25.1 .0</version >
10
+ <version >25.2 .0</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<artifactId >oracle-spring-boot-sample-txeventqjms</artifactId >
15
- <version >25.1 .0</version >
15
+ <version >25.2 .0</version >
16
16
<packaging >pom</packaging >
17
17
18
18
<name >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >oracle-spring-boot-sample-txeventqjms</artifactId >
9
9
<groupId >com.oracle.database.spring</groupId >
10
- <version >25.1 .0</version >
10
+ <version >25.2 .0</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<artifactId >oracle-spring-boot-sample-txeventqjms-producer</artifactId >
15
- <version >25.1 .0</version >
15
+ <version >25.2 .0</version >
16
16
17
17
<name >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer</name >
18
18
<description >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer</description >
You can’t perform that action at this time.
0 commit comments