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: takari/takari-lifecycle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: takari-lifecycle-2.0.9
Choose a base ref
...
head repository: takari/takari-lifecycle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: takari-lifecycle-2.1.0
Choose a head ref
  • 5 commits
  • 14 files changed
  • 2 contributors

Commits on Sep 7, 2022

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

Commits on Nov 9, 2022

  1. Update plugin build and dependencies (#105)

    High level changes:
    - updated wrapper to latest
    - uses parent v 50
    - remove/adjust prerequisites (needed only for plugin, parent POM not, etc)
    - get rid of animal sniffer as compiler use `release` flag
    - update plugin dependencies
    - update sources where depedendency introduced change
    - one IT changed: CompileAnnotationProcessingTest as it used source 1.6, that is unsupported by Java 17. Changed to `release 7`
    - update github workflow with distribution
    - styfle/cancel-workflow-action: bump
    
    With these changes the build works okay on Java 17 as well.
    cstamas committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6b3634d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Update Maven we build and test against. (#107)

    * Update Maven we build and test against.
    
    This change depends on:
    takari/takari-plugin-testing-project#41
    cstamas committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    37aeb10 View commit details
    Browse the repository at this point in the history
  2. Remove redundant properties

    Parent defines 2.0.9 of lifecycle, and defaults to Java 11
    So these are redundant.
    cstamas committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    410c918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    439cd92 View commit details
    Browse the repository at this point in the history
Loading