v20.0.0
What's Changed
- remove obsolete directories/contents by @ThePrez in #5
- archive older code flavors by @ThePrez in #6
- Use JDBC 4.0 (Java 7) as new "base" code level by @ThePrez in #7
- Initial Maven build by @ThePrez in #8
- convert source to utf8 by @ThePrez in #9
- target Java 7 by @ThePrez in #10
- First pass of full distro build by @ThePrez in #11
- remove
.project
files by @ThePrez in #12 - Update
.classpath
with Maven structure by @ThePrez in #13 - Fixed Record package by @jeber-ibm in #17
- bugfix: handle
!
in password for DDM server by @ThePrez in #15 - feat: implement
AutoCloseable
for AS400 objects by @ThePrez in #16 - JDBC: Fix for sourceforge bug #475 by @jeber-ibm in #18
- Manually update build date by @jeber-ibm in #19
- Dynamic versioning by @ThePrez in #20
- Add CI to do maven publish and GH release by @ThePrez in #21
- Add maven distribution support and change version to alpha by @ThePrez in #22
- Deploy to
oss.sonatype.org
by @ThePrez in #23 - Update README.md by @ThePrez in #25
- CI: Change to maintained action in Release workflow by @ThePrez in #28
- Exclude native classes during packaging phase by @ThePrez in #33
- feat: List support and typesafety for
EnvironmentVariableList
by @ThePrez in #44 - Implement
AutoCloseable
in classAS400File
by @ThePrez in #47 - typesafety:
UserList.getUsers()
by @ThePrez in #46 - Fix change password by @jeber-ibm in #59
- re-enable JDBC driver autoloading by @ThePrez in #62
- Convert license to Markdown by @ThePrez in #67
- bugfix: (try 2) fix JDBC driver autoloading by @ThePrez in #65
- Add PCML version 8 to
pcml.dtd
by @ThePrez in #61 - IFSFileEnumeration typesafety by @NicolaIsotta in #72
- Handle
AccessControlException
for system property inNativeMethods
class by @ThePrez in #34 - AS400ConnectionPool typesafety by @NicolaIsotta in #73
- Permission types by @worksofliam in #76
- List variants for getAuthorizedUsers() and getUserPermissions() by @YOG3SHWAR in #83
- Enable *ALL for getProducts by @nelsoncj-ibm in #66
- Throw Error When Response Fails by @nelsoncj-ibm in #86
- TypeSafety added - Issue fixed #40 by @sumitdethe27 in #88
- replace manual array copy with
System.arraycopy
by @NicolaIsotta in #84 - Initial work to use GSSCredential interface by @worksofliam in #75
- Use
--release
to set releases for the Java compiler on distribution… by @ThePrez in #70 - support OSPL0400 for SpooledFileOpenList by @jwoehr in #29
- remove Boolean constructor usages by @NicolaIsotta in #90
- remove kjava class file by @ThePrez in #91
- Fixup build for GitHub CodeSpaces by @ThePrez in #92
- bld: remove jdbc40task compile ant tasks during build by @ThePrez in #93
- typesafety for
HistoryLog.getMessages()
by @ThePrez in #95
New Contributors
- @jeber-ibm made their first contribution in #17
- @NicolaIsotta made their first contribution in #72
- @worksofliam made their first contribution in #76
- @YOG3SHWAR made their first contribution in #83
- @nelsoncj-ibm made their first contribution in #66
- @sumitdethe27 made their first contribution in #88
Full Changelog: v11.2.2...v20.0.0