-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b65e015
commit 5590a34
Showing
19 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...unit-support/src/main/java/com/github/fantasy0v0/swift/jdbc/junit/SwiftJdbcExtension.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...g-support/src/main/java/com/github/fantasy0v0/swift/jdbc/spring/SpringConnectionPool.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...port/src/main/java/com/github/fantasy0v0/swift/jdbc/spring/SpringConnectionReference.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rt/src/main/java/com/github/fantasy0v0/swift/jdbc/spring/SpringConnectionTransaction.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
import com.github.fantasy0v0.swift.jdbc.connection.ConnectionPool; | ||
|
||
module swift.jdbc.spring.support { | ||
requires swift.jdbc; | ||
requires spring.context; | ||
requires spring.jdbc; | ||
requires spring.tx; | ||
|
||
provides com.github.fantasy0v0.swift.jdbc.ConnectionPool with com.github.fantasy0v0.swift.jdbc.spring.SpringConnectionPool; | ||
provides ConnectionPool with com.github.fantasy0v0.swift.jdbc.spring.SpringConnectionPool; | ||
} |
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
jdbc/src/main/java/com/github/fantasy0v0/swift/jdbc/ConnectionPoolUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
jdbc/src/main/java/com/github/fantasy0v0/swift/jdbc/InsertBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
jdbc/src/main/java/com/github/fantasy0v0/swift/jdbc/TransactionBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
jdbc/src/main/java/com/github/fantasy0v0/swift/jdbc/UpdateBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...fantasy0v0/swift/jdbc/ConnectionPool.java → ...swift/jdbc/connection/ConnectionPool.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sy0v0/swift/jdbc/ConnectionReference.java → .../jdbc/connection/ConnectionReference.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...0v0/swift/jdbc/ConnectionTransaction.java → ...dbc/connection/ConnectionTransaction.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...dbc/connection/DefaultConnectionPool.java → ...onnection/impl/DefaultConnectionPool.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...onnection/DefaultConnectionReference.java → ...tion/impl/DefaultConnectionReference.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...nection/DefaultConnectionTransaction.java → ...on/impl/DefaultConnectionTransaction.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters