Commit Graph

594 Commits

Author SHA1 Message Date
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
github-actions[bot]
6deaa033bf Updated CHANGELOG.md 2021-01-10 03:46:07 +00:00
Peter Palaga
0ee89b9a5d Use mvnd instead of mvn in the help output 2021-01-09 22:06:05 +00:00
Guillaume Nodet
9b4172fd61 Add a bit of doc for the various supported keys, #293 2021-01-09 20:14:11 +00:00
github-actions[bot]
7a102fa443 Updated CHANGELOG.md 2021-01-09 03:40:44 +00:00
Peter Palaga
7dd3d5da70 NPE after pressing CTRL+B in the client #324 2021-01-08 23:28:17 +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
Falko Modler
3beb854cc9 Fix TestUtils imports 2021-01-08 20:21:35 +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
0f438bdb09 One more attempt to workaround #281 2021-01-08 13:14:44 +00:00
Falko Modler
b958a91405 Add TOC to README.adoc 2021-01-08 11:41:47 +00:00
github-actions[bot]
a9d0f4dbfb Updated CHANGELOG.md 2021-01-08 03:40:33 +00:00
Peter Palaga
aea39765bc Update the demo video in the README.adoc 2021-01-07 17:31:30 +01:00
github-actions[bot]
8ec92718eb Updated CHANGELOG.md 2021-01-07 15:50:41 +00: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 0.3.0 2021-01-07 16:48:52 +01:00
Romain Manni-Bucau
440ed76b3c Replace mvnd --completion by a plain source now the bash file is in the distrib 2021-01-07 09:02:26 +00:00
Peter Palaga
aae395e8b2 Speed up bash completion loading by packaging it as a file in the ZIP distribution #296 2021-01-07 07:29:14 +00:00
github-actions[bot]
445c893d82 Updated CHANGELOG.md 2021-01-07 03:38:57 +00: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
d6464ed790 Use an agent to support processes launched with redirected io, fixes #241 2021-01-06 17:25:08 +01: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