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: spring-io/spring-javaformat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.42
Choose a base ref
...
head repository: spring-io/spring-javaformat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.43
Choose a head ref
  • 14 commits
  • 93 files changed
  • 4 contributors

Commits on Jun 8, 2024

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

Commits on Jun 10, 2024

  1. Migrate release process to GitHub Actions

    Complete migration to GitHub Actions.
    
    See gh-411
    philwebb committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    97a9a64 View commit details
    Browse the repository at this point in the history
  2. Delete Concourse CI

    Closes gh-411
    philwebb committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    66bf43f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Upgrade to Java 17.0.12

    Closes gh-419
    wilkinsona committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2ffd945 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7037333 View commit details
    Browse the repository at this point in the history
  3. Only require test classes to have a name ending in Tests

    Previously, the check would apply to interfaces and annotations as
    well. This commit tightens up the check so that it only applies to
    classes.
    
    Closes gh-364
    wilkinsona committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2c8dbd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    096af47 View commit details
    Browse the repository at this point in the history
  5. Bump xml2js to 0.5.0 and @vscode/vsce to 2.19.0

    Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to
    0.5.0 and updates ancestor dependency
    [@vscode/vsce](https://github.com/Microsoft/vsce). These dependencies
    need to be updated together.
    
    Updates `xml2js` from 0.4.23 to 0.5.0
    - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0)
    
    Updates `@vscode/vsce` from 2.17.0 to 2.19.0
    - [Release notes](https://github.com/Microsoft/vsce/releases)
    - [Commits](microsoft/vscode-vsce@v2.17.0...v2.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: xml2js
      dependency-type: indirect
    - dependency-name: "@vscode/vsce"
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    See gh-375
    dependabot[bot] authored and wilkinsona committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1adc8b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #375 from dependabot[bot]

    * gh-375:
      Bump xml2js to 0.5.0 and @vscode/vsce to 2.19.0
    
    Closes gh-375
    wilkinsona committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cea1d86 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    09679cc View commit details
    Browse the repository at this point in the history
  2. Polish "Check that JUnit 5 test classes are package-private"

     - Clear the new fields each time a new tree is begun. This prevents
       state from one tree affecting the checking of another.
     - Allow abstract test classes to be public
    
    Closes gh-281
    wilkinsona committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ab2ecf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Reformat code

    philwebb committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9eeeee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30ce469 View commit details
    Browse the repository at this point in the history
  3. Release v0.0.43

    spring-builds committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7c0fc45 View commit details
    Browse the repository at this point in the history
Loading