Commit Graph

622 Commits

Author SHA1 Message Date
Peter Palaga
618e5891c7 Release 0.4.0 0.4.0 2021-01-25 12:37:29 +01:00
Peter Palaga
e4e605d928 Add 200ms delay between edit and rebuild in ModuleAndPluginNativeIT to avoid intermittent failures on Mac 2021-01-25 12:32:53 +01:00
Peter Palaga
3a29b4b341 Add some small delay also on non-Windows between deleting local repo and rebuilding in DeleteRepoNativeIT 2021-01-25 12:32:53 +01:00
Peter Palaga
26891d3144 Fix missing @Inject, make sure the InvalidatingXxxCache are prioritized 2021-01-25 12:32:53 +01:00
Peter Palaga
d3ea30f5d3 Test also WatchServiceCacheFactory 2021-01-25 11:28:10 +00:00
Peter Palaga
4d89464f8a There is no need to initially delete the test local maven repo, because it is always deleted by org.mvndaemon.mvnd.junit.MvndTestExtension.MvndResource.create() 2021-01-25 11:28:10 +00:00
Peter Palaga
b2f50127f6 Rename ...cache.impl.Cli* to ...cache.invalidating.Invalidating*,
move CacheFactory implementations to org.mvndaemon.mvnd.cache.impl
2021-01-25 11:28:10 +00:00
Peter Palaga
3cd726b864 Rename getDependentPaths() to getDependencyPaths() because the paths are
not dependent on the given CacheRecord - it is the other way round
2021-01-25 11:28:10 +00:00
Peter Palaga
6cb1aa5be6 Test CacheFactory, add JavaDoc 2021-01-25 11:28:10 +00:00
Peter Palaga
d563a27139 Instantiate the only CacheFactory impl suitable for the given OS 2021-01-25 11:28:10 +00:00
Guillaume Nodet
5c6edb1f35 Tone down output on standard error stream to warning, #319 2021-01-25 10:28:51 +01:00
Guillaume Nodet
1a82627819 mvnd is bit more than a prototype now... 2021-01-25 09:56:48 +01:00
github-actions[bot]
181606a0d3 Updated CHANGELOG.md 2021-01-25 04:03:29 +00:00
github-actions[bot]
0fa9a6ca2f Updated CHANGELOG.md 2021-01-23 04:00:33 +00:00
Peter Palaga
786430ebc0 maxConcurrentDownloads in ConcurrentDownloadsTest can also be 1 when the downloads are fast 2021-01-22 14:26:33 +00:00
Peter Palaga
69092513a6 Reformat 2021-01-22 14:26:33 +00:00
Peter Palaga
82df39d984 Remove mvnd.builder.rule* and mvnd.builder.rules.provider.* features #264 2021-01-22 13:15:45 +01:00
Guillaume Nodet
9f7c328e6a Merge pull request #338 from gnodet/i277
Fix JVM resource loading from plugins, fixes #277
2021-01-22 13:09:53 +01:00
Guillaume Nodet
92ddff964d Fix loading resources from JVM, fixes #277 2021-01-22 10:58:51 +01:00
Guillaume Nodet
2019848faf Add a reproducer test for #277 2021-01-22 09:52:56 +01:00
github-actions[bot]
9d40b5b7ee Updated CHANGELOG.md 2021-01-22 04:02:16 +00:00
github-actions[bot]
fbc2df8d3e Updated CHANGELOG.md 2021-01-21 04:02:14 +00:00
github-actions[bot]
296e82829c Updated CHANGELOG.md 2021-01-19 04:00:35 +00:00
Guillaume Nodet
249f724cac Merge pull request #332 from famod/point-to-help
README: Mention --help in 'specific options'
2021-01-18 18:24:12 +01:00
Guillaume Nodet
4d3e907d8d Merge pull request #335 from gnodet/i333
Fix error when the reactor contains duplicate groupId:artifactId, fix…
2021-01-18 15:31:12 +01:00
Guillaume Nodet
9e6ceed856 Fix error when the reactor contains duplicate groupId:artifactId, fixes #333 2021-01-18 13:45:54 +01:00
github-actions[bot]
724f7660cf Updated CHANGELOG.md 2021-01-16 03:57:52 +00:00
Falko Modler
9d1a206723 README: Mention --help in 'specific options' 2021-01-15 19:31:03 +01:00
github-actions[bot]
4050f03797 Updated CHANGELOG.md 2021-01-15 03:57:28 +00:00
Guillaume Nodet
efe703183b Merge pull request #329 from gnodet/fixes
Various small fixes
2021-01-15 00:47:24 +01:00
Guillaume Nodet
d4d322f8ce Fix logging configuration and references to renamed property mvnd.uid 2021-01-14 15:17:33 +01:00
Guillaume Nodet
890c872760 Remove old junit dependency 2021-01-14 15:15:29 +01:00
Guillaume Nodet
642d06480b Add missing assertion in the test 2021-01-14 15:14:56 +01:00
Guillaume Nodet
eeb17ee18a Fix duplicate space in the javadoc 2021-01-14 15:03:09 +01:00
Guillaume Nodet
4b35613a81 Speed up parallel plugin setup, fixes #310 2021-01-14 14:59:30 +01:00
Guillaume Nodet
a846ccb96d Fix the integration test 2021-01-14 14:08:16 +01:00
Guillaume Nodet
3b2efbfead Add an integration test 2021-01-14 13:31:57 +01:00
Guillaume Nodet
66471b4906 Remove synchronization on the MavenPluginManager implementation 2021-01-14 13:30:39 +01:00
github-actions[bot]
ade8708e2c Updated CHANGELOG.md 2021-01-14 03:59:15 +00:00
Guillaume Nodet
a9b69c6dee Add a computeIfAbsent method to the Cache 2021-01-13 23:32:04 +01:00
Guillaume Nodet
58d080484c Reformat 2021-01-13 23:30:21 +01:00
Guillaume Nodet
6c748d5ef1 Copy unmodified DefaultMavenPluginManager and required class from maven 3.6.3 2021-01-13 16:32:43 +01:00
Guillaume Nodet
cee0ba6443 The caches are not all cleaned when deleting the local repository, fixes #312
* The caches are not all cleaned when deleting the local repository, fixes #312
* Try to workaround file locking on windows
* Split the integration test
* Raise watch service sensitivity, add a delay in the test for windows to make sure the poll has been done
* Disable test on windows because all jar files are locked and the repository can't even be deleted
2021-01-13 16:01:56 +01:00
Guillaume Nodet
8d929889da Disable test on windows because all jar files are locked and the repository can't even be deleted 2021-01-13 15:19:17 +01:00
Guillaume Nodet
6dd4add35e Raise watch service sensitivity, add a delay in the test for windows to make sure the poll has been done 2021-01-13 14:08:16 +01:00
Guillaume Nodet
4bdedf12b0 Split the integration test 2021-01-13 13:46:04 +01:00
Guillaume Nodet
29e823eb1b Try to workaround file locking on windows 2021-01-13 13:07:54 +01:00
Guillaume Nodet
b10af9fe15 The caches are not all cleaned when deleting the local repository, fixes #312 2021-01-13 11:36:37 +01:00
github-actions[bot]
123ee63d0d Updated CHANGELOG.md 2021-01-13 03:53:56 +00:00
github-actions[bot]
dad6b13706 Updated CHANGELOG.md 2021-01-12 03:48:39 +00:00