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/logback
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v_1.5.12
Choose a base ref
...
head repository: qos-ch/logback
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v_1.5.13
Choose a head ref
  • 15 commits
  • 48 files changed
  • 1 contributor

Commits on Oct 25, 2024

  1. start work on 1.5.13-SNAPSHOT

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

Commits on Oct 28, 2024

  1. migrate to instance supplier instead of class name

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    be0b5e0 View commit details
    Browse the repository at this point in the history
  2. compilation test for Supplier based converter maps

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e845da2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9201136 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. rename getDefaultConverterMap as getDefaultConverterSupplierMap, add …

    …getDefaultConverterMap method returning Map<String, String> to ensure backward compatibility
    
    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    49f0638 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. added info status statement regarding logging on the console

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Nov 5, 2024
    2 Configuration menu
    Copy the full SHA
    9f2de61 View commit details
    Browse the repository at this point in the history
  2. minor refactoring

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    78516e7 View commit details
    Browse the repository at this point in the history
  3. minor rewording

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    69ce513 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. ThreadPoolExecutor now uses LinkedBlockingQueue instead of Synchronou…

    …sQueue. See comments in the code.
    
    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    433e168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54cbd3f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. remove StaxEventRecorder

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

Commits on Dec 17, 2024

  1. prevent Server-Side Request Forgery (SSRF) attacks by ignoring extern…

    …al DTD files in DOCTYPE
    
    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    5f05041 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. remove JaninoEventEvaluator

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    2cb6d52 View commit details
    Browse the repository at this point in the history
  2. CORE_POOL_SIZE set to 4

    Signed-off-by: Ceki Gulcu <[email protected]>
    ceki committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    0056a9c View commit details
    Browse the repository at this point in the history
  3. prepare release 1.5.13

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