Skip to content

Commit 35188b4

Browse files
committed
fix: update deployment type
Signed-off-by: Otavio Santana <[email protected]>
1 parent 4e107a5 commit 35188b4

File tree

1 file changed

+1
-1
lines changed
  • jnosql-oracle/src/main/java/org/eclipse/jnosql/databases/oracle/communication

1 file changed

+1
-1
lines changed

jnosql-oracle/src/main/java/org/eclipse/jnosql/databases/oracle/communication/DeploymentType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public Optional<AuthorizationProvider> apply(Settings settings) {
4444
if (user != null && password != null) {
4545
return Optional.of(new StoreAccessTokenProvider(user, password.toCharArray()));
4646
} else {
47-
return Optional.empty();
47+
return Optional.of(new StoreAccessTokenProvider());
4848
}
4949

5050
}

0 commit comments

Comments
 (0)