Branch: refs/heads/6.0
Home:
https://github.com/hibernate/hibernate-commons-annotations
Commit: 4dc16a6e7e776292b6b95c55b07becb69a11a44d
https://github.com/hibernate/hibernate-commons-annotations/commit/4dc16a6...
Author: Patrick Pichler <patrick(a)miggo.io>
Date: 2025-09-02 (Tue, 02 Sep 2025)
Changed paths:
M gradle/publishing.gradle
Log Message:
-----------
HCANN-136 Fix broken Export-Package and Private-Package manifest values
The value for `Export-Package` in the jar manifest is set to
`[Ljava.lang.String;@4bb370b`, since a raw array is pused to the
`attributes` method.
This commit transforms the value to a string before calling adding it to
the manifest attributes, which will produce a valid value.
Additionally, the logic for `Private-Package` was calling a non existing
methos on the manifest object, which only worked, as there are currently
no private package instructions. It has been fixed as well.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-commons-annotations/settings/notif...