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: TNG/ArchUnit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2
Choose a base ref
...
head repository: TNG/ArchUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.3
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Nov 19, 2018

  1. Fixed sample code for Kotlin

    Daisaku Suzuki committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    8a75ae9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Merge pull request #122 from dais39/fixed_sample_code_for_kotlin

    Fixed sample code for Kotlin
    codecholeric authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    c8085cb View commit details
    Browse the repository at this point in the history
  2. Fixed memory leak: JUnit4Core keeps reference to all Failures, Failur…

    …es keep reference to the respective AssertionError, ArchRule.AssertionError kept reference to EvaluationResult, thus making it impossible to GC big results over the whole JUnit run.
    
    Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
    codecholeric committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    8b859a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #123 from TNG/fix-assertionerror-mem-leak

    Fixed memory leak in ArchRule.AssertionError in combination with JUnit 4
    codecholeric authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    83583ee View commit details
    Browse the repository at this point in the history
  4. Update to version 0.9.3

    Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
    codecholeric committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    e33842d View commit details
    Browse the repository at this point in the history
  5. Prepare release 0.9.3

    Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
    codecholeric committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    7599ea5 View commit details
    Browse the repository at this point in the history
Loading