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: logfellow/logstash-logback-encoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: logstash-logback-encoder-8.0
Choose a base ref
...
head repository: logfellow/logstash-logback-encoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: logstash-logback-encoder-8.1
Choose a head ref
  • 15 commits
  • 282 files changed
  • 4 contributors

Commits on Jul 27, 2024

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

Commits on Aug 4, 2024

  1. Always build source jar (#1037)

    There was a regression introduced when building the source jar during releases when the maven-release-plugin was upgraded.
    
    To simplify things, and avoid that in the future, I changed the build to alwas package the source jar.
    
    Fixes #1036
    philsttr authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    a8e6b81 View commit details
    Browse the repository at this point in the history
  2. Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.12 (#1031)

    Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.12.
    - [Release notes](https://github.com/jacoco/jacoco/releases)
    - [Commits](jacoco/jacoco@v0.8.10...v0.8.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.jacoco:jacoco-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6501a47 View commit details
    Browse the repository at this point in the history
  3. Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (

    …#1034)
    
    Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1.
    - [Release notes](https://github.com/apache/maven-source-plugin/releases)
    - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.0...maven-source-plugin-3.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-source-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    bac5726 View commit details
    Browse the repository at this point in the history
  4. Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.2.4 (#…

    …1033)
    
    Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.0.1 to 3.2.4.
    - [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
    - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-gpg-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3652037 View commit details
    Browse the repository at this point in the history
  5. Bump org.sonatype.plugins:nexus-staging-maven-plugin (#1030)

    Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    76f5295 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Bump actions/upload-artifact@v4 (#1062)

    Also bumped to ubuntu 24.04
    philsttr authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    83aa0fe View commit details
    Browse the repository at this point in the history
  2. Update LoggingEventJsonPatternParser to fix breaking logback change (#…

    …1061)
    
    Maintain PatternLayout compatibility with logback <= 1.5.12
    
    In logback 1.5.13, PatternLayoutBase.getInstanceConverterMap changed from `Map<String, String>` to `Map<String, Supplier<DynamicConverter>`
    
    To maintain compatibility with logback <= 1.5.12, use reflection to determine the type of the Map, and add entries appropriately.
    
    Fixes #1060
    
    Co-authored-by: Jordan Jennings <[email protected]>
    philsttr and jordanjennings committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    f4e5ff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a03fd11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    053afde View commit details
    Browse the repository at this point in the history
  5. Bump maven to 3.9.9 (#1065)

    Also change license plugin config to use non-deprecated params
    philsttr authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    f280cfd View commit details
    Browse the repository at this point in the history
  6. Update readme for 8.1

    philsttr committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    ed1b470 View commit details
    Browse the repository at this point in the history
  7. [release]

    philsttr committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    88c5d27 View commit details
    Browse the repository at this point in the history
  8. [release]

    philsttr committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    16714f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a998591 View commit details
    Browse the repository at this point in the history
Loading