Commit Graph

194 Commits

Author SHA1 Message Date
sky
1424213abc NPE from InvalidatingPluginArtifactsCache, similar to #347 2021-03-15 17:55:14 +08:00
Peter Palaga
bd20efa78e Next is 0.4.3-SNAPSHOT 2021-03-10 08:07:54 +01:00
Peter Palaga
7d488f2c97 Release 0.4.2 2021-03-10 08:07:50 +01:00
Peter Palaga
783256162c Fix CacheFactoryTest 2021-03-10 08:07:03 +01:00
Peter Palaga
2f4c70f6ef Improve README 2021-03-10 08:07:03 +01:00
Guillaume Nodet
eb1258f44e Fix display showing more projects than the ones actually active 2021-03-05 13:03:58 +01:00
Guillaume Nodet
9c8d8b9754 NPE from InvalidatingProjectArtifactsCache when building a Quarkus deployment module from a tag, fixes #347 2021-02-15 17:29:21 +01:00
Guillaume Nodet
5fa1f3bd2f Kill children processes when interrupting the build, fixes #343 2021-02-15 13:03:14 +01:00
Guillaume Nodet
34779fd7a0 Make sure the out/err streams are flushed to the client at the end of the execution, fixes #344 2021-02-15 11:08:38 +01:00
Guillaume Nodet
e15c4f7daa Fix behavior when an unknown option is provided on the command line, fixes #354 2021-02-15 09:34:09 +01:00
Guillaume Nodet
28de1df47d Avoid possible class loading deadlock 2021-02-12 09:25:34 +01:00
Guillaume Nodet
c3d33a1a0b Make sure the environment is properly updated, fixes #352 2021-02-12 09:18:12 +01:00
Guillaume Nodet
88bf21ad54 Make sure the commons-logging packages are exported from the main classloader, fixes #183 2021-02-09 18:21:51 +01:00
Peter Palaga
d119403a87 Next is 0.4.2-SNAPSHOT 2021-01-25 13:56:43 +01:00
Peter Palaga
2336bde919 Release 0.4.1 2021-01-25 13:56:37 +01:00
Peter Palaga
92f77fc447 Next is 0.4.1-SNAPSHOT 2021-01-25 12:37:36 +01:00
Peter Palaga
618e5891c7 Release 0.4.0 2021-01-25 12:37:29 +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
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
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
9e6ceed856 Fix error when the reactor contains duplicate groupId:artifactId, fixes #333 2021-01-18 13:45:54 +01:00
Guillaume Nodet
890c872760 Remove old junit dependency 2021-01-14 15:15:29 +01:00
Guillaume Nodet
a846ccb96d Fix the integration test 2021-01-14 14:08:16 +01:00
Guillaume Nodet
66471b4906 Remove synchronization on the MavenPluginManager implementation 2021-01-14 13:30:39 +01: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
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
b10af9fe15 The caches are not all cleaned when deleting the local repository, fixes #312 2021-01-13 11:36:37 +01:00
Peter Palaga
0ee89b9a5d Use mvnd instead of mvn in the help output 2021-01-09 22:06:05 +00:00
Peter Palaga
ddea5d8ea8 Fixup 143f4f13 Display the daemon id and shorten it a bit #314 2021-01-08 23:07:15 +00:00
Guillaume Nodet
143f4f13ab Display the daemon id and shorten it a bit, fixes #314 2021-01-08 21:50:20 +00:00
Peter Palaga
3eb9d8d41b Fixup 28ffaea Send transfer events to the client for better display #284 2021-01-08 21:38:45 +00:00
Guillaume Nodet
28ffaeaecc Send transfer events to the client for better display, fixes #284 (#313) 2021-01-08 20:28:02 +01:00
Peter Palaga
3c107020a9 Next is 0.3.1-SNAPSHOT 2021-01-07 16:48:59 +01:00
Peter Palaga
dd0a46b276 Release 0.3.0 2021-01-07 16:48:52 +01:00
Peter Palaga
5d346acda9 Messages sent from the server to the client should not end with a \r on windows #304 2021-01-06 22:45:18 +00:00
Peter Palaga
2f7e4fdd4c The output of ConsoleMavenTransferListener looks ugly in the client #284 2021-01-06 22:41:40 +00:00
Peter Palaga
c6de4dbd9a Right-pad projectIds to improve mojo readability in the threaded view #288 2021-01-06 20:07:39 +00:00
Peter Palaga
519424deba Split AbstractLoggingSpy into an abstract BuildEventListener and
ClientDispatcher to avoid circular package dependencies
2021-01-06 16:46:44 +00:00
Guillaume Nodet
f84f1e0c4b Fix extension resolution that use jdk activation, fixes #300 2021-01-06 15:54:22 +01:00
Peter Palaga
945ad3ef2a Eliminate mutable global state in AbstractLoggingSpy 2021-01-06 12:55:56 +00:00
Peter Palaga
97f3c50503 Reduce the mutable state when initializing DaemonMavenCli 2021-01-06 11:56:32 +00:00
Guillaume Nodet
e639be9a9f Fix logging to use an inheritable thread local, fixes #295 2021-01-05 16:51:18 +01:00