8000 Comparing 2.2.0...2.3.0 · cloudevents/sdk-java · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudevents/sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: cloudevents/sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.0
Choose a head ref
  • 16 commits
  • 73 files changed
  • 10 contributors

Commits on Jun 17, 2021

  1. Bump to 2.3.0-SNAPSHOT (#400)

    Signed-off-by: GitHub <noreply@github.com>
    
    Co-authored-by: slinkydeveloper <slinkydeveloper@users.noreply.github.com>
    github-actions[bot] and slinkydeveloper authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    722f520 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. build: provide a Bill of Materials artifact for easier integration in…

    … projects (#405)
    
    Signed-off-by: Nicolas Vervelle <nicolas.vervelle@quicksign.com>
    nvervelle authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    73a3c37 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Moved exception factory methods internally (#402)

    Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
    slinkydeveloper authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    06c4ec5 View commit details
    Browse the repository at this point in the history
  2. Bump spring-framework-bom (#382)

    Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.2.8.RELEASE to 5.2.9.RELEASE.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.2.8.RELEASE...v5.2.9.RELEASE)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    1587708 View commit details
    Browse the repository at this point in the history
  3. Bump jetty-server in /examples/basic-http (#403)

    Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.38.v20210224 to 9.4.41.v20210516.
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-9.4.38.v20210224...jetty-9.4.41.v20210516)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-server
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5a32394 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Bump nokogiri from 1.11.5 to 1.12.5 in /docs (#419)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.5 to 1.12.5.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.11.5...v1.12.5)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    624ac69 View commit details
    Browse the repository at this point in the history
  2. Bump addressable from 2.7.0 to 2.8.0 in /docs (#406)

    Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
    - [Release notes](https://github.com/sporkmonger/addressable/releases)
    - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
    - [Commits](sporkmonger/addressable@addressable-2.7.0...addressable-2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: addressable
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2028493 View commit details
    Browse the repository at this point in the history
  3. Bump spring-framework-bom in /examples/restful-ws-spring-boot (#423)

    Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.2.8.RELEASE to 5.2.9.RELEASE.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.2.8.RELEASE...v5.2.9.RELEASE)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    0277ee4 View commit details
    Browse the repository at this point in the history
  4. Fix NPE in CloudEventDeserializer when deserializing header with null…

    … value (#415)
    
    Signed-off-by: Dmitrii Bocharov <dmitrii.bocharov@embedit.cz>
    bdshadow authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    32adfe9 View commit details
    Browse the repository at this point in the history
  5. Close input stream on CloudEventHttpMessageReader (#421)

    Signed-off-by: Joke de Buhr <joke.debuhr@eventim.de>
    joke authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a94bc5c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Add example of Spring WebClient usage (#418)

    - Add example of WebClient usage
    - Add additional test case with WebClient usage
    
    Signed-off-by: Dave Syer <dsyer@vmware.com>
    Dave Syer authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9231e6d View commit details
    Browse the repository at this point in the history
  2. Fix the Java Doc build (#424)

    - https://vertx.io/docs/apidocs/ returns 404, so removing it
    - Fix Java Doc error for missing `@param`
    
    Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>
    pierDipi authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d00ad96 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Run tests with Java 17 (#426)

    Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>
    pierDipi authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8d91cda View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Ignore invalid extension names in jackson CloudEventDeserializer (#429)

    Signed-off-by: mhyeon-lee <mhyeon.lee@navercorp.com>
    Myeonghyeon-Lee authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    ceb0675 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Handle NullNode for optional attributes in Jackson CloudEventDeserial…

    …izer (#432)
    
    In `getOptionalStringNode` we should handle `JsonNode`s that are
    instances of `NullNode`.
    
    Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>
    pierDipi authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    cc78625 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.3.0 (#437)

    Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>
    pierDipi authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    ace6859 View commit details
    Browse the repository at this point in the history
Loading
0