naguam opened a new issue, #8978:
URL: https://github.com/apache/netbeans/issues/8978
### Apache NetBeans version
Apache NetBeans 27
### What happened
Hi,
Here is my gitconfig
```toml
[user]
signingKey = <Redacted>
[commit]
gpgSign = true
```
```
---------------------------------
pub rsa4096 2023-09-26 [C]
<Redacted>
uid [ultimate] <Redacted>
sub cv25519 2023-09-26 [E]
sub ed25519 2023-09-26 [S]
sub ed25519 2023-09-26 [A]
```
Using git command line I have no issue signing my commits
But I thought it could be nice if it could work in Netbeans .
org.eclipse.jgit.api.errors.UnsupportedSigningFormatException: No signer for
openpgp signatures. Use another signature type for git config gpg.format, or do
not sign.
### Language / Project Type / NetBeans Component
Git signing (On maven projects but not limited to)
### How to reproduce
Use an ed25519 key for git commit gpg signing and try to commit using
netbeans.
### Did this work correctly in an earlier version?
Apache NetBeans 25
### Operating System
ubuntu 22.04
### JDK
21 from ubuntu 22.04 repositories
### Apache NetBeans packaging
Apache NetBeans Snap Package
### Anything else
_No response_
### Are you willing to submit a pull request?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists