You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,6 @@
7
7
8
8
Provide proxy classes for JDBC API to intercept executing queries and methods.
9
9
10
-
### Versions
11
-
12
-
- 2.x _(Under development)_
13
-
-~~Java8 baseline.~~
14
-
-`master` branch
15
-
16
-
- 1.x
17
-
- Works with JDK1.6+ (works well with Java8 and above).
18
-
-`1.x` branch
19
-
20
10
## User Guide
21
11
22
12
-[Current Release Version][user-guide-current]
@@ -36,7 +26,7 @@ Provide proxy classes for JDBC API to intercept executing queries and methods.
36
26
- latest version is: [][maven-central_badge]
37
27
- No dependencies to other libraries, everything is optional.
38
28
- For example, if you want to use slf4j logger with `SLF4JQueryLoggingListener`, then you need slf4j library.
39
-
- requires jdk1.6+
29
+
- requires jdk1.6+ (works well with Java8 and above).
40
30
41
31
Snapshots are available via the Maven Central repository.
42
32
For instructions on how to consume snapshot releases, please refer to [the official documentation](https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-snapshot-releases-for-your-project).
@@ -47,9 +37,6 @@ For instructions on how to consume snapshot releases, please refer to [the offic
0 commit comments