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: cometd/cometd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.0.3
Choose a base ref
...
head repository: cometd/cometd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0.4
Choose a head ref
  • 9 commits
  • 68 files changed
  • 2 contributors

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    ac9acc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. [8.0.x] Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0

    Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
    - [Commits](mojohaus/exec-maven-plugin@3.3.0...3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:exec-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sbordet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fc5b7d2 View commit details
    Browse the repository at this point in the history
  2. [8.0.x] Bump slf4j-version from 2.0.13 to 2.0.14

    Bumps `slf4j-version` from 2.0.13 to 2.0.14.
    
    Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.14
    
    Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.14
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sbordet committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f60daf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. [8.0.x] Bump org.awaitility:awaitility from 4.2.1 to 4.2.2

    Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.1 to 4.2.2.
    - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
    - [Commits](awaitility/awaitility@awaitility-4.2.1...awaitility-4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.awaitility:awaitility
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sbordet committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ef797bf View commit details
    Browse the repository at this point in the history
  2. [8.0.x] Bump slf4j-version from 2.0.14 to 2.0.16

    Bumps `slf4j-version` from 2.0.14 to 2.0.16.
    
    Updates `org.slf4j:slf4j-api` from 2.0.14 to 2.0.16
    
    Updates `org.slf4j:slf4j-simple` from 2.0.14 to 2.0.16
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sbordet committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    753055a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Fixes #1837 - Handshake fails in CometD 8 on Tomcat 10. (#1838)

    Now all writes are delayed so that they happen from onWritePossible().
    
    The first write is now delayed, stores the callback and waits for onWritePossible() to be invoked (due to the fact that setWriteListener() has been called).
    
    Signed-off-by: Simone Bordet <[email protected]>
    sbordet authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0530231 View commit details
    Browse the repository at this point in the history
  2. [8.0.x] Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1

    Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
    - [Commits](mojohaus/exec-maven-plugin@3.4.0...3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:exec-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sbordet committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1f241ff View commit details
    Browse the repository at this point in the history
  3. [8.0.x] Bump org.apache.maven.plugins:maven-gpg-plugin

    Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.5.
    - [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
    - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-gpg-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and sbordet committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    98c0fd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b2e41c View commit details
    Browse the repository at this point in the history
Loading