File tree Expand file tree Collapse file tree 5 files changed +17
-8
lines changed
apm-grpc/apm-grpc-test-latest/src/test/java/co/elastic/apm/agent/grpc/latest/testapp/generated
integration-tests/application-server-integration-tests/src/test/java/co/elastic/apm/servlet Expand file tree Collapse file tree 5 files changed +17
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
2929public final class HelloGrpc {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 2323import co .elastic .apm .servlet .tests .JsfApplicationServerTestApp ;
2424import co .elastic .apm .servlet .tests .ServletApiTestApp ;
2525import co .elastic .apm .servlet .tests .TestApp ;
26+ import org .junit .Ignore ;
2627import org .junit .runner .RunWith ;
2728import org .junit .runners .Parameterized ;
2829import org .testcontainers .containers .GenericContainer ;
2930import org .testcontainers .images .builder .ImageFromDockerfile ;
3031
3132import java .util .Arrays ;
3233
34+ @ Ignore
3335@ RunWith (Parameterized .class )
3436public class PayaraIT extends AbstractServletContainerIntegrationTest {
3537
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments