File tree Expand file tree Collapse file tree 5 files changed +23
-2
lines changed Expand file tree Collapse file tree 5 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 78
78
<!-- `com.conversantmedia:disruptor` version 1.2.16 requires Java 9: -->
79
79
<conversant .disruptor.version>1.2.15</conversant .disruptor.version>
80
80
<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>
82
82
<embedded-ldap .version>0.9.0</embedded-ldap .version>
83
83
<felix .version>7.0.5</felix .version>
84
84
<flapdoodle-embed .version>4.9.0</flapdoodle-embed .version>
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 34
34
////
35
35
36
36
:project-github-url: https://github.com/apache/logging-log4j2
37
- :project-version: 2.23.0
37
+ :project-version: 2.23.1-SNAPSHOT
38
38
:project-name: Log4j
39
39
:project-id: log4j
40
40
:java-target-version: 8
Original file line number Diff line number Diff line change 36
36
[#release-notes]
37
37
= Release Notes
38
38
39
+ include::_release-notes/_2.x.x.adoc[]
39
40
include::_release-notes/_2.23.0.adoc[]
40
41
include::_release-notes/_2.22.1.adoc[]
41
42
include::_release-notes/_2.22.0.adoc[]
Original file line number Diff line number Diff line change 22
22
23
23
This releases contains ...
24
24
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])
You can’t perform that action at this time.
0 commit comments