liiklus
liiklus copied to clipboard
Bump cloudevents-api from 1.2.0 to 2.3.0
Bumps cloudevents-api from 1.2.0 to 2.3.0.
Release notes
Sourced from cloudevents-api's releases.
Release 2.3.0
What's Changed
- Provide a Bill of Materials artifact for easier integration by
@nvervelle
in cloudevents/sdk-java#405- Moved exception factory methods internally by
@slinkydeveloper
in cloudevents/sdk-java#402- fix NPE in CloudEventDeserializer when deserializing with optional header with null value by
@bdshadow
in cloudevents/sdk-java#415- Close input stream on CloudEventHttpMessageReader fix #420 by
@joke
in cloudevents/sdk-java#421- Add example of WebClient usage by
@dsyer
in cloudevents/sdk-java#418- Fix the Java Doc build by
@pierDipi
in cloudevents/sdk-java#424- Run tests with Java 17 by
@pierDipi
in cloudevents/sdk-java#426- Ignore not valid extension name in jackson CloudEventDeserializer by
@mhyeon-lee
in cloudevents/sdk-java#429- Handle NullNode for optional attributes in Jackson CloudEventDeserializer by
@pierDipi
in cloudevents/sdk-java#432Dependencies
- Bump spring-framework-bom from 5.2.8.RELEASE to 5.2.9.RELEASE in /http/restful-ws-integration-tests/restful-ws-spring by
@dependabot
in cloudevents/sdk-java#382- Bump jetty-server from 9.4.38.v20210224 to 9.4.41.v20210516 in /examples/basic-http by
@dependabot
in cloudevents/sdk-java#403- Bump nokogiri from 1.11.5 to 1.12.5 in /docs by
@dependabot
in cloudevents/sdk-java#419- Bump addressable from 2.7.0 to 2.8.0 in /docs by
@dependabot
in cloudevents/sdk-java#406- Bump spring-framework-bom from 5.2.8.RELEASE to 5.2.9.RELEASE in /examples/restful-ws-spring-boot by
@dependabot
in cloudevents/sdk-java#423New Contributors
@nvervelle
made their first contribution in cloudevents/sdk-java#405@bdshadow
made their first contribution in cloudevents/sdk-java#415@joke
made their first contribution in cloudevents/sdk-java#421@mhyeon-lee
made their first contribution in cloudevents/sdk-java#429Full Changelog: https://github.com/cloudevents/sdk-java/compare/2.2.0...2.3.0
Release 2.2.1
What's Changed
- [2.2] Handle NullNode for optional attributes in Jackson CloudEventDeserializer by
@pierDipi
in cloudevents/sdk-java#433- [2.2] Close input stream on CloudEventHttpMessageReader (#421) by
@pierDipi
in cloudevents/sdk-java#434- [2.2] Run tests with Java 17 (#426) by
@pierDipi
in cloudevents/sdk-java#435Full Changelog: https://github.com/cloudevents/sdk-java/compare/2.2.0...v2.2.1
2.2: CESQL enhancements
It's a pleasure for me to announce the latest version of cloudevents/sdk-java
This release is all focused around CESQL improvements, including fixing some bugs, implement constant folding and general code reorganization. Be aware that the package is still unstable and might break anytime in the next releases.
For more details and a complete list of changes: https://github.com/cloudevents/sdk-java/milestone/10?closed=1
2.1.1: CESQL Bugfix
Patch release for a bug in the CESQL implementation: cloudevents/sdk-java#381
2.1: CESQL and Protobuf
... (truncated)
Commits
ace6859
Bump version to 2.3.0 (#437)cc78625
Handle NullNode for optional attributes in Jackson CloudEventDeserializer (#432)ceb0675
Ignore invalid extension names in jackson CloudEventDeserializer (#429)8d91cda
Run tests with Java 17 (#426)d00ad96
Fix the Java Doc build (#424)9231e6d
Add example of Spring WebClient usage (#418)a94bc5c
Close input stream on CloudEventHttpMessageReader (#421)32adfe9
Fix NPE in CloudEventDeserializer when deserializing header with null value (...0277ee4
Bump spring-framework-bom in /examples/restful-ws-spring-boot (#423)2028493
Bump addressable from 2.7.0 to 2.8.0 in /docs (#406)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)