Andres Almiray
Andres Almiray
It's not just `package-info.class`, there are others ``` $ jarviz bytecode show --gav org.eclipse.angus:angus-mail:2.0.1 Unversioned classes. Bytecode version: 52 total: 203 Unversioned classes. Bytecode version: 53 total: 12 ``` These...
In a way it's fixed, yes. Then again classes compiled with bytecode `53` should be placed under `META-INF/versions/9` while the rest of the codebase remains with bytecode `52`. The JAR...
Hmm,the data file supports a single mastodon entry at the moment. Perhaps the format should support multiple entries per social entity. I have to think a bit how to make...
I've removed the link to Twitter and added the Mastodon link with most posts/followers for the time being.
@cesarhernandezgt I'd suggest discussing the pros and cons at the mailing list first, as the use of this 3rd party website could be seen as a tacit endorsement by the...
@BrayanMnz see comment at https://github.com/aalmiray/java-champions/issues/112#issuecomment-1379247371 External links must first be discussed among JCs before any additions are made here.
FWIW the stagedRepositoryURI only appears as part of the XML payload when querying a repository by id, but not after creating a repository. This means that an extra network call...
As far as I can tell the behavior is exposed as a GH action. JReleaser would require direct API calls while running on a GitHub runner. I suppose 3rd parties...
Similarly as it was done with [SLSA catalog](https://jreleaser.org/guide/latest/reference/catalog/slsa.html), JReleaser can generate file that contains a list of all releasable artifacts that should be attestated. This file would have to be...
🎉 This issue has been resolved in `v1.13.0` ([Release Notes](https://github.com/jreleaser/jreleaser/releases/tag/v1.13.0))