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: qos-ch/slf4j
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5ff6f2c
Choose a base ref
...
head repository: qos-ch/slf4j
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d6a21ae
Choose a head ref
  • 11 commits
  • 31 files changed
  • 4 contributors

Commits on Dec 12, 2022

  1. start work on 2.0.7-SNAPSHOT

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    f851040 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. add JDK 19 to CI build

    Signed-off-by: Sean C. Sullivan <[email protected]>
    sullis authored and ceki committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    fa6721a View commit details
    Browse the repository at this point in the history
  2. update github action versions

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b2cb017 View commit details
    Browse the repository at this point in the history
  3. add missing distribution instruction to github action

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1ed084c View commit details
    Browse the repository at this point in the history
  4. setup-java v3

    Signed-off-by: Sean C. Sullivan <[email protected]>
    sullis authored and ceki committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a5540ad View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Fully automate OSGi metadata creation and fix brocken OSGi-metadata i…

    …n slf4j-api (#330)
    
    * Improve generated OSGi metadata and restore Bundle-SymbolicName
    
    Enhance the generated OSGi metadata for all slf4j-modules in the
    following ways:
    - Restore the Bundle-SymbolicName, Bundle-Name, Bundle-Vendor and
    Bundle-DocURL from SLF4J-2.0.5 and before
    - Removes Export-Package: META-INF.versions.9
    - Removes self-Imports of exported package (has to be added again in a
    follow up, where desired)
    - Remove unnecessary BND-internal headers
    
    Additionally move the maven-bundle-plugin configuration from the
    execution configuration up into the configuration of the plugin so that
    it can be easier overwritten in child-modules.
    
    Signed-off-by: Hannes Wellmann <[email protected]>
    
    * Automate OSGi metadata creation and restore package-exports of slf4j-api
    
    Only use the maven-bundle-plugin to generate all OSGi metadata into
    slf4j-api's Manifest.MF file. This unifies the resulting MANIFEST.MFs
    that are currently partly generated and partly statically defined.
    
    Furthermore it fixes the following flaws in the currently generated OSGi
    metadata of slf4j-api:
    - Import only the exported org.slf4j.spi package (like in slf4j 2.0.5
    and before)
    - Replace the deprecated 'Bundle-RequiredExecutionEnvironment' header by
    a corresponding required 'osgi.ee' capability
    
    Signed-off-by: Hannes Wellmann <[email protected]>
    
    ---------
    
    Signed-off-by: Hannes Wellmann <[email protected]>
    HannesWell authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2235d3c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. SLF4J-579: Export client packages of slf4j-api in version 1

    Fixes https://jira.qos.ch/browse/SLF4J-576
    
    This allows to use the slf4j-api version 2 artifact as drop-in
    replacement for slf4j-api version 1 in OSGi environments as well.
    slf4j-api can now be wired to bundles that require packages of slf4j-api
    in version 1 or 2.
    
    Signed-off-by: Hannes Wellmann <[email protected]>
    HannesWell authored and ceki committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b363bb3 View commit details
    Browse the repository at this point in the history
  2. add license file to jar

    TWI authored and ceki committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2a8ca99 View commit details
    Browse the repository at this point in the history
  3. add LICENSE.txt files to all modules, rename LICENSE as LICENSE.txt w…

    …hen appropriate
    
    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    122e0c1 View commit details
    Browse the repository at this point in the history
  4. prepare release 2.0.7

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    13950e5 View commit details
    Browse the repository at this point in the history
  5. update javadoc plugin to version 3.0.5

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    d6a21ae View commit details
    Browse the repository at this point in the history
Loading