Commit Graph

168 Commits

Author SHA1 Message Date
Guillaume Nodet
b7c6a8a58b Next is 0.5.3-SNAPSHOT 2021-06-18 16:24:27 +02:00
Guillaume Nodet
7c6cd4fcbc Release 0.5.2 2021-06-18 16:24:22 +02:00
Guillaume Nodet
4616514b6f Merge pull request #436 from gnodet/i429
The JDK_JAVA_OPTIONS environment variable is not honoured, fixes #429
2021-06-18 16:01:12 +02:00
sky
6de7605e45 Attempt to fix bad registry errors, fixes #432 and #433
Fix a possible write a long string in case where the string length is <= 1024 but the encoded size if > 1024.
Truncate long strings and warn instead of throwing an exception which could lead to an invalid registry.
Since the registry data is invalid, the content is emptied to guarantee the next registry will work correct.
This fix is based on #435 provided by @lanmaoxinqing, many thanks !
2021-06-18 14:48:10 +02:00
Guillaume Nodet
d36a226112 The JDK_JAVA_OPTIONS environment variable is not honoured, fixes #429 2021-06-17 13:55:11 +02:00
Guillaume Nodet
ce8c08fd4c Next is 0.5.2-SNAPSHOT 2021-06-04 11:23:14 +02:00
Guillaume Nodet
e091728f6d Release 0.5.1 2021-06-04 11:23:09 +02:00
Guillaume Nodet
8b690282e5 Next is 0.5.1-SNAPSHOT 2021-05-31 11:34:57 +02:00
Guillaume Nodet
ce80fc5ed8 Release 0.5.0 2021-05-31 11:34:53 +02:00
Guillaume Nodet
c29c8ab4ae The client should reserve lines to avoid hops in the output display, fixes #414 2021-05-19 11:46:40 +02:00
Guillaume Nodet
9bcee2977b Fix client problems on WIndows, fixes #387 2021-05-19 11:13:09 +02:00
Guillaume Nodet
c7de207001 Fix fo WSL 2 2021-05-06 18:12:35 +02:00
Guillaume Nodet
585b5a9546 Add the --color option as an alias to -Dstyle.color, fixes #376 2021-04-28 11:53:58 +02:00
Guillaume Nodet
bbbd3a06e8 Merge pull request #391 from Syquel/bugfix/390_token
#390 Restrict usage of mvnd daemons to the current user by utilizing a token check
2021-04-28 09:21:23 +02:00
Guillaume Nodet
b847f602c6 Merge pull request #396 from gnodet/i389
Use a proper property different from the maven-buildtime-extension on…
2021-04-27 14:35:16 +02:00
Guillaume Nodet
fbd4876b9d Fix DaemonRegistry.toString 2021-04-27 14:05:48 +02:00
Guillaume Nodet
50ed5ece37 Switch version to 0.5.0-SNAPSHOT 2021-04-27 11:02:33 +02:00
Guillaume Nodet
5815f7b992 Use a proper property different from the maven-buildtime-extension one, fixes #389 2021-04-12 09:28:31 +02:00
Frederik Boster
784264c087 #390 Restrict usage of mvnd daemons to the current user by utilizing a token check 2021-04-06 20:38:56 +02:00
Peter Palaga
1447249249 Next is 0.4.4-SNAPSHOT 2021-03-19 11:17:50 +01:00
Peter Palaga
e20989ddd4 Release 0.4.3 2021-03-19 11:17:45 +01: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
bc4d2e6176 Leverage Maven's -Dstyle.color to avoid coloring instead of stripping
the ASCII codes in the client
2021-03-10 08:07:03 +01:00
Peter Palaga
90cae47f1a Leverage Maven's -Dstyle.color to avoid coloring instead of stripping the ASCII codes in the client 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
7fb15766b1 Fix color output for file / tty #358 2021-02-15 17:15:15 +01:00
Guillaume Nodet
5fea58611b Start numbering the messages at 1
For some unknown reasons, the tests seem to be more satisfied.  It avoid some IOException in the client.
2021-02-12 09:26:45 +01:00
Guillaume Nodet
28de1df47d Avoid possible class loading deadlock 2021-02-12 09:25:34 +01:00
Guillaume Nodet
e2a419a870 Add a a few debug entries to help diagnosing test failures 2021-02-12 09:18:20 +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
Guillaume Nodet
92ddff964d Fix loading resources from JVM, fixes #277 2021-01-22 10:58:51 +01:00
Guillaume Nodet
eeb17ee18a Fix duplicate space in the javadoc 2021-01-14 15:03:09 +01:00
Guillaume Nodet
9b4172fd61 Add a bit of doc for the various supported keys, #293 2021-01-09 20:14:11 +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
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
c6de4dbd9a Right-pad projectIds to improve mojo readability in the threaded view #288 2021-01-06 20:07:39 +00:00
Peter Palaga
fc2c4076a7 Support short variants of boolean properties #279 2020-12-21 21:43:45 +00:00
Peter Palaga
d3b58e4d34 Next is 0.2.1-SNAPSHOT 2020-12-16 20:59:28 +01:00
Peter Palaga
0cd0b3f046 Release 0.2.0 2020-12-16 20:59:21 +01:00
Peter Palaga
f2cdcf9e5f Maven-like rolling output when the build happens to be linear #269 2020-12-16 19:58:34 +00:00
Peter Palaga
38b7185155 A new daemon is always started on Java 8 #266 #260 #261 2020-12-15 14:20:57 +00:00