Luc Willems

Results 18 comments of Luc Willems

What type of ByteBuffer are you using. it must be direct byteBuffer (native memory) not HEAP based byteBuffer

will start after 0.1.0 release, somewhere 2015... requires to include libmnl framework and rewrite LinkManager

seems reasonable. i'm currently in the progress of moving ALL my none spring services into the consul service catalog using containerPilot. it allows to set tags/metadata so SBA can do...

@joshiste the health check is done by containerPilot which will manage the service entry in consul. it uses consul TTL for the service check , so if check fails to...

+1 on how artifacts are released to public repositories. seems a bit unclear now for how/when this is happening. wait for OpenTracing Spring Jaeger Cloud Starter 3.3.3, latest is 3.3.1

i'm a bit confused here, according to master pom.xml , it still saying 0.5.10-SNAPSHOT , but release label/version says 0.6.0. looking into the source.zip , its also saying 0.5.10-SNAPSHOT, so...

Hi all i'm in the process of evaluating the new authorization server project to replace our internal oauth2 which was based on the deprecated spring-security-oauth2. one of the issues i...

just a quick thought , to satisfy all use case , we could delegate the finalizing of the scope set to customizable scope handler. this handler could - verify set...

i've been looking at that, but as far i can see now, it means customising all AuthenticationConverter and copy 90% of original code, and for TokenEndPointFilter we have A DelegatedConverter...

I also like to give a +1 vote for both audit and logging . one of the first thing while i making a poc for migration from old authorization server...