Skip to content

Commit 847ac9d

Browse files
committed
Refactoring
Signed-off-by: Andy Tael <[email protected]>
1 parent dc39615 commit 847ac9d

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

recipes/hikari-ucp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This recipe will change the Hikare connection pool parameters and dependency fro
1010

1111
The following properties are rewritten:
1212

13-
### Maven dependencies `pom.xml
13+
### Maven dependencies `pom.xml`
1414

1515
The Hikari dependency is removed and replaced with SPring Boot starters for Oracle UCP and Oracle Wallet (commonly used to connect to an autonomous database (ADB)).
1616

@@ -86,7 +86,7 @@ mvn install
8686

8787
## To use the Recipe
8888

89-
In the repository you want to test your recipe against, update the pom.xml to include the following:
89+
In the repository you want to test your recipe against, update the `pom.xml` to include the following:
9090

9191
```xml
9292
<project>

recipes/hikari-ucp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
77
<modelVersion>4.0.0</modelVersion>
88

9-
<groupId>java.oracle.com.cloud.recipes</groupId>
9+
<groupId>oracle.com.cloud.recipes.hikariucp</groupId>
1010
<artifactId>hikariucp</artifactId>
1111
<version>0.0.1-SNAPSHOT</version>
1212
<name>hikari-ucp</name>
-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
package oracle.com.cloud.recipes.hikariucp;
55

6-
import org.junit.jupiter.api.Test;
7-
import org.openrewrite.DocumentExample;
86
import org.openrewrite.test.RewriteTest;
97

108
import static org.openrewrite.properties.Assertions.properties;

0 commit comments

Comments
 (0)