[jdk8u-dev] RFR: 8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java
Sergey Bylokhov
serb at openjdk.org
Fri Sep 27 09:20:18 UTC 2024
Hi all,
This pull request contains a backport of commit https://github.com/openjdk/jdk/commit/bc690b263b577c2f5b88c0c9932dacbd87b3d26d from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
The patch is not clean, the following changes were applied.
- Tags next tags are updated/deleted: `@library`, `@run` and `@modules`.
- The LDAPServer.java was initially added by the "8142968: Module System implementation" in jdk 9, so I picked up only that file in this patch since it is the first usage of LDAPServer in 8u.
Note:
In jdk 9 it is located in the: test/jdk/javax/naming/module/src/test/test/LDAPServer.java
In jdk 8 it is added into the: jdk/test/com/sun/jndi/ldap/lib/LDAPServer.java
Thanks!
-------------
Commit messages:
- 8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java
Changes: https://git.openjdk.org/jdk8u-dev/pull/583/files
Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=583&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8196770
Stats: 906 lines in 4 files changed: 906 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/583.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/583/head:pull/583
PR: https://git.openjdk.org/jdk8u-dev/pull/583
More information about the jdk8u-dev
mailing list