Johannes Häyry

Results 5 comments of Johannes Häyry

@tsuoanttila I think this is also the bug that affects using Spring Security in FW8 Bakery?

Thank you for the report and detailed description. I put this into maintenance backlog. Hopefully we get back to this next week.

Thanks for the report. Adding to 4.1. In the meantime, maybe @alvarezguille can give you some way to load it.

I was going to report a bug about not able to use payload types with generics e.g. Event<Optional<MyBean>>, but I think this bug is just about the same issue I...

As a work-around you can add jaxb-api explicitly as a dependency for sauce-connect-plugin ```xml com.saucelabs.maven.plugin sauce-connect-plugin . . . javax.xml.bind jaxb-api 2.3.0 ```