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: spotify/fmt-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c9bccb4
Choose a base ref
...
head repository: spotify/fmt-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 019c431
Choose a head ref
  • 18 commits
  • 41 files changed
  • 12 contributors

Commits on Jun 14, 2022

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

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    9494d83 View commit details
    Browse the repository at this point in the history
  2. Add metadata for Spotify OSS (#155)

    Klara authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    155b7e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

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

Commits on Sep 20, 2022

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

Commits on Sep 30, 2022

  1. Allow skipping of sourceDirectory or testSourceDirectory (#128)

    * Allow skipping of sourceDirectory or testSourceDirectory
    
    Fixes #31
    
    Adds 2 extra configuration options controlling whether to skip relevant
    directories:
    
    - skipSourceDirectory
    - skipTestSourceDirectory
    
    Tests added:
    
    - check_skipsourcedirectory: Tests that sourceDirectory is skipped
      for check goal when skipSourceDirectory is true.
      sourceDirectory includes unformatted code so it would fail if not
      skipped.
    - check_skiptestsourcedirectory: Tests that testSourceDirectory is
      skipped for check goal when skipTestSourceDirectory is true.
      testSourceDirectory includes unformatted code so it would
      fail if not skipped.
    - skipsourcedirectory: Tests that sourceDirectory files are not formatted
      with format goal when skipSourceDirectory is true.
    - skiptestsourcedirectory: Tests that testSourceDirectory files are not
      formatted with format goal when skipTestSourceDirectory is true.
    
    
    Co-authored-by: Sean Flanigan <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Klara <[email protected]>
    
    * Use loadMojo
    
    * Add invoker.properties for skip directory tests
    
    * Update groupId to com.spotify.fmt for skip directory test pom.xml
    
    Co-authored-by: Sean Flanigan <[email protected]>
    Co-authored-by: Klara <[email protected]>
    Co-authored-by: Klara <[email protected]>
    4 people authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    1cf19c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    34e4846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e59e44e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b40fe15 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Apr 25, 2023

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

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    eded35e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07fd7a4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

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

Commits on Sep 22, 2023

  1. Bump org.apache.maven:maven-core from 3.3.9 to 3.8.1 (#177)

    Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.3.9 to 3.8.1.
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.3.9...maven-3.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-core
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4bbc48a View commit details
    Browse the repository at this point in the history
  2. [Snyk] Upgrade org.apache.maven:maven-plugin-api from 3.8.7 to 3.9.0 (#…

    …167)
    
    * fix: upgrade org.apache.maven:maven-plugin-api from 3.8.7 to 3.9.0
    
    Snyk has created this PR to upgrade org.apache.maven:maven-plugin-api from 3.8.7 to 3.9.0.
    
    See this package in Maven Repository:
    https://mvnrepository.com/artifact/org.apache.maven/maven-plugin-api/
    
    See this project in Snyk:
    https://app.snyk.io/org/spotify-foss/project/c9cb7045-0744-4928-a764-5614b672ccad?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * bump maven-core and maven-compat to latest version as well
    
    ---------
    
    Co-authored-by: Klara <[email protected]>
    Co-authored-by: Caesar Ralf Franz Hoppen <[email protected]>
    3 people authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a05c27c View commit details
    Browse the repository at this point in the history
  3. Support java 21 (#179)

    * Reformat pom.xml
    
    * Add ignore to release files
    
    * Change to use spotify:foss-root as parent
    
    * Adds java 21 to builds
    
    * Bumps google-format to 1.17 for jdk21 compatibility
    
    * Remove running itself
    
    ---------
    
    Co-authored-by: Caesar Ralf <[email protected]>
    caesar-ralf and Caesar Ralf authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    84160f3 View commit details
    Browse the repository at this point in the history
  4. [maven-release-plugin] prepare release 2.21

    Caesar Ralf committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    019c431 View commit details
    Browse the repository at this point in the history
Loading