Skip to content

Commit d5f032c

Browse files
committed
Merge with main branch.
2 parents a0fffbd + ba45252 commit d5f032c

File tree

7 files changed

+16
-176
lines changed

7 files changed

+16
-176
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
[![Main CI](https://github.com/Open-JDBC-Proxy/ojp/actions/workflows/main.yml/badge.svg)](https://github.com/Open-JDBC-Proxy/ojp/actions/workflows/main.yml)
66
[![Spring Boot/Micronaut/Quarkus Integration](https://github.com/Open-JDBC-Proxy/ojp-framework-integration/actions/workflows/main.yml/badge.svg)](https://github.com/Open-JDBC-Proxy/ojp-framework-integration/actions/workflows/main.yml)
77

8-
98
A JDBC Driver and Layer 7 Proxy Server to decouple applications from relational database connection management.
109

10+
[![Discord](https://img.shields.io/discord/1385189361565433927?label=Discord&logo=discord)](https://discord.gg/J5DdHpaUzu)
11+
12+
1113
---
1214

1315
<img src="documents/images/ojp_logo.png" alt="OJP Banner" />

documents/contributor-badges/contributor-recognition-program.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ Each badge reflects **real impact** in code, testing, documentation, or communit
7373

7474

7575
### Entry Level
76-
| Name | Badge | Country of birth | Country of residency | Award date(s) | Indicated By | Awarded by |
77-
|-------------------|--------------------------------------------------------------------------------------|------------------|----------------------|---------------|---------------|---------------|
76+
| Name | Badge | Country of birth | Country of residency | Award date(s) | Indicated By | Awarded by |
77+
|----------------------------------------------|--------------------------------------------------------------------------------------|------------------|----------------------|---------------|---------------|---------------|
78+
| [Diego Vagliati](https://github.com/ribossomo) | <img src="/documents/images/ojp_code_contributor_badge.png" width="80" height="80"/> | Brazil | Brazil | 05/09/2025 | Rogerio Robetti | Rogerio Robetti |
7879
| [Roger Floriano](https://github.com/petruki) | <img src="/documents/images/ojp_code_contributor_badge.png" width="80" height="80"/> | Brazil | Canada | 01/09/2025 | Rogerio Robetti | Rogerio Robetti |
7980
| [Roger Floriano](https://github.com/petruki) | <img src="/documents/images/ojp_tester_badge.png" width="80" height="80"/> | Brazil | Canada | 01/09/2025 | Rogerio Robetti | Rogerio Robetti |
8081

ojp-grpc-commons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<name>OJP Commons</name>
88
<artifactId>ojp-grpc-commons</artifactId>
9-
<version>0.1.0-beta</version>
9+
<version>0.1.1-beta</version>
1010

1111
<parent>
1212
<groupId>org.openjproxy</groupId>
1313
<artifactId>ojp-parent</artifactId>
14-
<version>0.1.0-beta</version>
14+
<version>0.1.1-beta</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

ojp-jdbc-driver/dependency-reduced-pom.xml

Lines changed: 0 additions & 163 deletions
This file was deleted.

ojp-jdbc-driver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<name>OJP JDBC Driver</name>
88
<artifactId>ojp-jdbc-driver</artifactId>
9-
<version>0.1.0-beta</version>
9+
<version>0.1.1-beta</version>
1010

1111
<parent>
1212
<groupId>org.openjproxy</groupId>
1313
<artifactId>ojp-parent</artifactId>
14-
<version>0.1.0-beta</version>
14+
<version>0.1.1-beta</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.openjproxy</groupId>
2929
<artifactId>ojp-grpc-commons</artifactId>
30-
<version>0.1.0-beta</version>
30+
<version>0.1.1-beta</version>
3131
</dependency>
3232

3333
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->

ojp-server/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>ojp-server</artifactId>
8-
<version>0.1.0-beta</version>
8+
<version>0.1.1-beta</version>
99

1010
<parent>
1111
<groupId>org.openjproxy</groupId>
1212
<artifactId>ojp-parent</artifactId>
13-
<version>0.1.0-beta</version>
13+
<version>0.1.1-beta</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.openjproxy</groupId>
2929
<artifactId>ojp-grpc-commons</artifactId>
30-
<version>0.1.0-beta</version>
30+
<version>0.1.1-beta</version>
3131
</dependency>
3232

3333
<dependency>
@@ -225,7 +225,7 @@
225225
<image>eclipse-temurin:22-jre</image>
226226
</from>
227227
<to>
228-
<image>rrobetti/ojp:0.1.0-beta</image>
228+
<image>rrobetti/ojp:0.1.1-beta</image>
229229
</to>
230230
<container>
231231
<mainClass>org.openjproxy.grpc.server.GrpcServer</mainClass>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.openjproxy</groupId>
77
<artifactId>ojp-parent</artifactId>
8-
<version>0.1.0-beta</version>
8+
<version>0.1.1-beta</version>
99
<packaging>pom</packaging>
1010

1111
<name>OJP Parent</name>

0 commit comments

Comments
 (0)