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: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## 1.14.0 - 2020-03-10
7
+
### Added
8
+
- Support for Events service integration with alerts in the Budgets service
9
+
10
+
11
+
### Breaking changes
12
+
- The `com.oracle.bmc.budget.requests.ListAlertRulesRequest$SortOrder` and `com.oracle.bmc.budget.requests.ListBudgetsRequest$SortOrder` enums have been replaced by the `com.oracle.bmc.budget.model.SortOrder` enum.
13
+
- The type of `com.oracle.bmc.budget.requests.ListAlertRulesRequest.sortBy` and `com.oracle.bmc.budget.requests.ListBudgetsRequest.sortBy` has been changed from `String` to the `com.oracle.bmc.budget.model.SortBy` enum.
14
+
- The type of `com.oracle.bmc.budget.requests.ListAlertRulesRequest.lifecycleState` and `com.oracle.bmc.budget.requests.ListBudgetsRequest.lifecycleState` has been changed from `String` to the `com.oracle.bmc.budget.model.LifecycleState` enum.
15
+
6
16
## 1.13.2 - 2020-03-03
7
17
### Added
8
18
- Support for updating the shape of a Database System in the Database service
Copy file name to clipboardExpand all lines: bmc-addons/bmc-resteasy-client-configurator/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
The oci-java-sdk-addons-resteasy-client-configurator is an optional add-on to the OCI Java SDK. It makes resteasy client work with Java SDK.
6
6
7
7
## Installation
8
-
1. The OCI Java SDK must be installed and configured before installing the add-on. See [the documentation](https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/javasdk.htm) for details.
8
+
1. The OCI Java SDK must be installed and configured before installing the add-on. See [the documentation](https://docs.cloud.oracle.com/Content/API/SDKDocs/javasdk.htm) for details.
9
9
2. Copy the supplied oci-java-sdk-addons-resteasy-client-configurator and third-party jar files to your application's classpath.
Copy file name to clipboardExpand all lines: bmc-analytics/src/main/java/com/oracle/bmc/analytics/internal/http/ChangeAnalyticsInstanceCompartmentConverter.java
+25-13Lines changed: 25 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,17 @@ public class ChangeAnalyticsInstanceCompartmentConverter {
0 commit comments