Skip to content

Commit 612c417

Browse files
authored
Preparing 1.16.0 release (#1180)
1 parent e08aad2 commit 612c417

File tree

75 files changed

+94
-84
lines changed

Some content is hidden

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

75 files changed

+94
-84
lines changed

CHANGELOG.asciidoc

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,30 @@ endif::[]
1919
////
2020
2121
=== Unreleased
22-
[[release-notes-1.16.0]]
23-
==== 1.16.0 - YYYY/MM/DD
22+
23+
[[release-notes-1.17.0]]
24+
==== 1.17.0 - YYYY/MM/DD
2425
2526
[float]
2627
===== Breaking changes
2728
2829
[float]
2930
===== Features
3031
32+
[float]
33+
===== Bug fixes
34+
35+
[[release-notes-1.x]]
36+
=== Java Agent version 1.x
37+
38+
[[release-notes-1.16.0]]
39+
==== 1.16.0 - 2020/05/13
40+
41+
[float]
42+
===== Features
43+
3144
* The log correlation feature now adds `error.id` to the MDC. See <<supported-logging-frameworks>> for details. - {pull}1050[#1050]
32-
* Deprecating the `incubating` tag in favour of the `experimental` tag.
33-
This is not a breaking change, so former
45+
* Deprecating the `incubating` tag in favour of the `experimental` tag. This is not a breaking change, so former
3446
<<config-disable-instrumentations,`disable_instrumentation`>> configuration containing the `incubating` tag will still be respected - {pull}1123[#1123]
3547
* Add a `--without-emulated-attach` option for runtime attachment to allow disabling this feature as a workaround.
3648
* Add workaround for JDK bug JDK-8236039 with TLS 1.3 {pull}1149[#1149]
@@ -40,6 +52,7 @@ This is not a breaking change, so former
4052
the higher threshold will determine which spans will be discarded.
4153
* Automatically instrument quartz jobs from the quartz-jobs artifact {pull}1170[#1170]
4254
* Perform re-parenting of regular spans to be a child of profiler-inferred spans. Requires APM Server and Kibana 7.8.0. {pull}1117[#1117]
55+
* Upgrade Async Profiler version to 1.7.0
4356
4457
[float]
4558
===== Bug fixes
@@ -55,10 +68,8 @@ This is not a breaking change, so former
5568
* Due to a bug in the build we didn't include the gRPC plugin in the build so far
5669
* `java.lang.ClassNotFoundException: Unable to load class 'jdk.internal...'` is thrown when tracing specific versions of Atlassian systems {pull}1168[#1168]
5770
* Make sure spans are kept active during `AsyncHandler` methods in the `AsyncHttpClient`
58-
59-
60-
[[release-notes-1.x]]
61-
=== Java Agent version 1.x
71+
* CPU and memory metrics are sometimes not reported properly when using IBM J9 {pull}1148[#1148]
72+
* `NullPointerException` thrown by the agent on WebLogic {pull}1142[#1142]
6273
6374
[[release-notes-1.15.0]]
6475
==== 1.15.0 - 2020/03/27

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ For illustration purpose, `1.2.3` will be the target release version, and the gi
271271
1. Move release notes from the `Unreleased` sub-heading to the correct `[[release-notes-{major}.x]]` sub-heading ([Example PR](https://github.com/elastic/apm-agent-java/pull/1027/files) for 1.13.0 release).
272272
1. For major releases, update the EOL table in [`upgrading.asciidoc`](docs/upgrading.asciidoc).
273273
1. Review Maven project version, you must have `${project.version}` equal to `1.2.3-SNAPSHOT`, `-SNAPSHOT` suffix will be removed during release process.
274-
1. If needed, use following command to set version `mvn versions:set -DnewVersion=1.2.3-SNAPSHOT`, then commit and push changes.
274+
1. If needed, use following command to update version - `mvn release:update-versions`, then commit and push changes.
275275
1. Execute the release Jenkins job on the internal ci server. This job is same as the snapshot-build job, but it also:
276276
1. Removes `-SNAPSHOT` from all `${project.version}` occurrences and makes a commit before build
277277
1. Tags this new commit with the version name, e.g. `v1.2.3`.

apm-agent-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.15.1-SNAPSHOT</version>
8+
<version>1.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-agent-api</artifactId>

apm-agent-attach/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.15.1-SNAPSHOT</version>
8+
<version>1.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-agent-attach</artifactId>

apm-agent-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.15.1-SNAPSHOT</version>
8+
<version>1.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-agent-benchmarks</artifactId>

apm-agent-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>co.elastic.apm</groupId>
77
<artifactId>apm-agent-parent</artifactId>
8-
<version>1.15.1-SNAPSHOT</version>
8+
<version>1.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-agent-core</artifactId>

apm-agent-plugins/apm-apache-httpclient-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-plugins</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.15.1-SNAPSHOT</version>
8+
<version>1.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-apache-httpclient-plugin</artifactId>

apm-agent-plugins/apm-api-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-plugins</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.15.1-SNAPSHOT</version>
8+
<version>1.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<properties>

apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-plugins</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.15.1-SNAPSHOT</version>
8+
<version>1.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-asynchttpclient-plugin</artifactId>

apm-agent-plugins/apm-error-logging-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-plugins</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.15.1-SNAPSHOT</version>
8+
<version>1.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-error-logging-plugin</artifactId>

0 commit comments

Comments
 (0)