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>

0 commit comments

Comments
 (0)