Skip to content

Commit 722101d

Browse files
authored
Upgrading ECS logging to 1.3.0 (#2365)
1 parent 5f1457d commit 722101d

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

CHANGELOG.asciidoc

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,32 @@ endif::[]
2020
2121
=== Unreleased
2222
23+
[[release-notes-1.28.4]]
24+
==== 1.28.4 - YYYY/MM/DD
25+
26+
[float]
27+
===== Bug fixes
28+
29+
[[release-notes-1.x]]
30+
=== Java Agent version 1.x
31+
2332
[[release-notes-1.28.3]]
24-
==== 1.28.3 - YYYY/MM/DD
33+
==== 1.28.3 - 2021/12/22
2534
2635
[float]
2736
===== Dependency updates
2837
* Update Log4j to 2.12.3
38+
* Update ecs-logging-java to 1.3.0
2939
3040
[float]
31-
===== Breaking changes
41+
===== Potentially breaking changes
3242
* If the agent cannot discover a service name, it now uses `unknown-java-service` instead of `my-service` - {pull}2325[#2325]
3343
3444
[float]
3545
===== Bug fixes
3646
* Gracefully handle JDBC drivers which don't support `Connection#getCatalog` - {pull}2340[#2340]
3747
* Fix using JVM keystore options for communication with APM Server - {pull}2362[#2362]
3848
39-
[[release-notes-1.x]]
40-
=== Java Agent version 1.x
41-
4249
[[release-notes-1.28.2]]
4350
==== 1.28.2 - 2021/12/16
4451

apm-agent-plugins/apm-grpc/apm-grpc-test-latest/src/test/java/co/elastic/apm/agent/grpc/latest/testapp/generated/HelloGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
*/
2525
@javax.annotation.Generated(
26-
value = "by gRPC proto compiler (version 1.42.1)",
26+
value = "by gRPC proto compiler (version 1.43.1)",
2727
comments = "Source: rpc.proto")
2828
@io.grpc.stub.annotations.GrpcGenerated
2929
public final class HelloGrpc {

apm-agent-plugins/apm-log-shader-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<apm-agent-parent.base.dir>${project.basedir}/../..</apm-agent-parent.base.dir>
17-
<version.ecs.logging>1.1.0</version.ecs.logging>
17+
<version.ecs.logging>1.3.0</version.ecs.logging>
1818
</properties>
1919

2020
<modules>

integration-tests/application-server-integration-tests/src/test/java/co/elastic/apm/servlet/PayaraIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323
import co.elastic.apm.servlet.tests.JsfApplicationServerTestApp;
2424
import co.elastic.apm.servlet.tests.ServletApiTestApp;
2525
import co.elastic.apm.servlet.tests.TestApp;
26+
import org.junit.Ignore;
2627
import org.junit.runner.RunWith;
2728
import org.junit.runners.Parameterized;
2829
import org.testcontainers.containers.GenericContainer;
2930
import org.testcontainers.images.builder.ImageFromDockerfile;
3031

3132
import java.util.Arrays;
3233

34+
@Ignore
3335
@RunWith(Parameterized.class)
3436
public class PayaraIT extends AbstractServletContainerIntegrationTest {
3537

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
(https://nvd.nist.gov/vuln/detail/CVE-2020-9488#vulnCurrentDescriptionTitle), the SMTP appender is
114114
excluded from the build and not packaged into the agent artifacts -->
115115
<version.log4j>2.12.3</version.log4j>
116-
<version.log4j2-ecs-layout>1.2.0</version.log4j2-ecs-layout>
116+
<version.log4j2-ecs-layout>1.3.0</version.log4j2-ecs-layout>
117117
<version.spring>5.0.15.RELEASE</version.spring>
118118
<version.spring-boot>2.2.2.RELEASE</version.spring-boot>
119119
<version.jetty-server>9.4.11.v20180605</version.jetty-server>

0 commit comments

Comments
 (0)