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

Maxim Thomas
07.54.2024 7145b9165f3789848a543d1245c64babaf43e233
refs
author Maxim Thomas <maxim.thomas@gmail.com>
Friday, June 7, 2024 15:54 +0200
committer GitHub <noreply@github.com>
Friday, June 7, 2024 15:54 +0200
commit7145b9165f3789848a543d1245c64babaf43e233
tree d872be5979842a19fda90a259cdd6ada256391e9 tree | zip | gz
parent 55f9c10c4ffe6a0a3979a56eea5c47430cd6500d view | diff
Embedded OpenDJ module initial commit (#340)

* Embedded OpenDJ module initial commit

* fix ubunti build (#1)

* fix ubuntu build

* fix ubuntu build

* make tests more stable

* Allow modifying default embedded OpenDJ configuration

* test import & export ldif data in OpenDJ embedded

* fix tests
7 files added
4 files modified
757 ■■■■■ changed files
.github/workflows/build.yml 2 ●●● diff | view | raw | blame | history
.github/workflows/deploy.yml 2 ●●● diff | view | raw | blame | history
.github/workflows/release.yml 2 ●●● diff | view | raw | blame | history
opendj-embedded/pom.xml 112 ●●●●● diff | view | raw | blame | history
opendj-embedded/src/main/java/org/openidentityplatform/opendj/embedded/Config.java 132 ●●●●● diff | view | raw | blame | history
opendj-embedded/src/main/java/org/openidentityplatform/opendj/embedded/EmbeddedOpenDJ.java 238 ●●●●● diff | view | raw | blame | history
opendj-embedded/src/test/java/org/openidentityplatform/opendj/embedded/EmbeddedOpenDJTest.java 87 ●●●●● diff | view | raw | blame | history
opendj-embedded/src/test/resources/logback-test.xml 12 ●●●●● diff | view | raw | blame | history
opendj-embedded/src/test/resources/opendj/99-users.ldif 151 ●●●●● diff | view | raw | blame | history
opendj-embedded/src/test/resources/opendj/data.ldif 18 ●●●●● diff | view | raw | blame | history
pom.xml 1 ●●●● diff | view | raw | blame | history