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: 3.0.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: v4.0.0
Choose a head ref
  • 11 commits
  • 133 files changed
  • 7 contributors

Commits on Mar 26, 2024

  1. Bump to 3.1.0-SNAPSHOT (#613)

    Signed-off-by: GitHub <noreply@github.com>
    Co-authored-by: pierDipi <pierDipi@users.noreply.github.com>
    github-actions[bot] and pierDipi authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    98deac1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Bump io.vertx:vertx-core from 4.3.7 to 4.5.3 in /http/vertx (#622)

    Bumps [io.vertx:vertx-core](https://github.com/eclipse/vert.x) from 4.3.7 to 4.5.3.
    - [Commits](eclipse-vertx/vert.x@4.3.7...4.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.vertx:vertx-core
      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 Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9c6e7fd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Bump nokogiri from 1.16.3 to 1.16.5 in /docs (#632)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.3 to 1.16.5.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.16.3...v1.16.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 May 14, 2024
    Configuration menu
    Copy the full SHA
    43afb6c View commit details
    Browse the repository at this point in the history
  2. Bump org.xmlunit:xmlunit-core from 2.9.0 to 2.10.0 in /formats/xml (#631

    )
    
    Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.0 to 2.10.0.
    - [Release notes](https://github.com/xmlunit/xmlunit/releases)
    - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
    - [Commits](xmlunit/xmlunit@v2.9.0...v2.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.xmlunit:xmlunit-core
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2024
    Configuration menu
    Copy the full SHA
    4d204ce View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. doc: update & uniformize package version (#640)

    Signed-off-by: Mickaël Schoentgen <Mickael.Schoentgen@hyland.com>
    BoboTiG authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e5a35ac View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix: invalid automatic module name (#639)

    Inspired by [Automatic-Module-Name: Calling All Java Library Maintainers](https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers), I added the module names for the non-specified modules on their respective `pom.xml` file
    
    Signed-off-by: Juan MARTINEZ <Jummartinezro@users.noreply.github.com>
    Jummartinezro authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a790482 View commit details
    Browse the repository at this point in the history
  2. CE SQL v1 (#641)

    - add exception factory for cesql exceptions
    - extend EvaluationResult to be usable internally
    - expressions use results instead of a thrower interface
    - functions use results instead of a thrower interface
    - parser handles not equals correctly, does not eagerly evaluate when there may be an error
    - parser handles integer literals properly
    - updated test files to test v1 spec
    
    Signed-off-by: Calum Murray <cmurray@redhat.com>
    Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
    Cali0707 and pierDipi authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    010627e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Bump rexml from 3.2.5 to 3.2.8 in /docs (#635)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.2.5...v3.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    52a98d7 View commit details
    Browse the repository at this point in the history
  2. Bump to 4.0.0-SNAPSHOT (#644)

    Signed-off-by: GitHub <noreply@github.com>
    Co-authored-by: pierDipi <pierDipi@users.noreply.github.com>
    github-actions[bot] and pierDipi authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bd90d90 View commit details
    Browse the repository at this point in the history
  3. Bump to 4.0.0 (#646)

    Signed-off-by: GitHub <noreply@github.com>
    Co-authored-by: pierDipi <pierDipi@users.noreply.github.com>
    github-actions[bot] and pierDipi authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8b0fdcd View commit details
    Browse the repository at this point in the history
  4. Bump to 4.0.1-SNAPSHOT (#647)

    Signed-off-by: GitHub <noreply@github.com>
    Co-authored-by: pierDipi <pierDipi@users.noreply.github.com>
    github-actions[bot] and pierDipi authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d01caf0 View commit details
    Browse the repository at this point in the history
Loading