cryptomator / hub

Cryptomator Hub helps you manage vaults in large teams
GNU Affero General Public License v3.0
36 stars 8 forks source link

Remove `@RegisterForReflection(targets = {UUID[].class})` again #221

Closed SailReal closed 8 months ago

SailReal commented 10 months ago

Please agree to the following

Summary

Remove @RegisterForReflection(targets = {UUID[].class}) introduced in https://github.com/cryptomator/hub/commit/4265181a8e9f901ffbe98575e1d455449c213986 again required to update to latest quarkus

Motivation

Remove @RegisterForReflection(targets = {UUID[].class}) introduced in https://github.com/cryptomator/hub/commit/4265181a8e9f901ffbe98575e1d455449c213986 again as soon as https://github.com/quarkusio/quarkus/issues/34071 is available.

Considered Alternatives

No response

Anything else?

No response

SailReal commented 10 months ago

Should be possible in Quarkus v3.3.0

SailReal commented 10 months ago

v3.2.5 should fixes it.