Skip to content

Commit cc6538d

Browse files
authored
Releasing version 2.35.0
Releasing version 2.35.0
2 parents 4a96f3f + 7f9184b commit cc6538d

File tree

4,676 files changed

+162511
-77409
lines changed

Some content is hidden

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

4,676 files changed

+162511
-77409
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 2.35.0 - 2022-07-05
7+
### Added
8+
- Support for backup policies returned as part of the database system list operation in the MySQL Database service
9+
10+
### Breaking Changes
11+
- Support for retries by default on some operations of the Bastion service
12+
613
## 2.34.0 - 2022-06-28
714
### Added
815
- Support for the Network Monitoring service

Development-README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ mvn install -Pdev -Ddev.profile.skip.javadoc=false
1515
```
1616

1717
## Javadoc Generation
18-
The build steps will also run delombok to create class files with appropriate documentation. The delomboked files will be placed in a separate directory in the 'target' folder that will be used as input for the javadoc generation.
19-
20-
Additionally, during javadoc generation, any javadocs with the template '*{{DOC_SERVER_URL}}*' will have that template replaced with the actual doc server URL.
18+
During javadoc generation, any javadocs with the template '*{{DOC_SERVER_URL}}*' will have that template replaced with the actual doc server URL.
2119

2220
## <a id="KnownDevelopmentIssues"></a>Known Development Issues
2321

THIRD_PARTY_LICENSES_DEV.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ googleformatter-maven-plugin
3737
* License: Apache License 2.0
3838
* Source code: https://github.com/talios/googleformatter-maven-plugin
3939

40-
lombok
41-
* Copyright © 2009-2021 The Project Lombok Authors
42-
* License: MIT License
43-
* Source code: https://github.com/projectlombok/lombok
44-
* Project home: https://projectlombok.org
45-
4640
license-maven-plugin
4741
* Copyright © 2010–2019 MojoHaus
4842
* License: GNU Lesser General Public License 3.0
@@ -747,8 +741,6 @@ Library.
747741

748742
------------------------------ MIT License -----------------------------
749743

750-
lombok Copyright © 2009-2021 The Project Lombok Authors
751-
752744
mockito-core Copyright © 2007 Mockito contributors
753745

754746
Permission is hereby granted, free of charge, to any person obtaining a copy

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>2.34.0</version>
7+
<version>2.35.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-common</artifactId>
21-
<version>2.34.0</version>
21+
<version>2.35.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)