Hannes Wallnöfer
|
fd5ff0547c
|
8342827: Fix order of @param tags in other modules
Reviewed-by: jpai, iris, joehw, darcy, dfuchs
|
2024-10-25 07:08:29 +00:00 |
|
Nizar Benalla
|
6a472797a4
|
8332072: Convert package.html files in java.naming to package-info.java
8335213: Code snippet in javax.naming.ldap package summary does not compile
Reviewed-by: aefimov
|
2024-07-04 12:29:32 +00:00 |
|
Christoph Langer
|
907e30ff00
|
8325579: Inconsistent behavior in com.sun.jndi.ldap.Connection::createSocket
Reviewed-by: dfuchs, aefimov
|
2024-03-25 16:31:52 +00:00 |
|
Magnus Ihse Bursie
|
5c5a282f91
|
8325950: Make sure all files in the JDK pass jcheck
Reviewed-by: prr, wetmore, erikj, naoto
|
2024-02-19 16:13:34 +00:00 |
|
Magnus Ihse Bursie
|
18e24d0619
|
8325109: Sort method modifiers in canonical order
Reviewed-by: aivanov, rriggs, darcy, prappo
|
2024-02-07 15:50:40 +00:00 |
|
Sergey Bylokhov
|
5cf7947ccd
|
8323562: SaslInputStream.read() may return wrong value
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: shade, dfuchs
|
2024-01-12 23:50:28 +00:00 |
|
Sean Mullan
|
3c743cfea0
|
8312126: NullPointerException in CertStore.getCRLs after 8297955
Reviewed-by: weijun
|
2023-09-15 13:12:15 +00:00 |
|
Aleksei Efimov
|
66b6a5a84f
|
8277954: Replace use of monitors with explicit locks in the JDK LDAP provider implementation
Reviewed-by: dfuchs
|
2023-09-11 14:05:48 +00:00 |
|
Weibing Xiao
|
f2383b3cbd
|
8314063: The socket is not closed in Connection::createSocket when the handshake failed for LDAP connection
Reviewed-by: aefimov, msheppar
|
2023-08-25 12:20:18 +00:00 |
|
Weibing Xiao
|
e56d3bc2da
|
8313657: com.sun.jndi.ldap.Connection.cleanup does not close connections on SocketTimeoutErrors
Reviewed-by: vtewari, msheppar, aefimov
|
2023-08-14 17:38:53 +00:00 |
|
Sean Mullan
|
df9aad018a
|
8297955: LDAP CertStore should use LdapName and not String for DNs
Reviewed-by: weijun, rhalade
|
2023-03-03 13:06:11 +00:00 |
|
Magnus Ihse Bursie
|
4073b68565
|
8298047: Remove all non-significant trailing whitespace from properties files
Reviewed-by: serb, rriggs
|
2023-01-16 18:53:54 +00:00 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Andrey Turbanov
|
46e6aee0d0
|
8295823: Use enhanced-for cycle instead of Enumeration in java.naming
Reviewed-by: aefimov, dfuchs, vtewari
|
2022-10-26 16:50:31 +00:00 |
|
Aleksei Efimov
|
d37ce4cdd1
|
8290368: Introduce LDAP and RMI protocol-specific object factory filters to JNDI implementation
Reviewed-by: dfuchs, rriggs, jpai
|
2022-10-19 14:41:28 +00:00 |
|
Pavel Rappo
|
eb90c4fc04
|
8294377: Prepare to stop auto-inheriting documentation for subclasses of exceptions whose documentation is inherited
Reviewed-by: jjg
|
2022-10-10 16:54:57 +00:00 |
|
Aleksei Efimov
|
7765942aee
|
8290367: Update default value and extend the scope of com.sun.jndi.ldap.object.trustSerialData system property
Reviewed-by: dfuchs, jpai
|
2022-09-16 10:04:51 +00:00 |
|
rmartinc
|
c3addbb1c0
|
8288895: LdapContext doesn't honor set referrals limit
Reviewed-by: dfuchs, aefimov
|
2022-06-30 09:17:57 +00:00 |
|
Matthias Baesken
|
33f34d540e
|
8288207: Enhance MalformedURLException in Uri.parseCompat
Reviewed-by: dfuchs, alanb
|
2022-06-15 06:53:12 +00:00 |
|
Andrey Turbanov
|
3eb49fecea
|
8287766: Unnecessary Vector usage in LdapClient
Reviewed-by: dfuchs, vtewari, aefimov
|
2022-06-06 21:13:29 +00:00 |
|
Andrey Turbanov
|
f5bbade9e4
|
8287544: Replace uses of StringBuffer with StringBuilder in java.naming
Reviewed-by: rriggs, aefimov, vtewari
|
2022-05-31 21:07:33 +00:00 |
|
Andrey Turbanov
|
8a9aeff18c
|
8287497: Use String.contains() instead of String.indexOf() in java.naming
Reviewed-by: aefimov, rriggs, jpai
|
2022-05-31 06:59:03 +00:00 |
|
Alexey Ivanov
|
9b7e42c0f0
|
8284209: Replace remaining usages of 'a the' in source code
Reviewed-by: lancea, wetmore, dfuchs, iris, jjg, ihse
|
2022-05-24 20:08:11 +00:00 |
|
Magnus Ihse Bursie
|
e68024c2d2
|
8285485: Fix typos in corelibs
Reviewed-by: jpai, sundar, naoto, lancea
|
2022-05-17 12:10:48 +00:00 |
|
Martin Balao
|
3be394e160
|
8275535: Retrying a failed authentication on multiple LDAP servers can lead to users blocked
Reviewed-by: aefimov, dfuchs
|
2022-05-12 16:16:49 +00:00 |
|
Joe Darcy
|
bba456a8db
|
8285676: Add missing @param tags for type parameters on classes and interfaces
Reviewed-by: wetmore, smarks, dfuchs, prr, alanb, mchung
|
2022-04-28 18:00:34 +00:00 |
|
Daniel Fuchs
|
9e051d5396
|
8278972: Improve URL supports
Reviewed-by: skoivu, rhalade, alanb
|
2022-04-19 22:18:33 +00:00 |
|
Xue-Lei Andrew Fan
|
4df67426ed
|
8282723: Add constructors taking a cause to JSSE exceptions
Reviewed-by: wetmore, iris
|
2022-03-20 06:46:13 +00:00 |
|
Rob McKenna
|
3d926dd66e
|
8277795: ldap connection timeout not honoured under contention
Reviewed-by: dfuchs, aefimov
|
2022-02-04 13:07:03 +00:00 |
|
Michael McMahon
|
de3113b998
|
8279842: HTTPS Channel Binding support for Java GSS/Kerberos
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: dfuchs, weijun, darcy
|
2022-02-01 07:26:59 +00:00 |
|
Masanori Yano
|
9452262652
|
8278892: java.naming module description is missing @uses tags to document the services that it uses
Reviewed-by: aefimov, alanb
|
2022-01-18 09:04:09 +00:00 |
|
Brent Christian
|
ec7cb6d5d3
|
8276447: Deprecate finalization-related methods for removal
Reviewed-by: rriggs, alanb, lancea, darcy, mchung, serb, smarks, prr
|
2021-12-08 00:23:15 +00:00 |
|
Magnus Ihse Bursie
|
1533b8191b
|
8276629: Use blessed modifier order in core-libs code
Reviewed-by: dholmes, aefimov, dfuchs, mchung, iris
|
2021-11-04 17:02:42 +00:00 |
|
Andrey Turbanov
|
593401fe8b
|
8276042: Remove unused local variables in java.naming
Reviewed-by: aefimov, dfuchs, vtewari
|
2021-10-28 08:42:10 +00:00 |
|
Aleksei Efimov
|
bddcc8ea9d
|
8267712: Better LDAP reference processing
Reviewed-by: dfuchs, ahgross, rhalade
|
2021-10-19 18:25:59 +00:00 |
|
Andrey Turbanov
|
2ee1f96c14
|
8273484: Cleanup unnecessary null comparison before instanceof check in java.naming
Reviewed-by: aefimov, dfuchs
|
2021-09-12 13:48:24 +00:00 |
|
Aleksei Efimov
|
c464f09056
|
8273402: Use derived NamingExceptions in com.sun.jndi.ldap.Connection#readReply
Reviewed-by: dfuchs
|
2021-09-10 14:15:45 +00:00 |
|
Andrey Turbanov
|
5185dbde67
|
8273098: Unnecessary Vector usage in java.naming
Reviewed-by: aefimov, dfuchs
|
2021-08-30 13:12:42 +00:00 |
|
Sergey Bylokhov
|
ec2fc384e5
|
8272120: Avoid looking for standard encodings in "java." modules
Reviewed-by: alanb, dfuchs, naoto
|
2021-08-12 05:46:00 +00:00 |
|
Weijun Wang
|
e9b2c058a4
|
8269409: Post JEP 411 refactoring: core-libs with maximum covering > 10K
Reviewed-by: lancea, naoto
|
2021-06-28 19:05:33 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Aleksei Efimov
|
17a741d6bc
|
8244473: Contextualize registration for JNDI
Also reviewed by Chris Ries <chris.ries@oracle.com>
Reviewed-by: dfuchs, rriggs, rhalade, skoivu, mullan
|
2021-04-20 21:45:52 +00:00 |
|
Conor Cleary
|
4e90d74000
|
8048199: Replace anonymous inner classes with lambdas, where applicable, in JNDI
Reviewed-by: rriggs, dfuchs, aefimov, chegar
|
2021-04-15 14:08:27 +00:00 |
|
Joe Darcy
|
815248ab27
|
8264148: Update spec for exceptions retrofitted for exception chaining
Reviewed-by: rriggs, smarks
|
2021-03-30 19:59:59 +00:00 |
|
Andy Herrick
|
57115fa23d
|
8189198: Add "forRemoval = true" to Applet API deprecations
Reviewed-by: iris, almatvee, kcr, prr
|
2021-03-26 14:48:00 +00:00 |
|
Alex Blewitt
|
5262d95b12
|
8263855: Use the blessed modifier order in java.management/naming
Reviewed-by: redestad, aefimov, dfuchs
|
2021-03-22 13:38:19 +00:00 |
|
Aleksey Shipilev
|
83a9a0296e
|
8263509: LdapSchemaParser.readNextTag checks array length incorrectly
Reviewed-by: stuefe, aefimov
|
2021-03-16 10:54:04 +00:00 |
|
Claes Redestad
|
ecde52ece6
|
8260506: VersionHelper cleanup
Reviewed-by: alanb, dfuchs, aefimov
|
2021-01-28 11:13:26 +00:00 |
|
Alexey Bakhtin
|
874aef4a8f
|
8259707: LDAP channel binding does not work with StartTLS extension
Reviewed-by: mullan, dfuchs, aefimov
|
2021-01-22 18:21:59 +00:00 |
|
Roger Riggs
|
aa9c136d67
|
8251989: Hex formatting and parsing utility
Reviewed-by: tvaleev, chegar, naoto, darcy
|
2020-12-16 20:29:49 +00:00 |
|