You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/01/04 12:05:39 UTC

[maven-build-cache-extension] branch master created (now 31347cb)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git.


      at 31347cb  Align package name and schemas to the build-cache name

This branch includes the following new commits:

     new afa84b8  [MNG-7312] Revert ThreadLocal approach from MNG-6843 and MNG-7251
     new 7b7efce  [MNG-7312] Revert ThreadLocal approach from MNG-6843 and MNG-7251
     new 373652d  Merge pull request #4 in ABFX/maven-forked from incremental-maven-3.6.3 to MNG-7129/maven-3.6.3-incremental
     new b88564d  fix typo
     new 7feaabf  add missing license
     new 54d9094  Make sure forked mojo executions have a correct phase set
     new a3b7ce9  Avoid IllegalStateException when cache is not enabled
     new 4cfe1aa  [MNG-7324] first step to use Modello for cache-domain
     new 66586cd  [MNG-7324] Complete modello switch
     new 454fd60  [MNG-7324] Use plurals in the schema, make sure it can read things correctly
     new 3f08eb4  [MNG-7324] Allow more minimal config
     new 365733a  [MNG-7324] remove now unused JAXB dependencies
     new 973c990  [MNG-7324] update documentation
     new 4ce97b3  [MNG-7324] split config/domain/diff/report to separate xml.* packages
     new 0c47061  [MNG-7324] rename domain to buildinfo and diff to buildsdiff
     new e5851d6  [MNG-7321] Move caching in its own module
     new d38d09c  [MNG-7324] Use plural in lists, fix model
     new 1a984ce  [MNG-7321] Include the new module in the distribution, uses CDI for annotations
     new 1ff4694  [MNG-7322] Use maven session / project properties instead of System.getProperty()
     new 687e287  [MNG-7321] Use a provided scope for maven-core
     new 2bdecb1  [MNG-7325] Rename namespaces, add more test for XmlService
     new a3b292e  [MNG-7328] Remove the `Type` suffix on the generated model classes
     new 7a07f33  [MNG-7324] Update doc regarding model changes
     new 9a6caaf  [MNG-7328] Fix tests
     new d9e1c1f  [MNG-7324] Rename buildinfo -> build and buildsdiff -> diff
     new 97c1880  Merge branch 'MNG-7129_Separate' into MNG-7129-master
     new caf6824  [MNG-7327] Avoid guava usage
     new 20edf88  [MNG-5577] Use JSR 330 constructor injection
     new 4e81592  [MNG-7329] Upgrade maven-enforcer-plugin
     new 532fa4c  [MNG-7321] cleanup build
     new c77bf84  [MNG-7321] move documentation to maven-caching module
     new 4215912  [MNG-7321] fix javadoc
     new 62f2686  [MNG-7129] rename (Artifacts/Local)Repository to *CacheRepository
     new c85286c  [MNG-7129] fix typos
     new c5c6fbe  [MNG-7331] Upgrade Jansi to 2.4.0
     new 8f7d4d5  [MNG-7129] Changes in maven core required to support incremental maven build - maven 4 port
     new 6ac764b  [MNG-7329] Upgrade maven-enforcer-plugin
     new 3b23c00  [MNG-7331] Upgrade Jansi to 2.4.0
     new bb65d03  [MNG-7334] Make the cache singletons reusable across maven sessions
     new 66c6f91  [MNG-7129] Remove references to unused LegacySupport, fix typo
     new e9b99a4  [MNG-7336] Define a Feature for caching
     new a9e0098  [MNG-7129] fix compilation
     new aa19dd6  [MNG-7129] More complete fix for missing lifecycle phases, avoid warnings which cause ITs to fail
     new 0f80b0d  [MNG-7337] Remove usage of plexus logger
     new 56e703a  Merge remote-tracking branch 'origin/master' into MNG-7129-master
     new 61c56bc  [MNG-7129] Use @SessionScoped annotation
     new 667b765  Fix wrong usage of `project.getAttachedArtifacts().clear()`
     new 53012e0  [MNG-7337] Fix broken integration tests due to early logging
     new a4e6ea8  [MNG-7129] Rely on the DefaultLifecycles instead of hard-coded list of phases, make lifecycles ordering more explicit
     new d977ab5  [MNG-7129] Fix lifecycles
     new acdcc88  Remove Utils and rename ProjectUtils to CacheUtils
     new cb9ab94  Avoid using deprecated class and fix NPE
     new 58fbcbc  Fix DigestUtils log to stdout and use JDK8 lambda for thread local initialization
     new 12a9e85  Merge SessionUtils and ZipUtils into CacheUtils
     new 79e2a11  Inline Clock utility class, remove unused CacheUtils methods
     new f6180e4  Avoid possible NPE if no build is defined in the pom
     new 15be03f  Use a LifecycleParticipant as they can be session scoped
     new 87a1a28  Cleanup
     new ad0e7c9  Remove empty lines after block start
     new e2ab3a6  Merge branch 'deutschebank-MNG-7129/caching-support-core-changes-master' into MNG-7129-master
     new 697835a  MNG-7129: caching extension
     new 5e9e8af  MNG-7129: caching extension
     new 027aab3  MNG-7129: caching extension
     new 1841ad5  [MNG-7129] Cache extension test fix
     new dc863a4  MNG-7129: no need for a lazy initialization, prefer a final field
     new 7a423db  MNG-7129: retrieve the hashFactory directly from the cache config
     new 5735940  Revert c581c0d5a1c567986f33510b174f64dcd4fdd6e6 as the projects are not yet discovered
     new 3987cbe  Minimize changes in maven-core
     new 04bc373  Use a lambda expression
     new 5d6152e  Fix problems when restoring projects that do not have any packaged artifacts
     new 640c31d  Add missing commons-lang3 dependency
     new 60c45c7  [MNG-7129] Remove redundant remote calls
     new 366b5c2  [MNG-7129] Restore artifacts from cache lazily (#614)
     new 3ff2fc8  [MNG-7129] Rework http repo to java 8
     new d352316  Merge pull request #15 in ABFX/maven-forked from feature/http-repo-java8 to MNG-7129/master-db
     new 91f4780  [MNG-7129] Rework http repo to java 8
     new 53a5ec1  Merge feature/http-repo-java8 to MNG-7129/master-db
     new 057c487  MNG-7129: caching extension
     new b9789bc  MNG-7129: caching extension
     new 3058444  Revert "[MNG-7336] Define a Feature for caching"
     new a94a333  MNG-7129: caching extension
     new f0493c1  Ensure the extension can be used from the POM
     new 08e577c  Add a wagon based provide to support mirror / proxy / authentication
     new c3c669a  Fix compilation
     new 76ac5fd  Merge branch 'MNG-7129-master' of https://stash.gto.intranet.db.com:8081/scm/abfx/maven-forked into MNG-7129/master-db
     new 202271e  Add a wagon based provide to support mirror / proxy / authentication
     new 61464f4  [MNG-7129] Rework http repo to java 8 - update of wagon repo
     new 074e988  [MNG-7129] Rework http repo to java 8 - update of wagon repo
     new 210922c  Merge pull request #18 in ABFX/maven-forked from MNG-7129/master-db-merge-github to MNG-7129/master-db
     new f8275df  Merge branch 'deutschebank-MNG-7129/master-db' into MNG-7129-master
     new ea9e5d5  Merge pull request #17 in ABFX/maven-forked from MNG-7129/master-db-subtree to MNG-7129/master-db
     new e276e98  Merge remote-tracking branch 'origin/MNG-7129-master' into MNG-7129/master-db
     new 25321ed  MNG-7129: caching extension merge mng-7129-master
     new 6cd5afe  Avoid using an in-memory buffer when downloading artifacts as they can be big enough
     new 57226dc  Add a configurable id to the remote repository
     new c88b837  Allow usage of an empty config file which provides local-cache only
     new 1f70083  Make errors during downloads are reported during eagerly restoration of artifacts
     new 14472aa  Tone down errors during restoration
     new f986fe1  Merge remote-tracking branch 'origin/MNG-7129-master' into MNG-7129/master-db-subtree-feature
     new 6e0574b  MNG-7129: caching extension merge mng-7129-master
     new 6b01b66  MNG-7129: caching extension merge mng-7129-master
     new 9430709  MNG-7129: caching extension merge mng-7129-master
     new ea7ec46  MNG-7129: caching extension merge mng-7129-master
     new 81a4a98  MNG-7129: support project versions change and sub-tree build
     new ee9a441  MNG-7129: support project versions change and sub-tree build
     new f7c7fc8  MNG-7129: support project versions change and sub-tree build
     new e848feb  Setup maven-caching standalone project
     new 85adc33  Update README.md
     new b1a7701  The schemas should be part of the sources, not the tests
     new 08ed1d3  Use impsort + formatter plugins to ease development
     new 419dc7c  Add a simple integration test for maven3/4
     new cd2d540  Workaround xpp3 / classloading issues until MNG-7160 is resolved, add a test for core extensions
     new 2e07b15  publish documentation to /ref/caching-LATEST
     new 9ea3b62  Remove unused code
     new 0455c96  Fix github workflow
     new 404764a  Fix JDK 17 build
     new 35b3eb4  [MNG-7129] Maven cache docs updates (#631)
     new e9e1279  Move integration tests into the extension module
     new 625efaf  Refactor to use a single-module build
     new 172a58b  Fix CI build
     new 38c5a1e  fix site configuration
     new 12008f6  reworked documentation links and title levels
     new 25ff7bf  Fix build instructions
     new 5293495  Rename to maven-build-cache-extension
     new 31347cb  Align package name and schemas to the build-cache name

The 125 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.