Skip to content

Commit

Permalink
pre release: elastic-apm-agent v1.49.0 (#3576)
Browse files Browse the repository at this point in the history
Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
  • Loading branch information
apmmachine and apmmachine authored Apr 2, 2024
1 parent 2e1bce7 commit a3709b7
Show file tree
Hide file tree
Showing 201 changed files with 206 additions and 203 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Use subheadings with the "=====" level for adding notes for unreleased changes:
=== Unreleased
[[release-notes-1.x]]
=== Java Agent version 1.x
[[release-notes-1.49.0]]
==== 1.49.0 - 2024/04/02
[float]
===== Bug fixes
* Fixed problems with public API annotation inheritance - {pull}3551[#3551]
Expand All @@ -41,9 +47,6 @@ Use subheadings with the "=====" level for adding notes for unreleased changes:
* Added lambda support for ELB triggers {pull}#3411[#3411]
* Add exclusion list option for calling DatabaseMetaData.getUserName - {pull}#3568[#3568]
[[release-notes-1.x]]
=== Java Agent version 1.x
[[release-notes-1.48.1]]
==== 1.48.1 - 2024/03/06
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-agent-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-attach-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-attach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-agent-attach</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-agent-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-agent-bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-builds/apm-agent-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-agent-builds</artifactId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-agent-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-builds/apm-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-agent-builds</artifactId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-builds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-cached-lookup-key/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-agent-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-lambda-layer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugin-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-apache-httpclient</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-apache-httpclient-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-apache-httpclient</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-apache-httpclient3-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-apache-httpclient</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-apache-httpclient4-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-apache-httpclient</artifactId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-apache-httpclient5-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-apache-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-apache-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-api-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-asynchttpclient-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-1-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-aws-sdk</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-2-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-aws-sdk</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-aws-sdk/apm-aws-sdk-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-aws-sdk</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-aws-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-awslambda-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-cassandra</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-cassandra</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-cassandra</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-dubbo-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-ecs-logging-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-ecs-logging-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-es-restclient-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-es-restclient-plugin-5_6</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-es-restclient-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-es-restclient-plugin-6_4</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-es-restclient-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-es-restclient-plugin-7_x</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-es-restclient-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-es-restclient-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-es-restclient-plugin-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-es-restclient-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-es-restclient-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-finagle-httpclient-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-finagle-httpclient-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-grails-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-grails-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-grpc/apm-grpc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-grpc</artifactId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-grpc-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-grpc/apm-grpc-test-1.6.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-grpc</artifactId>
<version>1.48.2-SNAPSHOT</version>
<version>1.49.0</version>
</parent>

<artifactId>apm-grpc-test-1.6.1</artifactId>
Expand Down
Loading

0 comments on commit a3709b7

Please sign in to comment.