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: apache/maven-wrapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-wrapper-3.3.0
Choose a base ref
...
head repository: apache/maven-wrapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-wrapper-3.3.1
Choose a head ref
  • 4 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

  1. [MWRAPPER-132][MWRAPPER-124] port MWRAPPER-124 fix to only-script (#133)

    port pr #120
    
    Test Method:
    
    ```bash
    sed -n '/public class Downloader/,/\t}/p' maven-wrapper-distribution/src/resources/only-mvnw > Downloader.java
    jenv shell 21 ## or 1.7, 1.8, 11, 17
    javac -version
    javac Downloader.java -Xlint:all -Werror
    ```
    
    Passed lint compile test with jdk 1.7, 1.8, 11, 17 and 21
    
    ---
    
    https://issues.apache.org/jira/browse/MWRAPPER-132
    gzm55 authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c4c09a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    458af4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c2b91b View commit details
    Browse the repository at this point in the history
Loading