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

1.2.3-RC8 #724

Merged
merged 1 commit into from
Oct 3, 2024
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
70 changes: 68 additions & 2 deletions api-rest/pom-oracle9i.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down Expand Up @@ -111,12 +111,79 @@
</dependency>


<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-testcontainers</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mysql</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>oracle-xe</artifactId>
<version>1.19.7</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mariadb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mssqlserver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mongodb</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-mockmvc</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-autoconfigure</artifactId>
<scope>test</scope>
</dependency>


<dependency>
<groupId>io.hosuaby</groupId>
<artifactId>inject-resources-junit-jupiter</artifactId>
<version>0.3.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-datadog</artifactId>
Expand All @@ -130,7 +197,6 @@
</dependency>



</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion api-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion db2rest-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion mariadb-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion mongo-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion mssql-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>
<!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion mysql-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion oracle-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion oracle9i-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion pg-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<packaging>pom</packaging>
<name>DB2Rest parent</name>
<description>An Open Source instant REST Data API for databases. This is the DB2Rest parent Maven project.</description>
Expand Down
2 changes: 1 addition & 1 deletion rdbms-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion rdbms-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion rdbms-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion rest-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.3-RC7</version>
<version>1.2.3-RC8</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down