Markus KARG

Results 110 issues of Markus KARG

I am currently evaluating `mvnd` on Windows and found a strange path problem. When executing `mvn clean verify` from CMD, PowerShell, or git-for-windows-bash, then I can build my sample project...

We are using Bouncy Castle in [Sign Maven Plugin](https://github.com/s4u/sign-maven-plugin) to deal with PGP keys and have three questions regarding *correctly* checking *secret key* for expiration: 1. Currently we do `secretKey.getPublicKey().getValidSeconds()`...

This PR is a work-in-progress with the target to migrate CXF to Jakarta EE 9. Any help is appreciated, as I am a Jakarta REST Committer and JAX-RS Expert Group...

This new mojo does the same as the copy mojo, but instead of really moving bytes around it simply creates symbolic links to the original storage location. When having to...

# Status **This PR is a work-in-progress, as the solution is still *under construction*.** # Description This PR solves [MDEP-726](https://issues.apache.org/jira/browse/MDEP-726) by replacing the original version lookup (which was limited to...

This PR proposes an implementation of [MDEP-437]: It provides a new property `mdep.link=true` (default is `false`) which lets the `copy` mojo produce symlinks instead of physical copies. The benefit is...

# Description # ---------- In case the used password file contains trailing whitespace, it is getting included as part of the password value. This is rather unexpected and not documented...

Type: Bug
Status: Open

# Description # ---------- Running services as `root` (Linux) / `Local System` (Windows) implies a dramatic security risk. For Linux, `asadin create-service` provides a `--serviceuser` option to remedy this risk....

Type: Enhancement
Status: Voting

# Description # ---------- When GZIP compression is enabled, HTTP2 must be enabled, too, if TLS is disabled. Otherwise some clients, including the Java SE 11 HTTP Client, will fail...

Type: Bug
Status: Pending

# Description # ---------- The verb `PROPFIND` (part of WebDAV) fails when TLS is enabled and Payara was rebooted since deployment of the EAR, but only if the EAR also...

Type: Bug
Status: Pending