lyca

Results 4 issues of lyca

Fixes - CVE-2022-42890 A vulnerability in Batik of Apache XML Graphics allows an attacker to run Java code from untrusted SVG via JavaScript. This issue affects Apache XML Graphics prior...

I know that one could chain the [org.springframework.amqp.support.converter.MessagingMessageConverter](https://docs.spring.io/spring-amqp/api/org/springframework/amqp/support/converter/MessagingMessageConverter.html) with the [io.cloudevents.spring.messaging.CloudEventMessageConverter](https://www.javadoc.io/static/io.cloudevents/cloudevents-spring/2.5.0/io/cloudevents/spring/messaging/CloudEventMessageConverter.html), but a more direct approach also honoring the [AMQP Protocol Binding for CloudEvents](https://github.com/cloudevents/spec/blob/main/cloudevents/bindings/amqp-protocol-binding.md#3131-amqp-application-property-names) is more desirable.

Based on the works of @dsyer I implemented the binding for spring-amqp. Closes #605.

- should work in all Spring Boot applications - i am unsure about potential class loading issues around the static EnvironmentHolder in the StaticEnvironmentProvider (it is working in my deployments...