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: ascopes/java-compiler-testing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ascopes/java-compiler-testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/v5-ecj
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 36 files changed
  • 1 contributor

Commits on Nov 2, 2025

  1. Implement support for ECJ

    Rejig RAM directory naming, add ability to dump tree view of workspaces
    
    Port across ECJ support
    
    This is still provisional and an active work in progress, please track
    eclipse-jdt/eclipse.jdt.core#958 for this work.
    
    Enable tests for eclipse
    
    Run against CI build of ECJ temporarily
    
    Address ShellCheck warnings
    
    Fix ECJ injection script
    
    Add ability to adjust log level in POM
    
    Apply 2025 license headers to new ECJ classes
    
    Use eclipse snapshot repositories
    ascopes committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    9c7164a View commit details
    Browse the repository at this point in the history
  2. Update pom.xml to use ECJ 3.41.0 stable

    Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
    ascopes committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    bf0d660 View commit details
    Browse the repository at this point in the history
  3. Update pom.xml to remove eclipse snapshots repository

    Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
    ascopes committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    2669448 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Bump ECJ to 3.43.0

    Signed-off-by: Ash <73482956+ascopes@users.noreply.github.com>
    ascopes authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    a6c4fa6 View commit details
    Browse the repository at this point in the history
Loading