Skip to content

Commit 7cac43e

Browse files
authored
Preparing for 5.4.8 release
- Cloud only: Fixed an issue where a long running application using SignatureProvider with instance principal may encounter NotAuthenticated error after several minutes even if authentication succeeds for the first requests. - Updated copyrights to 2023
1 parent 437d4a2 commit 7cac43e

File tree

238 files changed

+250
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+250
-240
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016, 2022 Oracle and/or its affiliates. All rights reserved.
1+
Copyright (c) 2016, 2023 Oracle and/or its affiliates. All rights reserved.
22

33
The Universal Permissive License (UPL), Version 1.0
44

README.md

Lines changed: 2 additions & 2 deletions

build_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023, 2022, Oracle and/or its affiliates.
1+
# Copyright (c) 2022, 2023, Oracle and/or its affiliates.
22

33
version: 0.1
44
component: build

driver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>com.oracle.nosql.sdk</groupId>
3131
<artifactId>nosqldriver</artifactId>
32-
<version>5.4.7</version>
32+
<version>5.4.8</version>
3333
<packaging>jar</packaging>
3434

3535
<organization>
@@ -43,7 +43,7 @@
4343
<maven.compiler.target>1.8</maven.compiler.target>
4444
<timestamp>${maven.build.timestamp}</timestamp>
4545
<maven.build.timestamp.format>d-MMMM-yyyy</maven.build.timestamp.format>
46-
<copyright>Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.</copyright>
46+
<copyright>Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.</copyright>
4747
<java.apidoc>http://docs.oracle.com/javase/8/docs/api</java.apidoc>
4848
<maven.deploy.skip>false</maven.deploy.skip>
4949
<netty.version>4.1.86.Final</netty.version>

driver/scripts/build_nson_strings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (C) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (C) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
44
#
55
# This file was distributed by Oracle as part of a version of Oracle NoSQL
66
# Database made available at:

driver/src/main/java/oracle/nosql/driver/AuthorizationProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-
2-
* Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl/

driver/src/main/java/oracle/nosql/driver/BatchOperationNumberLimitException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-
2-
* Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl/

driver/src/main/java/oracle/nosql/driver/Consistency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-
2-
* Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl/

driver/src/main/java/oracle/nosql/driver/DefaultRetryHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-
2-
* Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl/

0 commit comments

Comments
 (0)