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: codecentric/chaos-monkey-spring-boot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: codecentric/chaos-monkey-spring-boot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.x
Choose a head ref
  • 10 commits
  • 15 files changed
  • 3 contributors

Commits on Mar 17, 2023

  1. Extend repository class filter to also match proxied repositories. (#337

    )
    
    * Extend repository class filter to also match proxied repositories. Closes #335
    
    Pass on final proxies in jdk.proxy2.* in base filter to allow accepting proxied repositories.
    Add test to prevent regressions.
    
    * add changelog
    F43nd1r authored and WtfJoke committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    14877bd View commit details
    Browse the repository at this point in the history
  2. Improve uniqueness of beans provided by Chaos Monkey (see #339)

    To avoid BeanDefinitionOverrideException in users application code, we should aim for unique bean names.
    
    By prefixing the (common) bean names with chaos monkey it should be unique enough.
    WtfJoke committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    d7ade93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85b01bc View commit details
    Browse the repository at this point in the history
  4. Favor using semver directly from npm than the os package

    The os package have unbundled dependencies which currently results in following stacktrace when trying to publish the 3.0.0 release:
    
    Error: Cannot find module 'lru-cache'
    Require stack:
    - /usr/share/nodejs/semver/classes/range.js
    - /usr/share/nodejs/semver/classes/comparator.js
    - /usr/share/nodejs/semver/index.js
    - /usr/share/nodejs/semver/bin/semver.js
    WtfJoke committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    78955fd View commit details
    Browse the repository at this point in the history
  5. Release 2.7.1

    ChaosMonkeyBot committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a6beb4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    779396d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Don't generate reduced pom as it would replace the flattened pom inte…

    …nded for publishing (#341)
    
    (cherry picked from commit 395c73e)
    F43nd1r committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    baa4090 View commit details
    Browse the repository at this point in the history
  2. don't overwrite v3 docs

    F43nd1r committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    29f6e5b View commit details
    Browse the repository at this point in the history
  3. Release 2.7.2

    ChaosMonkeyBot committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    74ee248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5791f2c View commit details
    Browse the repository at this point in the history
Loading