Pavel Bucek
Pavel Bucek
Hello aushacker, Thanks for your contribution. We cannot process any contribution unless you'll sign the OCA: http://www.oracle.com/technetwork/community/oca-486395.html. Please let us know if you plan to sign or whether we should...
Thanks for your contribution! We cannot evaluate and accept your proposal without you signing Oracle Contributor Agreement: http://www.oracle.com/technetwork/community/oca-486395.html. Please let us know whether you plan to do that. Best regards,...
Hello Adam, thanks for your contribution. In order for us to be able to merge your pull request, you'll need to sign Oracle Contributor Agreement - http://www.oracle.com/technetwork/community/oca-486395.html (instructions are also...
the main issue is that https://github.com/jersey/jersey/blob/master/ext/rx/rx-client/src/main/java/org/glassfish/jersey/client/rx/RxInvocationBuilder.java#L73 is not compatible with https://github.com/jax-rs/api/blob/master/jaxrs-api/src/main/java/javax/ws/rs/client/Invocation.java#L298 we plan to start implementing this "soon" and accepting this will be done after that effort is done.
I still don't see your name on the OCA list. Also, the related work is done - can you please rebase your work (and ideally redo it agains 2.x branch)?...
@adamzr yes please. That's what I indicated in my last message, sorry if it was not understandable enough. Make sure that you are using latest bits - you'll notice that...
CDI-Webapp example doesn't work on Tomcat, NoClassDefFoundError: org/glassfish/hk2/api/ClassAnalyzer
Hi Chris, thanks for your report. The cause is an absence of jersey-hk2 (and its dependencies) in examples depedency. Fix is on the way. Regards, Pavel
CDI-Webapp example doesn't work on Tomcat, NoClassDefFoundError: org/glassfish/hk2/api/ClassAnalyzer
.. the fix is not really on the way, there are test failures after I updated the example. https://github.com/pavelbucek/jersey/tree/3572 Can you please build it (with -Dmaven.test.skip) and test it on...
CDI-Webapp example doesn't work on Tomcat, NoClassDefFoundError: org/glassfish/hk2/api/ClassAnalyzer
Thanks for verifying. Unfortunately, the fix is not mergeable right away, since there are some conflicts when running that example on Java SE :-/ Weld na HK2 .. Jersey uses...
CDI-Webapp example doesn't work on Tomcat, NoClassDefFoundError: org/glassfish/hk2/api/ClassAnalyzer
I would say that issues with Weld SE support might be considered as part of the current ticket, since cdi-webapp uses that in tests..