Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revive the project #257

Merged
merged 16 commits into from
Oct 27, 2023
Merged

Revive the project #257

merged 16 commits into from
Oct 27, 2023

Commits on Feb 13, 2023

  1. High level changes:

    - move to Takari shared GH action (uses Java 11 and 17)
    - move to latest released parent (but there is takari/takari-pom#12)
    - move off plexus component, convert all modules to takari-maven-component packaging (JSR300)
    - move off plexus logging, use Slf4j
    - plexus-utils is NOT auto-injected anymore starting with Maven 3.9.0, sort it out
    - fix compared POMs, locations are all now HTTPS (not HTTP)
    
    Problems: Kotlin module fails, but am not Kotlin magician to fully fix it (140 test passes OK,
    but there are 4 failures where KotlinModelWriter is about to inject MavenProject -> OutOfScopeEx
    
    All the rest of modules should be OK, tested with Maven 3.6.3, 3.8.7 and 3.9.0.
    cstamas committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f65a18f View commit details
    Browse the repository at this point in the history
  2. Ignore failing test for now

    cstamas committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    af02dfa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    dce586d View commit details
    Browse the repository at this point in the history
  2. Aling p-u

    cstamas committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    8a57525 View commit details
    Browse the repository at this point in the history
  3. Update parent to 51

    But keep build output at Java 8 level.
    cstamas committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    81f25ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    746ef51 View commit details
    Browse the repository at this point in the history
  5. Sort out p-u scopes

    As if:
    * used as extension, p-u MUST NOT be present (as it is in core)
    * used as plugin, p-u MUST BE present (as 3.9 does not auto-inject it anymore)
    cstamas committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    507920d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Updated requirements in readme

    lefou authored and fbricon committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d89f08c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    37eb124 View commit details
    Browse the repository at this point in the history
  2. Go back to altest lifecycle that can run on Java8

    That is 2.0.8.
    cstamas committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    644ff8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c564c0f View commit details
    Browse the repository at this point in the history
  4. Shared GH workflow does not support java 8

    So copy paste and modify it here.
    cstamas committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    85ad6af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c8849d View commit details
    Browse the repository at this point in the history
  6. Fix GH

    cstamas committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e2f567a View commit details
    Browse the repository at this point in the history
  7. Update some stale deps

    cstamas committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    134bbdd View commit details
    Browse the repository at this point in the history
  8. Up Maven version to 3.9.5

    Compiling against it still retains compatibility with 3.6.x,
    but you get latest code with latest deprecations.
    
    One big change: serialization order changed for dependency/exclusion
    element, hence order is now ga (was ag). This is merely style,
    no semantic value.
    cstamas committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8243ec6 View commit details
    Browse the repository at this point in the history