mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

maximthomas
25.47.2024 863edbfec962fb4f245063c11d5f9025307f32c8
Merge branch 'master' into update-jdk-11
33 files modified
68 ■■■■ changed files
.github/workflows/build.yml 2 ●●● patch | view | raw | blame | history
.github/workflows/deploy.yml 2 ●●● patch | view | raw | blame | history
.github/workflows/release.yml 2 ●●● patch | view | raw | blame | history
opendj-cli/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-config/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-core/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-doc-generated-ref/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-doc-maven-plugin/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-dsml-servlet/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-embedded-server-examples/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-embedded/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-grizzly/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-ldap-sdk-examples/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-ldap-toolkit/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-maven-plugin/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-openidm-account-change-notification-handler/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-packages/opendj-deb/opendj-deb-standard/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-packages/opendj-deb/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-packages/opendj-docker/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-packages/opendj-msi/opendj-msi-standard/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-packages/opendj-msi/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-packages/opendj-rpm/opendj-rpm-standard/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-packages/opendj-rpm/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-packages/opendj-svr4/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-packages/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-rest2ldap-servlet/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-rest2ldap/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server-example-plugin/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server-msad-plugin/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server/pom.xml 2 ●●● patch | view | raw | blame | history
pom.xml 4 ●●●● patch | view | raw | blame | history
.github/workflows/build.yml
@@ -23,7 +23,7 @@
        sudo mkdir -pm755 /etc/apt/keyrings && sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
        sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -c -s)/winehq-$(lsb_release -c -s).sources
        sudo apt-get update
        sudo apt install --install-recommends winehq-stable
        sudo apt install --install-recommends winehq-stable || sudo apt install --install-recommends winehq-staging
        sudo mkdir -p /opt/wine/mono && sudo wget "https://dl.winehq.org/wine/wine-mono/8.0.0/wine-mono-8.0.0-x86.tar.xz" -P /opt/wine/mono && sudo tar -xf /opt/wine/mono/wine-mono-8.0.0-x86.tar.xz -C /opt/wine/mono && sudo rm /opt/wine/mono/wine-mono-8.0.0-x86.tar.xz
        wine --version
    - uses: actions/checkout@v4
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@
          sudo mkdir -pm755 /etc/apt/keyrings && sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
          sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -c -s)/winehq-$(lsb_release -c -s).sources
          sudo apt-get update
          sudo apt install --install-recommends winehq-stable
          sudo apt install --install-recommends winehq-stable || sudo apt install --install-recommends winehq-staging
          sudo mkdir -p /opt/wine/mono && sudo wget "https://dl.winehq.org/wine/wine-mono/8.0.0/wine-mono-8.0.0-x86.tar.xz" -P /opt/wine/mono && sudo tar -xf /opt/wine/mono/wine-mono-8.0.0-x86.tar.xz -C /opt/wine/mono && sudo rm /opt/wine/mono/wine-mono-8.0.0-x86.tar.xz
          wine --version
      - uses: actions/checkout@v4
.github/workflows/release.yml
@@ -27,7 +27,7 @@
          sudo mkdir -pm755 /etc/apt/keyrings && sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
          sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -c -s)/winehq-$(lsb_release -c -s).sources
          sudo apt-get update
          sudo apt install --install-recommends winehq-stable
          sudo apt install --install-recommends winehq-stable || sudo apt install --install-recommends winehq-staging
          sudo mkdir -p /opt/wine/mono && sudo wget "https://dl.winehq.org/wine/wine-mono/8.0.0/wine-mono-8.0.0-x86.tar.xz" -P /opt/wine/mono && sudo tar -xf /opt/wine/mono/wine-mono-8.0.0-x86.tar.xz -C /opt/wine/mono && sudo rm /opt/wine/mono/wine-mono-8.0.0-x86.tar.xz
          wine --version
      - uses: actions/checkout@v4
opendj-cli/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <artifactId>opendj-parent</artifactId>
        <groupId>org.openidentityplatform.opendj</groupId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-cli</artifactId>
opendj-config/pom.xml
@@ -19,7 +19,7 @@
  <parent>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-parent</artifactId>
    <version>4.8.2-SNAPSHOT</version>
    <version>4.8.3-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-config</artifactId>
  <name>OpenDJ Configuration API</name>
opendj-core/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <artifactId>opendj-parent</artifactId>
        <groupId>org.openidentityplatform.opendj</groupId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-core</artifactId>
opendj-doc-generated-ref/pom.xml
@@ -21,7 +21,7 @@
    <parent>
        <artifactId>opendj-parent</artifactId>
        <groupId>org.openidentityplatform.opendj</groupId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-doc-generated-ref</artifactId>
opendj-doc-maven-plugin/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <artifactId>opendj-parent</artifactId>
        <groupId>org.openidentityplatform.opendj</groupId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-doc-maven-plugin</artifactId>
opendj-dsml-servlet/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-parent</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-dsml-servlet</artifactId>
opendj-embedded-server-examples/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <artifactId>opendj-parent</artifactId>
        <groupId>org.openidentityplatform.opendj</groupId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-embedded-server-examples</artifactId>
opendj-embedded/pom.xml
@@ -19,7 +19,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-parent</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <name>OpenDJ Embedded Server</name>
    <artifactId>opendj-embedded</artifactId>
opendj-grizzly/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <artifactId>opendj-parent</artifactId>
        <groupId>org.openidentityplatform.opendj</groupId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-grizzly</artifactId>
opendj-ldap-sdk-examples/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <artifactId>opendj-parent</artifactId>
        <groupId>org.openidentityplatform.opendj</groupId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-ldap-sdk-examples</artifactId>
opendj-ldap-toolkit/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <artifactId>opendj-parent</artifactId>
        <groupId>org.openidentityplatform.opendj</groupId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-ldap-toolkit</artifactId>
opendj-legacy/pom.xml
@@ -19,7 +19,7 @@
  <parent>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-parent</artifactId>
    <version>4.8.2-SNAPSHOT</version>
    <version>4.8.3-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-legacy</artifactId>
  <name>OpenDJ Legacy</name>
opendj-maven-plugin/pom.xml
@@ -19,7 +19,7 @@
  <parent>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-parent</artifactId>
    <version>4.8.2-SNAPSHOT</version>
    <version>4.8.3-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-maven-plugin</artifactId>
opendj-openidm-account-change-notification-handler/pom.xml
@@ -19,7 +19,7 @@
  <parent>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-parent</artifactId>
    <version>4.8.2-SNAPSHOT</version>
    <version>4.8.3-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-openidm-account-change-notification-handler</artifactId>
  <name>OpenDJ account change notification handler for OpenIDM</name>
opendj-packages/opendj-deb/opendj-deb-standard/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-deb</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-deb-standard</artifactId>
opendj-packages/opendj-deb/pom.xml
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-packages</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <profiles>
opendj-packages/opendj-docker/pom.xml
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-packages</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <profiles>
opendj-packages/opendj-msi/opendj-msi-standard/pom.xml
@@ -21,7 +21,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-msi</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-msi-standard</artifactId>
opendj-packages/opendj-msi/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-packages</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-msi</artifactId>
opendj-packages/opendj-rpm/opendj-rpm-standard/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-rpm</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-rpm-standard</artifactId>
opendj-packages/opendj-rpm/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-packages</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <packaging>pom</packaging>
opendj-packages/opendj-svr4/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-packages</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-svr4</artifactId>
opendj-packages/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-parent</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-packages</artifactId>
opendj-rest2ldap-servlet/pom.xml
@@ -19,7 +19,7 @@
  <parent>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-parent</artifactId>
    <version>4.8.2-SNAPSHOT</version>
    <version>4.8.3-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-rest2ldap-servlet</artifactId>
opendj-rest2ldap/pom.xml
@@ -20,7 +20,7 @@
    <parent>
        <artifactId>opendj-parent</artifactId>
        <groupId>org.openidentityplatform.opendj</groupId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    
    <artifactId>opendj-rest2ldap</artifactId>
opendj-server-example-plugin/pom.xml
@@ -19,7 +19,7 @@
  <parent>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-parent</artifactId>
    <version>4.8.2-SNAPSHOT</version>
    <version>4.8.3-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-server-example-plugin</artifactId>
  <name>OpenDJ Server Example Plugin</name>
opendj-server-legacy/pom.xml
@@ -21,7 +21,7 @@
  <parent>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-parent</artifactId>
    <version>4.8.2-SNAPSHOT</version>
    <version>4.8.3-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-server-legacy</artifactId>
  <packaging>jar</packaging>
opendj-server-msad-plugin/pom.xml
@@ -5,7 +5,7 @@
    <parent>
        <groupId>org.openidentityplatform.opendj</groupId>
        <artifactId>opendj-parent</artifactId>
        <version>4.8.2-SNAPSHOT</version>
        <version>4.8.3-SNAPSHOT</version>
    </parent>
    <artifactId>opendj-server-msad-plugin</artifactId>
opendj-server/pom.xml
@@ -19,7 +19,7 @@
  <parent>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-parent</artifactId>
    <version>4.8.2-SNAPSHOT</version>
    <version>4.8.3-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-server</artifactId>
  <name>OpenDJ Server NG</name>
pom.xml
@@ -19,7 +19,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.openidentityplatform.opendj</groupId>
    <artifactId>opendj-parent</artifactId>
    <version>4.8.2-SNAPSHOT</version>
    <version>4.8.3-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>OpenDJ Directory Services Project</name>
@@ -35,7 +35,7 @@
        <product.locales>ca_ES,es,de,fr,ja,ko,pl,zh_CN,zh_TW</product.locales>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <localized.jars.classifier>i18n</localized.jars.classifier>
        <commons.version>2.2.2</commons.version>
        <commons.version>2.2.3</commons.version>
        <freemarker.version>2.3.31</freemarker.version>
        <grizzly-framework.version>2.3.35</grizzly-framework.version>
        <metrics-core.version>3.1.2</metrics-core.version>