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: stefanbirkner/system-lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: system-lambda-1.2.0
Choose a base ref
...
head repository: stefanbirkner/system-lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: system-lambda-1.2.1
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 14, 2021

  1. Add script for running Maven in Docker

    System Lambda cannot be build with newer JDKs, but some developers don't
    have JDK 8 installed anymore. The new scripts allows them to build
    System Lambda without having JDK 8 as long as they have Docker
    installed.
    stefanbirkner committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    5e206a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Run GitHub Actions on all branches

    I would like to get feedback from GitHub Actions without creating a pull
    request.
    stefanbirkner committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    a359b6e View commit details
    Browse the repository at this point in the history
  2. Test System Lambda with different Java versions

    Newer JDK versions strongly encapsulate JDK internals. This includes the
    map of environment variables. From JDK 16 on System Lambda's
    withEnvironmentVariable does not work out of the box anymore. It
    requires that the JVM is run with specific arguments. The new tests are
    added so that I can verify that System Lambda still works with newer
    JDKs.
    stefanbirkner committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    76f4b1d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Replace assertThrownBy with assertThrows

    assertThrows is the correct method name of JUnit Jupiter's assertion for
    exceptions. All examples use JUnit Jupiter for assertions.
    stefanbirkner committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    a5b7f46 View commit details
    Browse the repository at this point in the history
Loading