JY Cr
JY Cr
Fix #2443 ### All Submissions: * [x] Have you followed the guidelines in our [Contributing](https://github.com/pgjdbc/pgjdbc/blob/master/CONTRIBUTING.md) document? * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for...
Add script to pre-fetching (caching) needed artifacts for this Practising Fascicle.
When invoke `smimesign --list-keys`, it display all certificates including : - expired certificates - revoked certificates - certificates without digitalSignature key usage (cf. https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.3) Expired/revoked certificates, and certificates without digitalSignature...
Quarkus allows you to use the concept of permissions to protect a JAX-RS resource. Example of how to define security policy for a web resource via permissions: https://quarkus.io/guides/security-authorize-web-endpoints-reference#permission-annotation This is...
I'm looking for a way to use the certificates stored in the MacOS Keychain (with the private key export option disabled) via a PKCS#11 API. I tried using `keychain-pkcs11` with...
Add metadata to strengthen the traceability of each artifact built. Example of information added in the `META-INF/METADATA.MF` file inside the built JAR file: ``` Specification-Title: jshell-maven-plugin Maven Plugin Specification-Version: 1.5...
it would be interesting to add a "non-interactive" mode to run scripts during build phases. Cf. [JShell documentation](https://dev.java/learn/jshell-tool/): > To accept input from standard input and suppress the interactive I/O,...