Skip to content

Commit 4b5dcc3

Browse files
committed
Merge remote-tracking branch 'apache/2.x' into doc/2.x/lookups
2 parents bbba020 + f7103bb commit 4b5dcc3

8 files changed

+35
-96
lines changed

.github/dependabot.yaml

Lines changed: 10 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ updates:
8181
update-types: [ "version-update:semver-major" ]
8282
# Apache Cassandra: keep version 3.x
8383
- dependency-name: "org.apache.cassandra:*"
84-
versions: [ "[4.0.0,)" ]
84+
versions: [ "[4,)" ]
8585
# Kubernetes: keep version 5.x
8686
- dependency-name: "io.fabric8:*"
87-
versions: [ "[6.0.0,)" ]
87+
versions: [ "[6,)" ]
8888
# `com.conversantmedia:disruptor` 1.2.16 requires Java 9
8989
- dependency-name: "com.conversantmedia:disruptor"
9090
versions: [ "[1.2.16,)" ]
9191
# Keep Jakarta EE at version 9.0
9292
- dependency-name: "jakarta.platform:*"
93-
versions: [ "[10.0.0,)" ]
93+
versions: [ "[10,)" ]
9494
# OpenRewrite is quite noisy. Let us skip patch and minor updates:
9595
- dependency-name: "org.openrewrite:*"
9696
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
@@ -100,25 +100,28 @@ updates:
100100
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
101101
# Json Unit 3.x requires Java 17
102102
- dependency-name: "net.javacrumbs.json-unit:*"
103-
versions: [ "[3.0.0,)" ]
103+
versions: [ "[3,)" ]
104104
# Update both `disruptor.version` to latest 3.x version
105105
# and `disruptor4.version` to latest 4.x version
106106
- dependency-name: "com.lmax:disruptor"
107107
update-types: [ "version-update:semver-major" ]
108108
# WebCompere System Stubs requires Java 11
109109
- dependency-name: "uk.org.webcompere:*"
110-
versions: [ "2.1.0,)" ]
110+
versions: [ "[2.1,)" ]
111111
# SLF4J 1.7.x should only upgrade to 1.7.x and
112112
# SLF4J 2.x should only upgrade to 2.x.
113113
- dependency-name: "org.slf4j:slf4j-api"
114114
update-types: [ "version-update:semver-major" ]
115115
# Plexus Utils 4.x are for Maven 4.x
116116
- dependency-name: "org.codehaus.plexus:plexus-utils"
117-
versions: [ "4,)" ]
117+
versions: [ "[4,)" ]
118118
# MongoDB 3.x should only upgrade to 3.x and
119119
# MongoDB 4.x should only upgrade to 4.x
120120
- dependency-name: "org.mongodb:*"
121121
update-types: [ "version-update:semver-major" ]
122+
# H2 version 2.3.x requires Java 11
123+
- dependency-name: "com.h2database:h2"
124+
versions: [ "[2.3,)" ]
122125

123126
- package-ecosystem: github-actions
124127
directory: "/"
@@ -141,43 +144,16 @@ updates:
141144
registries:
142145
- maven-central
143146
ignore:
144-
# Jetty 10.x does not have an internal logging API
145-
- dependency-name: "org.eclipse.jetty:*"
146-
update-types: [ "version-update:semver-major" ]
147-
# EclipseLink 3.x is Jakarta EE 9
148-
- dependency-name: "org.eclipse.persistence:*"
149-
update-types: [ "version-update:semver-major" ]
150-
# Spring 6.x is Jakarta EE 9
151-
- dependency-name: "org.springframework:*"
152-
update-types: [ "version-update:semver-major" ]
153-
# Spring Boot 3.x is Jakarta EE 9
154-
- dependency-name: "org.springframework.boot:*"
155-
update-types: [ "version-update:semver-major" ]
156-
# Spring Cloud 2022.x is Jakarta EE 9
157-
- dependency-name: "org.springframework.cloud:*"
158-
update-types: [ "version-update:semver-major" ]
159-
# Keep Logback version 1.2.x
160-
- dependency-name: "ch.qos.logback:*"
161-
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
162-
# Apache Cassandra: keep version 3.x
163-
- dependency-name: "org.apache.cassandra:*"
164-
versions: [ "[4.0.0,)" ]
165-
# Kubernetes: keep version 5.x
166-
- dependency-name: "io.fabric8:*"
167-
versions: [ "[6.0.0,)" ]
168147
# Keep Jakarta EE at version 9.0
169148
- dependency-name: "jakarta.platform:*"
170-
versions: [ "[10.0.0,)" ]
149+
versions: [ "[10,)" ]
171150
# OpenRewrite is quite noisy. Let us skip patch and minor updates:
172151
- dependency-name: "org.openrewrite:*"
173152
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
174153
- dependency-name: "org.openrewrite.maven:*"
175154
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
176155
- dependency-name: "org.openrewrite.recipe:*"
177156
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
178-
# Json Unit 3.x requires Java 17
179-
- dependency-name: "net.javacrumbs.json-unit:*"
180-
versions: [ "[3.0.0,)" ]
181157
# SLF4J 1.7.x should only upgrade to 1.7.x and
182158
# SLF4J 2.x should only upgrade to 2.x.
183159
- dependency-name: "org.slf4j:slf4j-api"

.mvn/extensions.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

log4j-parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<exam-maven-plugin.version>4.13.5</exam-maven-plugin.version>
5656
<maven-taglib-plugin.version>2.4</maven-taglib-plugin.version>
5757
<!-- `surefire.version` property used in `apache.org:apache`: -->
58-
<surefire.version>3.3.0</surefire.version>
58+
<surefire.version>3.3.1</surefire.version>
5959

6060
<!-- =====================================================
6161
Direct dependency version properties (in alphabetical order)
@@ -68,7 +68,7 @@
6868
<bsh.version>2.0b6</bsh.version>
6969
<cassandra.version>3.11.17</cassandra.version>
7070
<cassandra-driver.version>3.11.5</cassandra-driver.version>
71-
<commons-codec.version>1.17.0</commons-codec.version>
71+
<commons-codec.version>1.17.1</commons-codec.version>
7272
<commons-compress.version>1.26.2</commons-compress.version>
7373
<commons-csv.version>1.11.0</commons-csv.version>
7474
<commons-dbcp2.version>2.12.0</commons-dbcp2.version>
@@ -78,10 +78,10 @@
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.14.2</elasticsearch-java.version>
81+
<elasticsearch-java.version>8.14.3</elasticsearch-java.version>
8282
<embedded-ldap.version>0.9.0</embedded-ldap.version>
8383
<felix.version>7.0.5</felix.version>
84-
<flapdoodle-embed.version>4.12.0</flapdoodle-embed.version>
84+
<flapdoodle-embed.version>4.13.0</flapdoodle-embed.version>
8585
<flapdoodle-reverse.version>1.7.2</flapdoodle-reverse.version>
8686
<flume.version>1.11.0</flume.version>
8787
<groovy.version>3.0.22</groovy.version>

pom.xml

Lines changed: 13 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,6 @@
319319
Hence, *DO NOT MANUALLY EDIT THIS VALUE*! -->
320320
<project.build.outputTimestamp>2024-03-06T09:31:11Z</project.build.outputTimestamp>
321321

322-
<!-- Enables Predictive Test Selection for the project -->
323-
<predictive.test.selection.enabled>false</predictive.test.selection.enabled>
324-
325322
<!-- ========================
326323
Site-specific properties
327324
======================== -->
@@ -942,6 +939,19 @@
942939
</build>
943940
</profile>
944941

942+
<profile>
943+
<id>rerun-tests</id>
944+
<activation>
945+
<property>
946+
<name>env.CI</name>
947+
<value>true</value>
948+
</property>
949+
</activation>
950+
<properties>
951+
<surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
952+
</properties>
953+
</profile>
954+
945955
<profile>
946956
<id>sequential-tests</id>
947957
<build>
@@ -993,40 +1003,6 @@
9931003
</build>
9941004
</profile>
9951005

996-
<profile>
997-
<!-- These settings cause a build failure if the Develocity extension is absent.
998-
999-
Due to a bug in Develocity, we disable Develocity by removing the `.mvn/extensions.xml` file
1000-
in the `deploy-site` run.
1001-
The removal of the file will also disable this profile.
1002-
-->
1003-
<id>predictive-test-selection</id>
1004-
1005-
<activation>
1006-
<file>
1007-
<exists>${maven.multiModuleProjectDirectory}/.mvn/extensions.xml</exists>
1008-
</file>
1009-
</activation>
1010-
1011-
<build>
1012-
<plugins>
1013-
1014-
<plugin>
1015-
<groupId>org.apache.maven.plugins</groupId>
1016-
<artifactId>maven-surefire-plugin</artifactId>
1017-
<configuration>
1018-
<properties>
1019-
<predictiveSelection>
1020-
<enabled>${predictive.test.selection.enabled}</enabled>
1021-
</predictiveSelection>
1022-
</properties>
1023-
</configuration>
1024-
</plugin>
1025-
1026-
</plugins>
1027-
</build>
1028-
1029-
</profile>
10301006
</profiles>
10311007

10321008
</project>

src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="2711" link="https://github.com/apache/logging-log4j2/pull/2711"/>
7-
<description format="asciidoc">Update `co.elastic.clients:elasticsearch-java` to version `8.14.2`</description>
6+
<issue id="2731" link="https://github.com/apache/logging-log4j2/pull/2731"/>
7+
<description format="asciidoc">Update `co.elastic.clients:elasticsearch-java` to version `8.14.3`</description>
88
</entry>

src/changelog/.2.x.x/update_commons_codec_commons_codec.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="2543" link="https://github.com/apache/logging-log4j2/pull/2543"/>
7-
<description format="asciidoc">Update `commons-codec:commons-codec` to version `1.17.0`</description>
6+
<issue id="2741" link="https://github.com/apache/logging-log4j2/pull/2741"/>
7+
<description format="asciidoc">Update `commons-codec:commons-codec` to version `1.17.1`</description>
88
</entry>

src/changelog/.2.x.x/update_de_flapdoodle_embed_de_flapdoodle_embed_mongo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="2710" link="https://github.com/apache/logging-log4j2/pull/2710"/>
7-
<description format="asciidoc">Update `de.flapdoodle.embed:de.flapdoodle.embed.mongo` to version `4.12.0`</description>
6+
<issue id="2739" link="https://github.com/apache/logging-log4j2/pull/2739"/>
7+
<description format="asciidoc">Update `de.flapdoodle.embed:de.flapdoodle.embed.mongo` to version `4.13.0`</description>
88
</entry>

src/changelog/.2.x.x/update_org_apache_maven_surefire_surefire_junit47.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="2669" link="https://github.com/apache/logging-log4j2/pull/2669"/>
7-
<description format="asciidoc">Update `org.apache.maven.surefire:surefire-junit47` to version `3.3.0`</description>
6+
<issue id="2732" link="https://github.com/apache/logging-log4j2/pull/2732"/>
7+
<description format="asciidoc">Update `org.apache.maven.surefire:surefire-junit47` to version `3.3.1`</description>
88
</entry>

0 commit comments

Comments
 (0)