aoserv-master-1.92.1-SNAPSHOT
Snapshot Notes
-
Enabled control over Tomcat
maxParameterCount
. -
Enabled control over Tomcat
undeployOldVersions
setting in support of parallel deployments. - Throw more meaningful exception when daemon IP address not found for Server.
- Updated to Checkstyle 10.18.1.
- Support for Rocky Linux 9.
aoserv-master-1.91.8
Release Notes
- Added underscore to set of allowed characters in DNS CNAME entries.
-
New interface
Group
for compatibility withjava.security.acl.Group
removed since Java 14.
aoserv-master-1.91.7
Release Notes
- Added support for PostgreSQL 15.
- Updated dependencies.
aoserv-master-1.91.0
aoserv-master-1.90.0
Release Notes
- Performed Checkstyle clean-up:
- Renamed
FTPHandler
toFtpHandler
. - Renamed
SSLServer
toSslServer
. - Renamed
TCPServer
toTcpServer
. - Renamed
MasterServer
toAoservMaster
.
- Renamed
aoserv-master-1.89.0
aoserv-master-1.88.0
Release Notes
notify()
replaced withnotifyAll()
since more than one thread can be waiting.- Updated PostgreSQL JDBC Drivers to 42.3.0.
aoserv-master-1.86.0
Release Notes
- Added support for DNS Certification Authority Authorization (CAA) Resource Records.
- Added some missing database commits, since underlying connections now rollback on close.
aoserv-master-1.85.0
Release Notes
- Minimum Java version changed from 1.8 to 11.
- Now supports Java 9+ modules with included
module-info.class
.
aoserv-master-1.84.17
Release Notes
- Updated dependencies.
aoserv-master-1.84.14
Release Notes
- Updated PostgreSQL JDBC Drivers to 42.2.19.
aoserv-master-1.84.13
Release Notes
-
Fixed bug in
set_primary_httpd_site_url
implementation. The previous technique to clear and set in a single SQL update was failing on current versions of PostgreSQL. - New
"schema"."AoservProtocol"
:1.84.13
- Removed
linux.Server.daemon_key
, now stored inaoserv-daemon.properties
account."Administrator".password
changed fromtext
to the newer"com.aoindustries.security"."HashedPassword"
composite type.
aoserv-master-1.84.12
Release Notes
Upgraded to current version of com.stripe:stripe-java:jar:20.30.0, which uses Stripe API version 2020-08-27.
Stripe releases minor updates on a regular basis. We will only note future updates when they change the Stripe API version, otherwise they will just be part of "Updated dependencies".
- Updated PostgreSQL JDBC Drivers to 42.2.18.
- Updated to AO Database Connectivity 2.0.0.
Now registering exception types for use with
Throwables.newSurrogate(…)
that supports creating new instances of throwables in order to have caller stack trace. When wrapped, the original throwable is the cause of the new throwable. When not wrapped, the original throwable is used directly and caller stack trace is lost.This is used to maintain exception types and states across thread boundaries, such as when an exception cause is obtained from an
ExecutionException
.- AO Credit Cards Sage Payment Solutions has been deprecated. We have removed it from this package. If still in-use, it must be added as a direct dependency.
Fetch size increased from 1000 to 10000 rows.
This value may be increased over time as the amount of typical system memory increases. As this may affect the number of round trips, and the speed of light is not likely to change, future increases may be of benefit.
aoserv-master-1.84.11
Release Notes
-
Now correctly uses per-instance MySQL settings in
aoserv-daemon.properties
when accessing slave servers. Previously, only the default settings were used on slaves. - Upgraded to current version of com.stripe:stripe-java:jar:19.32.0, which continues to use Stripe API version 2020-03-02.
aoserv-master-1.84.10
Release Notes
- New Linux group and user "centos" to support deployments in Amazon EC2 (and other cloud environments) via the cloud-init package.
-
Changed default sudo for "aoadmin" from
ALL=(ALL) NOPASSWD: ALL
toALL=(ALL) NOPASSWD:ALL
to match the new "centos" user. This is only a whitespace change and is functionally equivalent.
aoserv-master-1.84.8
Release Notes
- Upgraded to current version of com.stripe:stripe-java:jar:19.27.0, which continues to use Stripe API version 2020-03-02.
- Updated dependencies.
aoserv-master-1.84.7
Release Notes
- Fixed
add_business_profile
database insert that relied the special AO PostgreSQL JDBC driver. - Upgraded to current version of com.stripe:stripe-java:jar:19.23.0, which continues to use Stripe API version 2020-03-02.
aoserv-master-1.84.6
Release Notes
- Fixed
add_email_forwarding
database insert that relied the special AO PostgreSQL JDBC driver. - Updated PostgreSQL JDBC Drivers to 42.2.14.
- Upgraded to current version of com.stripe:stripe-java:jar:19.21.0, which continues to use Stripe API version 2020-03-02.
aoserv-master-1.84.2
Release Notes
- Project moved to GitHub and Maven.
- Updated to Java 8 coding standards.
- Removed dependency on the special AO PostgreSQL JDBC driver, pending acceptance of Implement single-attribute type map support for SQLData and Enum. This allows us to use the current releases from the Central Repository.