David Url
David Url
I also got bitten by this error after upgrading from activemq 5.15.15 to 5.16.4, And brave-instrumentation-jms from 512.7 to 5.13.7 (via spring-cloud-dependencies). Our workaround is to call `message.reset()` in our...
Got bitten again... This time in a component that uses camel to receive jms messages. But in this case camel maps ByteMessage to byte[] and sends it to a bean....
There is a similiar issue #66 where errors are not printed when running javac in forked mode.
My workaround is to catch the exception and rethrow its cause if it fits. So from now on, I will be living in fear of an update breaking this behavior....
> The code generated by 4.21.x happens to be backwards compatible with 3.20.x and (I think) 3.19.x. The eventual criteria we are aiming for will not guarantee that code generated...
I encountered a similar problem where valuable information from stderr is ignored: ``` bad class file: class file has wrong version 55.0, should be 52.0 Please remove or make sure...
@jlebon is there any chance to also allow this flag for `bootc-switch`? Working on a project where we are currently using `bootc-switch` rather than `bootc-upgrade` as we need to be...
> Just checking: has this been backported to 2.x? It would be very unfortunate if 2.19.2 does not contain this. I can't find any reference to it, though. Same question...