Skip to content

Commit 558da40

Browse files
committed
Update co.elastic.clients:elasticsearch-java to version 8.11.0 (#1953)
1 parent 4c53356 commit 558da40

File tree

9 files changed

+33
-24
lines changed

9 files changed

+33
-24
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<!-- `com.conversantmedia:disruptor` version 1.2.16 requires Java 9: -->
8181
<conversant.disruptor.version>1.2.15</conversant.disruptor.version>
8282
<disruptor.version>3.4.4</disruptor.version>
83-
<elasticsearch-java.version>8.10.4</elasticsearch-java.version>
83+
<elasticsearch-java.version>8.11.0</elasticsearch-java.version>
8484
<embedded-ldap.version>0.9.0</embedded-ldap.version>
8585
<felix.version>7.0.5</felix.version>
8686
<flapdoodle-embed.version>4.9.0</flapdoodle-embed.version>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+
type="changed">
6+
<issue id="1953" link="https://github.com/apache/logging-log4j2/pull/1953"/>
7+
<description format="asciidoc">Update `co.elastic.clients:elasticsearch-java` to version `8.11.0`</description>
8+
</entry>

src/site/_release-notes/_2.0-beta4.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Release date:: 2013-01-28
4141
4242
=== Added
4343
44+
* Add MessageFormatMessage and FormattedMessage.
4445
* Added Flume Appender samples.
45-
* Added hostName and contextName to property map.
4646
* Added Log4j 2 to SLF4J adapter.
47-
* Add MessageFormatMessage and FormattedMessage.
47+
* Added hostName and contextName to property map.
4848
* Add SMTPAppender. (https://issues.apache.org/jira/browse/LOG4J2-131[LOG4J2-131])
4949
* Allow custom message creation via a message factory. (https://issues.apache.org/jira/browse/LOG4J2-133[LOG4J2-133])
5050
* Use %red, %white, %blue, and so on in the console appender. (https://issues.apache.org/jira/browse/LOG4J2-134[LOG4J2-134])

src/site/_release-notes/_2.14.0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ For complete information on Apache Log4j 2, including instructions on how to sub
6767
6868
* Add date pattern support for HTML layout. (https://issues.apache.org/jira/browse/LOG4J2-2889[LOG4J2-2889])
6969
* Allow GelfLayout to produce newline delimited events. (https://issues.apache.org/jira/browse/LOG4J2-2892[LOG4J2-2892])
70+
* Update MongoDB tests to require Java 8 unconditionally now that Log4j requires Java 8.
7071
* Update com.fasterxml.jackson.* 2.10.2 -> 2.11.0.
7172
* Update jackson 2.11.0 -> 2.11.2.
7273
* Update mongodb3.version from 3.12.1 to 3.12.6.
73-
* Update MongoDB tests to require Java 8 unconditionally now that Log4j requires Java 8.
7474
* Update org.apache.activemq:activemq-broker 5.15.11 -> 5.16.0.
7575
* Update org.apache.commons:commons-compress 1.19 -> 1.20.
7676
* Update org.apache.commons:commons-csv 1.7 -> 1.8.

src/site/_release-notes/_2.14.1.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,20 @@ For complete information on Apache Log4j 2, including instructions on how to sub
6363
* Allow reconfiguration when Log4j 1 configuration files are updated. (https://issues.apache.org/jira/browse/LOG4J2-2893[LOG4J2-2893])
6464
* Add Rollover Listener to aid in unit test validation. (https://issues.apache.org/jira/browse/LOG4J2-2923[LOG4J2-2923])
6565
* Replace outdated PatternLayout.createLayout() calls in docs with createDefaultLayout(). (https://issues.apache.org/jira/browse/LOG4J2-2977[LOG4J2-2977])
66+
* Update JSON Unit 2.21.0 -> 2.22.0.
67+
* Update JaCoCo 0.8.3 -> 0.8.6.
68+
* Update Mockito 3.6.0 -> 3.7.0.
69+
* Update MongoDB 3 plugin: org.mongodb:mongodb-driver 3.12.6 -> 3.12.7.
70+
* Update MongoDB 4 plugin: org.mongodb:* 4.1.0 -> 4.1.1.
71+
* Update Spring dependencies to 5.3.2, Spring Boot to 2.3.6, and Spring Cloud to Hoxton.SR9
72+
* Update Woodstox 5.0.3 -> 6.2.3 to match Jackson 2.12.1.
73+
* Update XML Unit 2.8.0 -> 2.8.2.
74+
* Update com.fasterxml.jackson.*:* 2.11.2 - 2.11.3.
6675
* Update commons-codec:commons-codec 1.14 -> 1.15.
6776
* Update commons-io:commons-io 2.7 -> 2.8.0.
68-
* Update com.fasterxml.jackson.*:* 2.11.2 - 2.11.3.
6977
* Update de.flapdoodle.embed:de.flapdoodle.embed.mongo 2.2.0 -> 3.0.0.
70-
* Update JaCoCo 0.8.3 -> 0.8.6.
71-
* Update JSON Unit 2.21.0 -> 2.22.0.
7278
* Update junit:junit 4.13 -> 4.13.1.
73-
* Update Mockito 3.6.0 -> 3.7.0.
7479
* Update mongodb4.version 4.1.1 -> 4.2.0.
75-
* Update MongoDB 3 plugin: org.mongodb:mongodb-driver 3.12.6 -> 3.12.7.
76-
* Update MongoDB 4 plugin: org.mongodb:* 4.1.0 -> 4.1.1.
7780
* Update net.javacrumbs.json-unit:json-unit 1.31.1 -> 2.22.0.
7881
* Update net.javacrumbs.json-unit:json-unit 2.22.0 -> 2.23.0.
7982
* Update org.apache.activemq:* 5.16.0 -> 5.16.1.
@@ -93,9 +96,6 @@ For complete information on Apache Log4j 2, including instructions on how to sub
9396
* Update org.springframework:* 5.2.8.RELEASE -> 5.3.1.
9497
* Update org.springframework:* 5.3.2 -> 5.3.3.
9598
* Update org.xmlunit:* 2.7.0 -> 2.8.0.
96-
* Update Spring dependencies to 5.3.2, Spring Boot to 2.3.6, and Spring Cloud to Hoxton.SR9
97-
* Update Woodstox 5.0.3 -> 6.2.3 to match Jackson 2.12.1.
98-
* Update XML Unit 2.8.0 -> 2.8.2.
9999
* - com.fasterxml.jackson.core:jackson-annotations ................. 2.12.1 -> 2.12.2 - com.fasterxml.jackson.core:jackson-core ........................ 2.12.1 -> 2.12.2 - com.fasterxml.jackson.core:jackson-databind .................... 2.12.1 -> 2.12.2 - com.fasterxml.jackson.dataformat:jackson-dataformat-xml ........ 2.12.1 -> 2.12.2 - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml ....... 2.12.1 -> 2.12.2 - com.fasterxml.jackson.module:jackson-module-jaxb-annotations ... 2.12.1 -> 2.12.2 - org.apache.commons:commons-lang3 ............................... 3.11 -> 3.12.0 - org.junit.jupiter:junit-jupiter-engine ......................... 5.7.0 -> 5.7.1 - org.junit.jupiter:junit-jupiter-migrationsupport ............... 5.7.0 -> 5.7.1 - org.junit.jupiter:junit-jupiter-params ......................... 5.7.0 -> 5.7.1 - org.junit.vintage:junit-vintage-engine ......................... 5.7.0 -> 5.7.1 - org.mockito:mockito-core ....................................... 3.7.7 -> 3.8.0 - org.mockito:mockito-junit-jupiter .............................. 3.7.7 -> 3.8.0 - org.mongodb:bson ............................................... 4.2.0 -> 4.2.2 - org.mongodb:mongodb-driver-sync ................................ 4.2.0 -> 4.2.2
100100
101101
=== Fixed

src/site/_release-notes/_2.15.0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ For complete information on Apache Log4j 2, including instructions on how to sub
122122
* Correct documentation for SyslogAppender when using TLS. (https://issues.apache.org/jira/browse/LOG4J2-2553[LOG4J2-2553])
123123
* Log4j 1.x properties were not being substituted. (https://issues.apache.org/jira/browse/LOG4J2-2951[LOG4J2-2951])
124124
* Fix Log Event Level vs Logger Config Level table. (https://issues.apache.org/jira/browse/LOG4J2-3166[LOG4J2-3166])
125-
* Updated dependencies. - com.fasterxml.jackson.core:jackson-annotations ................. 2.12.2 -> 2.12.4 - com.fasterxml.jackson.core:jackson-core ........................ 2.12.2 -> 2.12.4 - com.fasterxml.jackson.core:jackson-databind .................... 2.12.2 -> 2.12.4 - com.fasterxml.jackson.dataformat:jackson-dataformat-xml ........ 2.12.2 -> 2.12.4 - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml ....... 2.12.2 -> 2.12.4 - com.fasterxml.jackson.module:jackson-module-jaxb-annotations ... 2.12.2 -> 2.12.4 - com.fasterxml.woodstox:woodstox-core ........................... 6.2.4 -> 6.2.6 - commons-io:commons-io .......................................... 2.8.0 -> 2.11.0 - net.javacrumbs.json-unit:json-unit ............................. 2.24.0 -> 2.25.0 - net.javacrumbs.json-unit:json-unit ............................. 2.25.0 -> 2.27.0 - org.apache.activemq:activemq-broker ............................ 5.16.1 -> 5.16.2 - org.apache.activemq:activemq-broker ............................ 5.16.2 -> 5.16.3 - org.apache.commons:commons-compress ............................ 1.20 -> 1.21 - org.apache.commons:commons-csv ................................. 1.8 -> 1.9.0 - org.apache.commons:commons-dbcp2 ............................... 2.8.0 -> 2.9.0 - org.apache.commons:commons-pool2 ............................... 2.9.0 -> 2.11.1 - org.apache.maven.plugins:maven-failsafe-plugin ................. 2.22.2 -> 3.0.0-M5 - org.apache.maven.plugins:maven-surefire-plugin ................. 2.22.2 -> 3.0.0-M5 - org.apache.rat:apache-rat-plugin ............................... 0.12 -> 0.13 - org.assertj:assertj-core ....................................... 3.19.0 -> 3.20.2 - org.codehaus.groovy:groovy-dateutil ............................ 3.0.7 -> 3.0.8 - org.codehaus.groovy:groovy-jsr223 .............................. 3.0.7 -> 3.0.8 - org.codehaus.plexus:plexus-utils ............................... 3.3.0 -> 3.4.0 - org.eclipse.persistence:javax.persistence ...................... 2.1.1 -> 2.2.1 - org.eclipse.persistence:org.eclipse.persistence.jpa ............ 2.6.5 -> 2.6.9 - org.eclipse.persistence:org.eclipse.persistence.jpa ............ 2.7.8 -> 2.7.9 - org.fusesource.jansi ........................................... 2.3.2 -> 2.3.4 - org.fusesource.jansi:jansi ..................................... 2.3.1 -> 2.3.2 - org.hsqldb:hsqldb .............................................. 2.5.1 -> 2.5.2 - org.junit.jupiter:junit-jupiter-engine ......................... 5.7.1 -> 5.7.2 - org.junit.jupiter:junit-jupiter-migrationsupport ............... 5.7.1 -> 5.7.2 - org.junit.jupiter:junit-jupiter-params ......................... 5.7.1 -> 5.7.2 - org.junit.vintage:junit-vintage-engine ......................... 5.7.1 -> 5.7.2 - org.liquibase:liquibase-core ................................... 3.5.3 -> 3.5.5 - org.mockito:mockito-core ....................................... 3.8.0 -> 3.11.2 - org.mockito:mockito-junit-jupiter .............................. 3.8.0 -> 3.11.2 - org.springframework:spring-aop ................................. 5.3.3 -> 5.3.9 - org.springframework:spring-beans ............................... 5.3.3 -> 5.3.9 - org.springframework:spring-context ............................. 5.3.3 -> 5.3.9 - org.springframework:spring-context-support ..................... 5.3.3 -> 5.3.9 - org.springframework:spring-core ................................ 5.3.3 -> 5.3.9 - org.springframework:spring-expression .......................... 5.3.3 -> 5.3.9 - org.springframework:spring-oxm ................................. 5.3.3 -> 5.3.9 - org.springframework:spring-test ................................ 5.3.3 -> 5.3.9 - org.springframework:spring-web ................................. 5.3.3 -> 5.3.9 - org.springframework:spring-webmvc .............................. 5.3.3 -> 5.3.9 - org.tukaani:xz ................................................. 1.8 -> 1.9
126125
* Update Spring framework to 5.3.13, Spring Boot to 2.5.7, and Spring Cloud to 2020.0.4.
126+
* Updated dependencies. - com.fasterxml.jackson.core:jackson-annotations ................. 2.12.2 -> 2.12.4 - com.fasterxml.jackson.core:jackson-core ........................ 2.12.2 -> 2.12.4 - com.fasterxml.jackson.core:jackson-databind .................... 2.12.2 -> 2.12.4 - com.fasterxml.jackson.dataformat:jackson-dataformat-xml ........ 2.12.2 -> 2.12.4 - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml ....... 2.12.2 -> 2.12.4 - com.fasterxml.jackson.module:jackson-module-jaxb-annotations ... 2.12.2 -> 2.12.4 - com.fasterxml.woodstox:woodstox-core ........................... 6.2.4 -> 6.2.6 - commons-io:commons-io .......................................... 2.8.0 -> 2.11.0 - net.javacrumbs.json-unit:json-unit ............................. 2.24.0 -> 2.25.0 - net.javacrumbs.json-unit:json-unit ............................. 2.25.0 -> 2.27.0 - org.apache.activemq:activemq-broker ............................ 5.16.1 -> 5.16.2 - org.apache.activemq:activemq-broker ............................ 5.16.2 -> 5.16.3 - org.apache.commons:commons-compress ............................ 1.20 -> 1.21 - org.apache.commons:commons-csv ................................. 1.8 -> 1.9.0 - org.apache.commons:commons-dbcp2 ............................... 2.8.0 -> 2.9.0 - org.apache.commons:commons-pool2 ............................... 2.9.0 -> 2.11.1 - org.apache.maven.plugins:maven-failsafe-plugin ................. 2.22.2 -> 3.0.0-M5 - org.apache.maven.plugins:maven-surefire-plugin ................. 2.22.2 -> 3.0.0-M5 - org.apache.rat:apache-rat-plugin ............................... 0.12 -> 0.13 - org.assertj:assertj-core ....................................... 3.19.0 -> 3.20.2 - org.codehaus.groovy:groovy-dateutil ............................ 3.0.7 -> 3.0.8 - org.codehaus.groovy:groovy-jsr223 .............................. 3.0.7 -> 3.0.8 - org.codehaus.plexus:plexus-utils ............................... 3.3.0 -> 3.4.0 - org.eclipse.persistence:javax.persistence ...................... 2.1.1 -> 2.2.1 - org.eclipse.persistence:org.eclipse.persistence.jpa ............ 2.6.5 -> 2.6.9 - org.eclipse.persistence:org.eclipse.persistence.jpa ............ 2.7.8 -> 2.7.9 - org.fusesource.jansi ........................................... 2.3.2 -> 2.3.4 - org.fusesource.jansi:jansi ..................................... 2.3.1 -> 2.3.2 - org.hsqldb:hsqldb .............................................. 2.5.1 -> 2.5.2 - org.junit.jupiter:junit-jupiter-engine ......................... 5.7.1 -> 5.7.2 - org.junit.jupiter:junit-jupiter-migrationsupport ............... 5.7.1 -> 5.7.2 - org.junit.jupiter:junit-jupiter-params ......................... 5.7.1 -> 5.7.2 - org.junit.vintage:junit-vintage-engine ......................... 5.7.1 -> 5.7.2 - org.liquibase:liquibase-core ................................... 3.5.3 -> 3.5.5 - org.mockito:mockito-core ....................................... 3.8.0 -> 3.11.2 - org.mockito:mockito-junit-jupiter .............................. 3.8.0 -> 3.11.2 - org.springframework:spring-aop ................................. 5.3.3 -> 5.3.9 - org.springframework:spring-beans ............................... 5.3.3 -> 5.3.9 - org.springframework:spring-context ............................. 5.3.3 -> 5.3.9 - org.springframework:spring-context-support ..................... 5.3.3 -> 5.3.9 - org.springframework:spring-core ................................ 5.3.3 -> 5.3.9 - org.springframework:spring-expression .......................... 5.3.3 -> 5.3.9 - org.springframework:spring-oxm ................................. 5.3.3 -> 5.3.9 - org.springframework:spring-test ................................ 5.3.3 -> 5.3.9 - org.springframework:spring-web ................................. 5.3.3 -> 5.3.9 - org.springframework:spring-webmvc .............................. 5.3.3 -> 5.3.9 - org.tukaani:xz ................................................. 1.8 -> 1.9
127127
128128
=== Fixed
129129

src/site/_release-notes/_2.17.2.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,12 @@ For complete information on Apache Log4j 2, including instructions on how to sub
7979
8080
=== Changed
8181
82+
* Bump Jackson from 2.12.4 to 2.13.1.
83+
* Bump Mockito from 3.11.2 to 4.2.0.
84+
* Bump Woodstox 6.2.6 to 6.2.8.
8285
* Bump awaitility from 4.0.3 to 4.1.1 #663.
8386
* Bump de.flapdoodle.embed:de.flapdoodle.embed.mongo from 3.0.0 to 3.4.1. Update tests for binary incompatibilities in APIs.
84-
* Bump Jackson from 2.12.4 to 2.13.1.
8587
* Bump maven-compiler-plugin from 3.8.1 to 3.9.0.
86-
* Bump Mockito from 3.11.2 to 4.2.0.
8788
* Bump mongodb3.version from 3.12.4 to 3.12.10 #605.
8889
* Bump net.javacrumbs.json-unit:json-unit from 2.27.0 to 2.28.0.
8990
* Bump org.apache.activemq:activemq-broker from 5.16.3 to 5.16.4.
@@ -99,7 +100,6 @@ For complete information on Apache Log4j 2, including instructions on how to sub
99100
* Bump org.mongodb:mongodb-driver-sync from 4.2.2 to 4.5.0.
100101
* Bump org.springframework:spring-* from 5.3.13 to 5.3.15.
101102
* Bump org.xmlunit:xmlunit-* from 2.8.3 to 2.8.4.
102-
* Bump Woodstox 6.2.6 to 6.2.8.
103103
* Replace usages of "compile" with "implementation" in the Gradle docs. (https://issues.apache.org/jira/browse/LOG4J2-3215[LOG4J2-3215])
104104
* Change modifier of method org.apache.logging.log4j.core.tools.Generate#generate to public (was package private) to facilitate automated code generation. (https://issues.apache.org/jira/browse/LOG4J2-3267[LOG4J2-3267])
105105
* log4j-jpl formats message parameters correctly using MessageFormat. (https://issues.apache.org/jira/browse/LOG4J2-3345[LOG4J2-3345])
@@ -129,10 +129,10 @@ For complete information on Apache Log4j 2, including instructions on how to sub
129129
* Log4j 1.2 bridge Check for non-existent appender when parsing properties #761. (https://issues.apache.org/jira/browse/LOG4J2-3407[LOG4J2-3407])
130130
* Log4j 1.2 bridge supports global threshold #764. (https://issues.apache.org/jira/browse/LOG4J2-3407[LOG4J2-3407])
131131
* Log4j 1.2 bridge throws a ClassCastException when logging a Map with non-String keys. (https://issues.apache.org/jira/browse/LOG4J2-3410[LOG4J2-3410])
132+
* Log4j 1.2 bridge adds org.apache.log4j.Hierarchy.
132133
* Log4j 1.2 bridge adds org.apache.log4j.component.helpers.Constants.
133134
* Log4j 1.2 bridge adds org.apache.log4j.helpers.Loader.
134135
* Log4j 1.2 bridge adds org.apache.log4j.helpers.LogLog.
135-
* Log4j 1.2 bridge adds org.apache.log4j.Hierarchy.
136136
* Log4j 1.2 bridge adds org.apache.log4j.spi.DefaultRepositorySelector.
137137
* Log4j 1.2 bridge adds org.apache.log4j.spi.NOPLoggerRepository and NOPLogger.
138138
* Log4j 1.2 bridge adds org.apache.log4j.spi.RootLogger.
@@ -146,25 +146,25 @@ For complete information on Apache Log4j 2, including instructions on how to sub
146146
* Log4j 1.2 bridge creates a SocketAppender instead of a SyslogAppender.
147147
* Log4j 1.2 bridge implements LogManager.getCurrentLoggers() fully.
148148
* Log4j 1.2 bridge implements most of DOMConfigurator.
149-
* Log4j 1.2 bridge interfaces missing from package org.apache.log4j.spi: ThrowableRenderer, ThrowableRendererSupport, TriggeringEventEvaluator.
150149
* Log4j 1.2 bridge interface Configurator doConfigure() methods should use LoggerRepository, not LoggerContext.
151150
* Log4j 1.2 bridge interface org.apache.log4j.spi.RendererSupport was in the wrong package and incomplete.
151+
* Log4j 1.2 bridge interfaces missing from package org.apache.log4j.spi: ThrowableRenderer, ThrowableRendererSupport, TriggeringEventEvaluator.
152152
* Log4j 1.2 bridge issues with filters #753.
153-
* Log4j 1.2 bridge methods Category.getChainedPriority() and getEffectiveLevel() should not be final.
154-
* Log4j 1.2 bridge methods missing in org.apache.log4j.Category: getDefaultHierarchy(), getHierarchy(), getLoggerRepository().
155153
* Log4j 1.2 bridge method Category.exists(String) should be static.
156154
* Log4j 1.2 bridge method NDC.inherit(Stack) should not use generics to provide source compatibility.
155+
* Log4j 1.2 bridge methods Category.getChainedPriority() and getEffectiveLevel() should not be final.
156+
* Log4j 1.2 bridge methods missing in org.apache.log4j.Category: getDefaultHierarchy(), getHierarchy(), getLoggerRepository().
157157
* Log4j 1.2 bridge missed
158158
* Log4j 1.2 bridge missed org.apache.log4j.pattern.FormattingInfo.
159159
* Log4j 1.2 bridge missed org.apache.log4j.pattern.NameAbbreviator.
160-
* Log4j 1.2 bridge missing class org.apache.log4j.or.RendererMap.
161160
* Log4j 1.2 bridge missing DefaultThrowableRenderer.
162161
* Log4j 1.2 bridge missing FormattingInfo.
163162
* Log4j 1.2 bridge missing PatternConverter.
164163
* Log4j 1.2 bridge missing PatternParser.
164+
* Log4j 1.2 bridge missing UtilLoggingLevel.
165+
* Log4j 1.2 bridge missing class org.apache.log4j.or.RendererMap.
165166
* Log4j 1.2 bridge missing some LocationInfo constructors.
166167
* Log4j 1.2 bridge missing some ThrowableInformation constructors.
167-
* Log4j 1.2 bridge missing UtilLoggingLevel.
168168
* Log4j 1.2 bridge now logs a warning instead of throwing an NullPointerException when building a Syslog appender with a missing "SyslogHost" param.
169169
* Log4j 1.2 bridge should allow property and XML attributes to start with either an upper-case or lower-case letter.
170170
* Log4j 1.2 bridge supports the SocketAppender.

0 commit comments

Comments
 (0)