Rick O'Sullivan
Rick O'Sullivan
Currently, `probe_ssl_earliest_cert_expiry` includes the earliest expiration for the _server_ peer certificates. When `tls_config` and `cert_file` are used to configure mutual authentication, the `cert_file` property defines a PEM file containing another...
**ACTION REQUEST** + Modify `SQLInsertStatement.buildCallWithoutReturning(AbstractSession)` to insert an *IDENTITY* row when an entity contains only relationship mappings. + Modify `org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.writeInsertIntoTableSql(Writer, DatabaseTable, Collection)` as above. **RATIONALE** Currently, the `SQLInsertStatement.buildCallWithoutReturning(AbstractSession)` method throws...
**Request** Modify the `getWriter(String fileName)` method of SchemaManager to make parent directories, when missing. My suggested fix is shown here... **`org.eclipse.persistence.tools.schemaframework.SchemaManager`** ~~~ protected Writer getWriter(String fileName) { try { String...
Maven since versions 3.9.x and 4.x, introduced [Plugin Validation](https://maven.apache.org/guides/plugins/validation/index.html) in order to help Maven users and Maven Plugin developers discover issues with the plugins they use or maintain that may...
The widely used [M2Eclipse][2] plugin for the [Eclipse IDE][1] can be instructed to execute the `markdown-page-generator-plugin` during the _Eclipse_ build cycle. This will eliminate _Eclipse_ error messages and improve the...
The method `String getPluralForm(String word)` in class `com.sun.codemodel.JJavaName` uses case _insensitive_ patterns to map singular words to their plural form. Because of this, the plural of `Child` (uppercase) becomes `children`...