Jérémie Bresson

Results 204 comments of Jérémie Bresson
trafficstars

I do not understand your issue. `jakarta.inject.Singleton` is provided by the jar `jakarta.inject-api-2.0.1.jar`. And `jakarta.inject:jakarta.inject-api:2.0.1` is part of the dependency tree of `org.gitlab4j:gitlab4j-api:6.0.0-rc.2` This is the dependency tree computed by...

Related to this topic: https://stackoverflow.com/questions/36545272/bnd-make-resulted-manifest-mf-to-have-one-line-per-bundle-classpath-and-requir

Of course only the XML Editor is broken… With the Text Editor, the same test: ![text_editor](https://cloud.githubusercontent.com/assets/1222165/18376790/55fea04a-7662-11e6-8a5a-0de4d6578224.png) produces the expected result: ![compare_result](https://cloud.githubusercontent.com/assets/1222165/18376794/5f3902ae-7662-11e6-923f-fdee6925881a.png) Our main use case is to use the "Compare...

# Installation I have installed "Eclipse IDE for Java Developers" with the Oomph installer. You can also get it: https://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/neonr I needed to additionally install the Plugin Selection Spy plugin...

Adding `org.mockito.internal.creation.bytebuddy.inject` to the `org.osgi.framework.bootdelegation` entries (as suggested in https://github.com/mockito/mockito/issues/2203#issuecomment-1706112164) helped me to solve a case similar to the one described here.

I have built the `master` branch of the [nickboldt fork](https://github.com/nickboldt/p2-browser/) and p2-browser was working on my mac. Thank you a lot for the pointer!

There are two pull requests open for this: * https://github.com/quarkiverse/quarkus-logging-json/pull/158 * https://github.com/quarkiverse/quarkus-logging-json/pull/180 Alternatively this project can be considered: https://github.com/benkard/quarkus-googlecloud-jsonlogging

+1 Example spec to reproduce: [oneOf-without-discriminator.yaml](https://github.com/jmini/openapi-experiments/blob/master/OpenAPI-specs/oneOf-without-discriminator.yaml) - [Live demo](http://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/jmini/openapi-experiments/master/OpenAPI-specs/oneOf-without-discriminator.yaml) Demo of the expected toggle effect:

When asking about agnostic HTTP client in Java I got following pointer: > Create an SPI and then have various implementations (like OkHttp, JDK HttpClient, Vert.x etc). Example projects doing...

I think you are right, it seems to be missing. Pull request are welcomed.