File tree Expand file tree Collapse file tree 15 files changed +48
-6
lines changed
database/starters/oracle-spring-boot-starter-samples
oracle-spring-boot-sample-txeventqjms
java/com/oracle/database/spring/txeventqjms/consumer
java/com/oracle/database/spring/txeventq/producer Expand file tree Collapse file tree 15 files changed +48
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 8
8
<artifactId >oracle-spring-boot-starter-samples</artifactId >
9
9
<groupId >com.oracle.database.spring</groupId >
10
10
<version >24.3.0</version >
11
- <relativePath >../../ pom.xml</relativePath >
11
+ <relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<artifactId >oracle-spring-boot-sample-txeventqjms-consumer</artifactId >
15
15
<version >24.3.0</version >
16
16
17
- <name >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample</name >
18
- <description >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample</description >
17
+ <name >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer </name >
18
+ <description >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer </description >
19
19
20
20
<organization >
21
21
<name >Oracle America, Inc.</name >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!-- Copyright (c) 2024, Oracle and/or its affiliates. -->
3
+ <!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
4
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
6
+ <modelVersion >4.0.0</modelVersion >
7
+ <parent >
8
+ <artifactId >oracle-spring-boot-starter-samples</artifactId >
9
+ <groupId >com.oracle.database.spring</groupId >
10
+ <version >24.3.0</version >
11
+ <relativePath >../pom.xml</relativePath >
12
+ </parent >
13
+
14
+ <artifactId >oracle-spring-boot-sample-txeventqjms</artifactId >
15
+ <version >24.3.0</version >
16
+ <packaging >pom</packaging >
17
+
18
+ <name >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample</name >
19
+ <description >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample</description >
20
+
21
+ <modules >
22
+ <module >consumer</module >
23
+ <module >producer</module >
24
+ </modules >
25
+
26
+ <build >
27
+ <pluginManagement >
28
+ <plugins >
29
+ <!-- Skip deploy of sample code-->
30
+ <plugin >
31
+ <groupId >org.apache.maven.plugins</groupId >
32
+ <artifactId >maven-deploy-plugin</artifactId >
33
+ <configuration >
34
+ <skip >true</skip >
35
+ </configuration >
36
+ </plugin >
37
+ </plugins >
38
+ </pluginManagement >
39
+ </build >
40
+
41
+ </project >
Original file line number Diff line number Diff line change 8
8
<artifactId >oracle-spring-boot-starter-samples</artifactId >
9
9
<groupId >com.oracle.database.spring</groupId >
10
10
<version >24.3.0</version >
11
- <relativePath >../../ pom.xml</relativePath >
11
+ <relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<artifactId >oracle-spring-boot-sample-txeventqjms-producer</artifactId >
15
15
<version >24.3.0</version >
16
16
17
- <name >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample</name >
18
- <description >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample</description >
17
+ <name >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer </name >
18
+ <description >Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer </description >
19
19
20
20
<organization >
21
21
<name >Oracle America, Inc.</name >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 54
54
<module >oracle-spring-boot-sample-json-events</module >
55
55
<module >oracle-spring-boot-sample-okafka</module >
56
56
<module >oracle-spring-boot-sample-wallet</module >
57
+ <module >oracle-spring-boot-sample-txeventqjms</module >
57
58
</modules >
58
59
59
60
<build >
You can’t perform that action at this time.
0 commit comments