sdk-java
sdk-java copied to clipboard
Java SDK for CloudEvents
Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 2.5.1 to 3.1.3. Release notes Sourced from org.apache.maven.plugins:maven-install-plugin's releases. 3.1.2 Release Notes - Maven Install Plugin - Version 3.1.2 What's Changed [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by...
How to use cloudevents for java 17 considering the javax is not supported? Build is failing for various classes not available as well in version 2.x and above such as...
The v4.0.1 tag is on wrong commit. If I checkout tag v4.0.1 and try and compile, I get v4.0.2-SNAPSHOT as the version. If I checkout v4.0.1, it should result in...
The examples in the documentation imported `EventFormatProvider` from `io.cloudevents.core.format.EventFormatProvider`. This has been corrected to `io.cloudevents.core.provider.EventFormatProvider`.
The `JSON_CONTENT_TYPE_PATTERN` in `JsonFormat` is too restrictive: valid registered media-types like https://www.iana.org/assignments/media-types/media-types.xhtml e.g. `vnd.hal+json` is not accepted.
Bumps `vertx.version` from 3.9.2 to 4.5.8. Updates `io.vertx:vertx-core` from 3.9.2 to 4.5.8 Commits 2b0ce5a Releasing 4.5.8 93915f2 @GenIgnore ReadStream#collect 6672988 The AsyncFile implementation will continue to read the file when...
This PR performs the bump of the SDK to 4.0.1. This PR is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request).
Bumps `vertx.version` from 3.9.2 to 4.5.10. Updates `io.vertx:vertx-core` from 3.9.2 to 4.5.10 Commits d5a16c6 Releasing 4.5.10 83c72a4 Revert "Hook for VertxBuilder customization" 3f930dc Hook for VertxBuilder customization 6ddbde4 Rollback breaking...
creating a custom extension object implementing `CloudEventExtension`, when using the extension (`customExt`) as below, and then serializing the CloudEvent, the serialization for the CloudEvent is failing with JsonMappingException. ```java CloudEventBuilder.v1()...
I was wondering how to write a polymorphic parser for JSON CloudEvents, where the payload can be one of many types. Normally, with plain Jackson one can do something like...