Archie Cobbs
661bd5bfe8
8343478: Remove unnecessary @SuppressWarnings annotations (core-libs)
...
Reviewed-by: darcy, asemenyuk, joehw
2025-03-05 17:32:59 +00:00
Hannes Wallnöfer
3f0c137026
8347123: Add missing @serial tags to other modules
...
Reviewed-by: prr, nbenalla, alanb
2025-02-17 15:31:18 +00:00
Jaikiran Pai
d88c7b365a
8345279: Mistake in javadoc of javax.sql.rowset.BaseRowSet#setBigDecimal
...
Reviewed-by: darcy, lancea, iris
2024-12-03 02:31:26 +00:00
Eirik Bjørsnøs
d85dd77edf
8344365: SecurityManager cleanups in java.sql and java.sql.rowset modules
...
Reviewed-by: rriggs, bchristi
2024-11-19 05:43:22 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
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
Lance Andersen
fb283dff04
8310828: java.sql java.sql.rowset packages have no @since info
...
Reviewed-by: naoto, iris, darcy, bpb
2023-06-27 17:22:41 +00:00
Joe Darcy
1d8b87dda4
8300321: Use link tags in javax.sql.rowset package-info
...
Reviewed-by: lancea, iris
2023-01-17 22:19:30 +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
3419363e89
8294361: Cleanup usages of StringBuffer in SQLOutputImpl
...
Reviewed-by: rriggs, lancea
2022-09-27 13:16:59 +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
Matteo Baccan
ccad39237a
8282657: Code cleanup: removing double semicolons at the end of lines
...
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
2022-03-07 21:33:40 +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
Mitsuru Kariya
63b9f8c0da
8153490: Cannot setBytes() if incoming buffer's length is bigger than number of elements we want to insert.
...
Reviewed-by: lancea
2021-10-28 15:56:17 +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
Lance Andersen
6160353be3
8251208: Add missing javadoc comments to java.sql and java.sql.rowsets
...
Reviewed-by: joehw
2020-08-20 12:38:39 -04:00
Joe Darcy
c0b9999c35
8250578: Address reliance on default constructors in javax.sql
...
Reviewed-by: lancea
2020-07-25 09:46:08 -07:00
Mark Reinhold
55039aa1c6
8249205: Remove unnecessary trademark symbols
...
Reviewed-by: darcy, lancea, bpb, prr, jjg, cjplummer, iris, dfuchs, weijun, joehw, wetmore, bchristi
2020-07-15 14:21:54 -07:00
Roger Riggs
42726a87e9
8215361: (doc) Cleanup package-info markup - smartcardio, java.sql, java.sql.rowset
...
Reviewed-by: lancea, prappo, naoto
2020-01-24 14:32:04 -05:00
Joe Darcy
37465fba75
8231442: Suppress warnings on non-serializable instance fields in java.sql.* modules
...
Reviewed-by: lancea
2019-09-25 09:37:18 -07:00
Lance Andersen
a572017379
8184432: Remove references to jdbc@sun.com from javax.sql.rowset.spi.SyncProvider
...
Reviewed-by: rriggs
2019-08-14 12:57:34 -04:00
Lance Andersen
9c90f44bea
8225680: Address links in java.sql.rowset
...
Reviewed-by: jjg, bpb
2019-06-18 17:50:33 -04:00
Jonathan Gibbons
62426ed024
8225306: bad headings in java.sql.rowset SyncProvider.java
...
Reviewed-by: lancea
2019-06-04 13:47:59 -07:00
Lance Andersen
c79a1838e7
8220253: Fix Headings in java.sql.rowset
...
Reviewed-by: darcy
2019-03-13 14:10:18 -04:00
Lance Andersen
7c49914df1
8220331: Remove extra spaces in copyright header
...
Reviewed-by: naoto
2019-03-11 13:37:56 -04:00
Roger Riggs
40d7e4c2e9
8215309: Convert package.html files to package-info.java files
...
Reviewed-by: darcy, lancea
2018-12-12 15:35:20 -05:00
Roger Riggs
938b844088
8214971: Replace use of string.equals("") with isEmpty()
...
Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
2018-12-07 11:51:17 -05:00
Joe Darcy
fb0b608284
8208782: Remove extra type in throws clause of SerialClob.writeObject
...
Reviewed-by: lancea
2018-08-03 21:06:15 -07:00
Joe Darcy
07cb147927
8208060: Additional corrections of serial-related declarations
...
Reviewed-by: rriggs, lancea
2018-07-20 14:46:43 -07:00
Lance Andersen
91f473f2ae
8201608: fix broken links in javax/sql/rowset/package.html and javax/sql/rowset/spi/package.html
...
Reviewed-by: rriggs, psandoz
2018-06-07 06:27:09 -04:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00