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
+6-2
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,10 @@ The library test cases provide several complete examples of using the library in
78
78
| Kotlin | Spring JDBC | Example using Kotlin utility classes for Spring JDBC Template |[../examples/kotlin/spring/canonical](src/test/kotlin/examples/kotlin/spring/canonical)|
79
79
80
80
81
-
## Requirements
81
+
## Requirements and Dependencies
82
82
83
-
The library has no dependencies. Version 2.x requires Java 17. Version 1.x requires Java 8.
83
+
Version 2.x requires Java 17 and has a required runtime dependency on JSpecify (https://jspecify.dev/). Version 1.x
84
+
requires Java 8 and has no required runtime dependencies.
85
+
86
+
All versions have support for MyBatis3, Spring Framework, and Kotlin - all those dependencies are optional. The library
87
+
should work in those environments as the dependencies will be made available at runtime.
0 commit comments