-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 in OP/openkit-java from feature/ONE-41810-pre…
…pare-release-2.0.0 to release/2.0 * commit 'bb37c1433ea211d4f8ee802ca61ea7cfe3a13a3b': Prepare OpenKit Java release 2.0.0 GitOrigin-RevId: 1feb60caf5d549b19342dd26740d329370bb1834
- Loading branch information
1 parent
4474965
commit 009f237
Showing
6 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Upgrade guide for OpenKit Java | ||
|
||
## OpenKit Java 1.4 to 2.0 | ||
There are no breaking API changes and upgrading is straightforward, by [updating][update] the library | ||
to the latest 2.0 release. | ||
|
||
### Deprecated API | ||
* `WebRequestTracer#setResponseCode(int responseCode)` and `WebRequestTracer#stop()` | ||
Use `WebRequestTracer#stop(int responseCode)` instead as replacement. | ||
* `DynatraceOpenKitBuilder#withApplicationName(String applicationName)` | ||
The application name is configured in Dynatrace Web UI. | ||
|
||
## OpenKit Java 1.3 and below to 1.4 | ||
There are no breaking API changes and upgrading is straightforward, by [updating][update] the library | ||
to the latest 1.4 release. | ||
|
||
### Deprecated API | ||
* `DynatraceOpenKitBuilder(String endpointURL, String applicationID, String deviceID)` | ||
Use `DynatraceOpenKitBuilder(String endpointURL, String applicationID, long deviceID)` instead. | ||
* `AppMonOpenKitBuilder(String endpointURL, String applicationName, String deviceID)` | ||
Use `AppMonOpenKitBuilder(String endpointURL, String applicationName, long deviceID)` instead. | ||
|
||
[update]: ./installing.md#Updating-OpenKit-Java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version=2.0.0-SNAPSHOT | ||
version=2.0.0 |