Mått Hëñry

Results 33 comments of Mått Hëñry

I am also looking for this feature. When we setup new repositories, part of the DevOps tasks includes creating the kube config secrets in each environment. This way workflows can...

> I have a related problem with the latest version 3.0.5 > The error I am getting is not the same as above but still there is an issue. >...

This should at least get you past your error.. but my team and I only use Jasypt for local development (to prevent checking credentials into VCS), so we don't actually...

That exception I'm throwing just extends RuntimeException. You'll want to create your own.

> Interesting, is there something special about the value of your password that would require a Unicode normalizer? Also - I highly advise against unnecessarily abbreviating things (even in general)....

@benocms Here is the dynamic class loading and reflective calls you need to add hints for: https://github.com/jasypt/jasypt/blob/d384f9a755af2938bc142f7575365bee42ba5f22/jasypt/src/main/java/org/jasypt/normalization/Normalizer.java#L148

I also just ran into this error. Spring Boot 3.0.1 Version info: 'GraalVM 22.3.0 Java 17 CE' Java version info: '17.0.5+8-LTS' C compiler: gcc (linux, x86_64, 7.5.0) Garbage collector: Serial...

It looks to me that net.snowflake.client.jdbc.internal.google.api.gax.nativeimage.GoogleJsonClientFeature lives in the SnowFlake JDBC driver: ![image](https://user-images.githubusercontent.com/3778394/225502904-e4192808-ce33-4ccc-bc3b-c0ceb0a9f678.png) And, it's attempting to use a class that has been encapsulated, perhaps in newer versions of GraalVM?:...

Hello @filiphr! A large part of the community is actively switching to Spring Boot 3, and thus jakarta. Any idea when 1.6.0 will be released? This is quite the blocker...

@filiphr Do we have a rough timeline on when 1.6 is planned for release? I see the 1.6.0 milestone is 35% with no due date - seems all of the...