Skip to content

Commit 1ecd098

Browse files
Starters 24.4.0 (#161)
* Database Starters 24.4.0 Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
1 parent 6087ac8 commit 1ecd098

File tree

19 files changed

+44
-44
lines changed

19 files changed

+44
-44
lines changed

database/spring-cli/projects/obaas/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
<groupId>com.example</groupId>
1313
<artifactId>obaas-rest-service</artifactId>
1414
<version>0.0.1-SNAPSHOT</version>
15-
15+
1616
<name>obaas-rest-service</name>
1717
<description>RESTful web application for Oracle Backend for Spring Boot and Microservices</description>
18-
18+
1919
<properties>
2020
<java.version>17</java.version>
21-
<oracle-springboot-starter.version>24.3.0</oracle-springboot-starter.version>
21+
<oracle-springboot-starter.version>24.4.0</oracle-springboot-starter.version>
2222
<liquibase.version>4.30.0</liquibase.version>
2323
<datasource-micrometer-spring-boot.version>1.0.5</datasource-micrometer-spring-boot.version>
2424
</properties>
25-
25+
2626
<dependencies>
2727
<!-- Spring WebMVC for REST support. -->
2828
<dependency>
@@ -51,7 +51,7 @@
5151
<version>${oracle-springboot-starter.version}</version>
5252
<type>pom</type>
5353
</dependency>
54-
54+
5555
<!-- This dependency allows you to use Liquibase to manage your schema and -->
5656
<!-- reference data. Enable it in the application.yaml and edit the files -->
5757
<!-- in src/main/resources/db/changelog to add your definitions and data. -->
@@ -61,7 +61,7 @@
6161
<groupId>org.liquibase</groupId>
6262
<artifactId>liquibase-core</artifactId>
6363
<version>${liquibase.version}</version>
64-
</dependency>
64+
</dependency>
6565

6666
<!-- This enables Spring Actuator which provides monitoring, metrics, etc. -->
6767
<dependency>
@@ -74,7 +74,7 @@
7474
<artifactId>datasource-micrometer-spring-boot</artifactId>
7575
<version>${datasource-micrometer-spring-boot.version}</version>
7676
</dependency>
77-
77+
7878
<!-- Spring test support. -->
7979
<dependency>
8080
<groupId>org.springframework.boot</groupId>

database/starters/oracle-spring-boot-starter-aqjms/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.3.0</version>
11+
<version>24.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-aqjms</artifactId>
16-
<version>24.3.0</version>
16+
<version>24.4.0</version>
1717
<packaging>jar</packaging>
1818

1919
<!-- Project Information -->

database/starters/oracle-spring-boot-starter-aqjms/src/main/java/com/oracle/spring/aqjms/AqJmsAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
public class AqJmsAutoConfiguration {
3737
@Bean
3838
@ConditionalOnMissingBean
39-
@ConditionalOnBean(DataSource.class)
39+
@ConditionalOnBean(name = "dataSource")
4040
public ConnectionFactory aqJmsConnectionFactory(DataSource ds) {
4141
ConnectionFactory connectionFactory = null;
4242
try {

database/starters/oracle-spring-boot-starter-json-collections/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.3.0</version>
11+
<version>24.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-json-collections</artifactId>
16-
<version>24.3.0</version>
16+
<version>24.4.0</version>
1717

1818
<name>Oracle Spring Boot Starter - JSON Collections</name>
1919
<description>Spring Boot Starter for Oracle Database JSON colections</description>

database/starters/oracle-spring-boot-starter-okafka/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.3.0</version>
11+
<version>24.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-okafka</artifactId>
16-
<version>24.3.0</version>
16+
<version>24.4.0</version>
1717

1818
<name>Oracle Spring Boot Starter - Kafka Java Client for Oracle Database Transactional Event Queues</name>
1919
<description>Spring Boot Starter for the Kafka Java Client for Oracle Database Transactional Event Queues</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-duality/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starter-samples</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.3.0</version>
11+
<version>24.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-json-duality</artifactId>
16-
<version>24.3.0</version>
16+
<version>24.4.0</version>
1717

1818
<name>Oracle Spring Boot Starter - JSON Relational Duality Views Sample</name>
1919
<description>Oracle Spring Boot Starter Sample for JSON Relational Duality Views</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-events/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starter-samples</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.3.0</version>
11+
<version>24.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-json-events</artifactId>
16-
<version>24.3.0</version>
16+
<version>24.4.0</version>
1717

1818
<name>Oracle Spring Boot Starter - JSON Events Sample</name>
1919
<description>Oracle Spring Boot Starter Sample for JSON Events</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starter-samples</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.3.0</version>
11+
<version>24.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-okafka</artifactId>
16-
<version>24.3.0</version>
16+
<version>24.4.0</version>
1717

1818
<name>Oracle Spring Boot Starter - OKafka Sample</name>
1919
<description>Oracle Spring Boot Starter Sample for OKafka</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ To use Oracle Spring Boot Starter for TxEventQ and JMS for your Spring Boot appl
6161
or if you are using Gradle:
6262

6363
```text
64-
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-aqjms:24.3.0'
64+
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-aqjms:24.4.0'
6565
```

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/consumer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
99
<groupId>com.oracle.database.spring</groupId>
10-
<version>24.3.0</version>
10+
<version>24.4.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>oracle-spring-boot-sample-txeventqjms-consumer</artifactId>
15-
<version>24.3.0</version>
15+
<version>24.4.0</version>
1616

1717
<name>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer </name>
1818
<description>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>oracle-spring-boot-starter-samples</artifactId>
99
<groupId>com.oracle.database.spring</groupId>
10-
<version>24.3.0</version>
10+
<version>24.4.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
15-
<version>24.3.0</version>
15+
<version>24.4.0</version>
1616
<packaging>pom</packaging>
1717

1818
<name>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample</name>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/producer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
99
<groupId>com.oracle.database.spring</groupId>
10-
<version>24.3.0</version>
10+
<version>24.4.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>oracle-spring-boot-sample-txeventqjms-producer</artifactId>
15-
<version>24.3.0</version>
15+
<version>24.4.0</version>
1616

1717
<name>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer</name>
1818
<description>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-ucp-jpa/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starter-samples</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.3.0</version>
11+
<version>24.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-ucp-jpa</artifactId>
16-
<version>24.3.0</version>
16+
<version>24.4.0</version>
1717

1818
<name>Oracle Spring Boot Starter - UCP with JPA Sample</name>
1919
<description>Oracle Spring Boot Starter Sample UCP with JPA</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-wallet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>oracle-spring-boot-starter-samples</artifactId>
99
<groupId>com.oracle.database.spring</groupId>
10-
<version>24.3.0</version>
10+
<version>24.4.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>oracle-spring-boot-sample-wallet</artifactId>
15-
<version>24.3.0</version>
15+
<version>24.4.0</version>
1616

1717
<name>Oracle Spring Boot Starter - UCP using a Wallet</name>
1818
<description>oracle-spring-boot-starter-samples-ucp-wallet</description>

database/starters/oracle-spring-boot-starter-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.3.0</version>
11+
<version>24.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-samples</artifactId>
16-
<version>24.3.0</version>
16+
<version>24.4.0</version>
1717
<packaging>pom</packaging>
1818

1919
<name>Oracle Spring Boot Starter - Samples</name>

database/starters/oracle-spring-boot-starter-ucp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.3.0</version>
11+
<version>24.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-ucp</artifactId>
16-
<version>24.3.0</version>
16+
<version>24.4.0</version>
1717

1818
<name>Oracle Spring Boot Starter - UCP</name>
1919
<description>Oracle's implementation of Spring Boot Starter for using with Oracle UCP</description>

database/starters/oracle-spring-boot-starter-wallet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.3.0</version>
11+
<version>24.4.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-wallet</artifactId>
16-
<version>24.3.0</version>
16+
<version>24.4.0</version>
1717

1818
<name>Oracle Spring Boot Starter - Wallet</name>
1919
<description>Oracle's implementation of Spring Boot Starter for Oracle Wallet</description>

database/starters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.oracle.database.spring</groupId>
99
<artifactId>oracle-spring-boot-starters</artifactId>
10-
<version>24.3.0</version>
10+
<version>24.4.0</version>
1111

1212
<parent>
1313
<groupId>org.springframework.boot</groupId>

spring-cloud-oci/docs/src/main/asciidoc/db_starters.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To add this starter to your project, add this Maven dependency:
1717
<dependency>
1818
<groupId>com.oracle.database.spring</groupId>
1919
<artifactId>oracle-spring-boot-starter-aqjms</artifactId>
20-
<version>24.3.0</version>
20+
<version>24.4.0</version>
2121
</dependency>
2222
----
2323

@@ -26,7 +26,7 @@ For Gradle projects, add this dependency:
2626
[source,subs="normal"]
2727
----
2828
dependencies {
29-
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-aqjms:24.3.0'
29+
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-aqjms:24.4.0'
3030
}
3131
----
3232

@@ -131,7 +131,7 @@ To add this starter to your project, add this Maven dependency:
131131
<dependency>
132132
<groupId>com.oracle.database.spring</groupId>
133133
<artifactId>oracle-spring-boot-starter-ucp</artifactId>
134-
<version>24.3.0</version>
134+
<version>24.4.0</version>
135135
</dependency>
136136
----
137137

@@ -140,7 +140,7 @@ For Gradle projects, add this dependency:
140140
[source,subs="normal"]
141141
----
142142
dependencies {
143-
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-ucp:24.3.0'
143+
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-ucp:24.4.0'
144144
}
145145
----
146146

@@ -234,7 +234,7 @@ To add this starter to your project, add this Maven dependency:
234234
<dependency>
235235
<groupId>com.oracle.database.spring</groupId>
236236
<artifactId>oracle-spring-boot-starter-wallet</artifactId>
237-
<version>24.3.0</version>
237+
<version>24.4.0</version>
238238
</dependency>
239239
----
240240

@@ -243,6 +243,6 @@ For Gradle projects, add this dependency:
243243
[source,subs="normal"]
244244
----
245245
dependencies {
246-
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-wallet:24.3.0'
246+
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-wallet:24.4.0'
247247
}
248248
----

0 commit comments

Comments
 (0)