Skip to content

Commit d8989f9

Browse files
committed
Consolidate CloudEvent transformer configuration
- Simplify the CloudEvent transformer by consolidating configuration directly into ToCloudEventTransformer class rather than using separate configuration objects - Remove CloudEventProperties and ToCloudEventTransformerExtensions classes to reduce abstraction layers and improve maintainability - Make MessageBinaryMessageReader package-private and convert CloudEventMessageConverter methods to static where possible - Move extension filtering logic into a private inner class within the transformer - Remove CloudEventsHeaders class and CE_PREFIX constant as the prefix is no longer used as a configurable value
1 parent 0a0a7f4 commit d8989f9

18 files changed

+313
-896
lines changed

spring-integration-cloudevents/src/main/java/org/springframework/integration/cloudevents/CloudEventsHeaders.java

Lines changed: 0 additions & 38 deletions
This file was deleted.

spring-integration-cloudevents/src/main/java/org/springframework/integration/cloudevents/package-info.java

Lines changed: 0 additions & 3 deletions
This file was deleted.

spring-integration-cloudevents/src/main/java/org/springframework/integration/cloudevents/transformer/CloudEventProperties.java

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)