Bernard Labno

Results 37 comments of Bernard Labno

how about adding possibility to somehow register user's interceptor on injected resources? This might be tricky since we're using different 3rd party libraries for each implementation.

It is already done. There are 2 separate implemntations for resteasy 2 and resteasy 3. There is also impl for pure JAX-RS 2.0.

I'm pooling containers that take long time to start and are used later by other containers as dependencies. It would be awesome to mark container as "used" when it gets...

@naatje80 how can I build slax from your branch?

@gleno I'm trying to build j2v8 6.2.1 for macos (catalina) using Vagrant. I've added provision script to build v8 inside Vagrant: ``` gclient mkdir -p ~/v8 cd ~/v8 fetch v8...

I had to check out 878080f8f30970e5908a68bfdcab26fac99cebfc and modify `sys_image` to `debian:buster` at https://github.com/eclipsesource/J2V8/blob/878080f8f30970e5908a68bfdcab26fac99cebfc/docker/linux/Dockerfile#L2. The debian:buster docker image resolves for me to 26cc15e1a069.

Is it possible with `savechanges` to record files removal?