Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GitHub build #10

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 14, 2023

  1. Upgrade JDOM from 1.0 to 2.0.6.1

    This upgrade fixes warnings in IntelliJ IDEA about the CVE-2021-33813 in the JDOM 1.0 dependency.
    
    The <relativePath> tags are redundant and cause issues in IntelliJ IDEA.
    It is also better to use JAVA_HOME instead of /usr/bin as javadoc may not always be symlinked to a Java 8 JDK causing compilation issues.
    
    Signed-off-by: Wouter Born <[email protected]>
    wborn committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8c168e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8589d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    90dd2e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9458528 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    b01cf2f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    60d3a50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c8607 View commit details
    Browse the repository at this point in the history
  3. Add maven test scope dependency providing javax.rmi to mockrunner-ejb…

    … and as compile scope dependency to mockrunner-all
    steinarb committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fbdc91f View commit details
    Browse the repository at this point in the history
  4. Suppress cglib-full transitive mockejb dependency from mockrunner-ejb…

    … and explicityl add newest cgi-nodeps dependency
    steinarb committed May 28, 2024
    Configuration menu
    Copy the full SHA
    76feb66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b1d8d0 View commit details
    Browse the repository at this point in the history
  6. Add "--add-opens java.base/java.lang=ALL-UNNAMED" to maven-surefire-p…

    …lugin config of mockrunner-ejb
    steinarb committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b7a62c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0624324 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45a772f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Revert "Add note to the readme.md that development has moved to githu…

    …b repo mockrunner/mockrunner"
    
    This reverts commit 118065a.
    steinarb committed May 31, 2024
    Configuration menu
    Copy the full SHA
    23470c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c16b0fe View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    fe28dbb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Use default maven plugin versions

    Carlos Martins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0db8345 View commit details
    Browse the repository at this point in the history
  2. Build with java 17

    Carlos Martins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    90f7c98 View commit details
    Browse the repository at this point in the history
  3. Revert "Build with java 17"

    This reverts commit 90f7c98.
    Carlos Martins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f674a80 View commit details
    Browse the repository at this point in the history
  4. Build with java 8 and increased surefire memory args

    Carlos Martins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    200c9bf View commit details
    Browse the repository at this point in the history
  5. Build with java 17 and increased surefire memory args

    Carlos Martins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    663c804 View commit details
    Browse the repository at this point in the history
  6. Update github actions versions

    Carlos Martins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2ab2067 View commit details
    Browse the repository at this point in the history
  7. More memory for surefire

    Carlos Martins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f39a9f0 View commit details
    Browse the repository at this point in the history
  8. Even more memory for surefire

    Carlos Martins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fc29003 View commit details
    Browse the repository at this point in the history
  9. Less memory for surefire

    Carlos Martins committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6b8243d View commit details
    Browse the repository at this point in the history