Jérôme Wacongne

Results 53 comments of Jérôme Wacongne

@sdeleuze I have a quite similar exception, reported in [gh-963](https://github.com/spring-projects-experimental/spring-native/issues/963), when trying to run native image with entities and repositories from separate jar. This could mean that current class-path scanning...

I'ma lso trying to have `JmsTemplate` work in a native image. Here are the hints I added to now: ```java @NativeHint( jdkProxies = { @JdkProxyHint(types = { org.springframework.jms.annotation.JmsListeners.class }), })...

@sjohnr and @marcusdacoregio I believe this PR to be ready for review.

@sjohnr I understand. Just put it together right now because I had a little time and the idea was fresh in my mind. I couldn't find the issue / PR...

@sjohnr I added a separate commit for 5.8 XSD and doc, just in case you have some time to review any time soon. The commit is easy to remove otherwise....

Actually, I had considered using the `Converter` interface but had two reserves : - current convertion methods have two parameters (token string and `OAuth2AuthenticatedPrincipal`) => I'd have to create a...

@sjohnr I: - rebased (twice, was lucky enough to pick an unstable main the first time) - reverted to `OpaqueTokenAuthenticationConverter` interface and made it a `@FunctionalInterface` - found a way...

Rebased on main after https://github.com/spring-projects/spring-security/pull/11773 was merged and squashed again.

@sjohnr, do you expect more changes from me? Also, what about `OpaqueTokenAuthenticationFactory` instead of `OpaqueTokenAuthenticationConverter`?

> we will pause at that point and wait on this PR until after November (after the 5.8/6.0 release). So I should remove modifications to 5.8 xsd and rnc too,...