Skip to content

Commit 50f6b89

Browse files
committed
Update co.elastic.clients:elasticsearch-java to version 8.12.2 (#2315)
1 parent f05864d commit 50f6b89

File tree

5 files changed

+23
-2
lines changed

5 files changed

+23
-2
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<!-- `com.conversantmedia:disruptor` version 1.2.16 requires Java 9: -->
7979
<conversant.disruptor.version>1.2.15</conversant.disruptor.version>
8080
<disruptor.version>3.4.4</disruptor.version>
81-
<elasticsearch-java.version>8.12.1</elasticsearch-java.version>
81+
<elasticsearch-java.version>8.12.2</elasticsearch-java.version>
8282
<embedded-ldap.version>0.9.0</embedded-ldap.version>
8383
<felix.version>7.0.5</felix.version>
8484
<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.3.xsd"
5+
type="updated">
6+
<issue id="2315" link="https://github.com/apache/logging-log4j2/pull/2315"/>
7+
<description format="asciidoc">Update `co.elastic.clients:elasticsearch-java` to version `8.12.2`</description>
8+
</entry>

src/site/_constants.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
////
3535
3636
:project-github-url: https://github.com/apache/logging-log4j2
37-
:project-version: 2.23.0
37+
:project-version: 2.23.1-SNAPSHOT
3838
:project-name: Log4j
3939
:project-id: log4j
4040
:java-target-version: 8

src/site/_release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
[#release-notes]
3737
= Release Notes
3838
39+
include::_release-notes/_2.x.x.adoc[]
3940
include::_release-notes/_2.23.0.adoc[]
4041
include::_release-notes/_2.22.1.adoc[]
4142
include::_release-notes/_2.22.0.adoc[]

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@
2222
2323
This releases contains ...
2424
25+
26+
[#release-notes-2-x-x-changed]
27+
=== Changed
28+
29+
* Improve performance of `CloseableThreadContext#closeMap()` (https://github.com/apache/logging-log4j2/pull/2296[2296])
30+
31+
[#release-notes-2-x-x-updated]
32+
=== Updated
33+
34+
* Update `co.elastic.clients:elasticsearch-java` to version `8.12.2` (https://github.com/apache/logging-log4j2/pull/2315[2315])
35+
* Update `com.github.tomakehurst:wiremock-jre8` to version `2.35.2` (https://github.com/apache/logging-log4j2/pull/2306[2306])
36+
* Update `io.fabric8:docker-maven-plugin` to version `0.44.0` (https://github.com/apache/logging-log4j2/pull/2299[2299])

0 commit comments

Comments
 (0)