Skip to content

Commit 8aa5121

Browse files
Merge branch 'main' into 144-vector
2 parents be1d118 + fc037e4 commit 8aa5121

14 files changed

+779
-496
lines changed

README.md

+183-77
Large diffs are not rendered by default.

src/main/java/oracle/r2dbc/OracleR2dbcOptions.java

-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ private OracleR2dbcOptions() {}
396396
*/
397397
public static final Option<CharSequence> KERBEROS_JAAS_LOGIN_MODULE;
398398

399-
400399
/** The unmodifiable set of all extended options */
401400
private static final Set<Option<?>> OPTIONS = Set.of(
402401
DESCRIPTOR = Option.valueOf("oracle.r2dbc.descriptor"),

src/main/java/oracle/r2dbc/impl/AsyncLock.java

+20-395
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)