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: airbrake/logback
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: airbrake/logback
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 23 files changed
  • 3 contributors

Commits on Mar 26, 2021

  1. Specify exact package versions

    The release process was resulting in errors with these `+` characters
    used to specify versions in the pom.xml. Our main library, Javabrake,
    does not use this version specification. We should specify the exact
    package versions we depend on to avoid this issue.
    thompiler committed Mar 26, 2021
    Copy the full SHA
    ebfadf2 View commit details
  2. Merge pull request #8 from airbrake/specify-versions

    Specify exact package versions
    
    The release process was resulting in errors with these `+` characters
    used to specify versions in the pom.xml. Our main library, Javabrake,
    does not use this version specification. We should specify the exact
    package versions we depend on to avoid this issue.
    thompiler authored Mar 26, 2021
    Copy the full SHA
    1d92c88 View commit details

Commits on Dec 20, 2022

  1. logback v1.2.0 (#13)

    * logback v1.2.0
    
    Gradle changes to support latest gradle.
    Code changes to support latest java and javabrake.
    
    * added example
    
    * Removed blank spaces and Updated readme
    sumitjoshi1989 authored Dec 20, 2022
    Copy the full SHA
    91f0dc2 View commit details
Loading