Commit Graph

933 Commits

Author SHA1 Message Date
Guillaume Nodet
ce8c08fd4c Next is 0.5.2-SNAPSHOT 2021-06-04 11:23:14 +02:00
Guillaume Nodet
e091728f6d Release 0.5.1 0.5.1 2021-06-04 11:23:09 +02:00
Guillaume Nodet
1af6dfd13a Remove the -rf limitation from the readme now that -r has been added 2021-06-04 11:20:32 +02:00
github-actions[bot]
377221fb15 Updated CHANGELOG.md 2021-06-04 09:08:55 +00:00
Guillaume Nodet
24af2d9a30 Merge pull request #420 from gnodet/i418
Parallel build fails due to missing JAR artifacts in compilePath
2021-06-04 09:57:44 +02:00
Guillaume Nodet
f663398ce5 Merge pull request #421 from gnodet/i419
Fix concurrent build of projects when using forked lifecycles
2021-06-04 09:57:35 +02:00
Guillaume Nodet
3030fbbef4 Merge pull request #423 from gnodet/i422
Fix the environment update, fixes #422
2021-06-04 09:57:25 +02:00
Guillaume Nodet
7af2907956 Merge pull request #425 from gnodet/i424
The IPC server shuts down after one minute during the build
2021-06-04 09:57:16 +02:00
Guillaume Nodet
a848e178b2 Make the sure the usage timestamp of the IPC sync context server is updated after each request, fixes #424 2021-06-04 08:48:36 +02:00
Guillaume Nodet
88e7060f2c Better display for IPC sync contexts, #424 2021-06-04 08:47:45 +02:00
github-actions[bot]
2beb4cbbb7 Updated CHANGELOG.md 2021-06-04 04:40:19 +00:00
github-actions[bot]
b98cb3ec5e Updated CHANGELOG.md 2021-06-03 05:11:38 +00:00
Guillaume Nodet
2db9e89f83 Fix the environment update, fixes #422 2021-06-02 16:57:28 +02:00
Guillaume Nodet
71631fd191 Parallel build fails due to missing JAR artifacts in compilePath, fixes #418 2021-06-02 11:11:00 +02:00
Guillaume Nodet
41a380bff1 Fix concurrent build of projects when using forked lifecycles, fixes #419 2021-06-02 08:02:27 +02:00
Guillaume Nodet
6223486809 Add next version changelog 2021-06-01 08:30:06 +02:00
github-actions[bot]
e7c1d2973f Updated CHANGELOG.md 2021-05-31 15:13:12 +00: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 0.5.0 2021-05-31 11:34:53 +02:00
Guillaume Nodet
3b6a164db3 Fix the client log configuration on windows 2021-05-21 16:15:43 +02:00
Guillaume Nodet
808d62d161 Make sure the IpClient does not block forever when something wrong happens 2021-05-20 14:23:27 +02:00
Guillaume Nodet
1c202e80d1 Make sure the current directory is changed when processing a new maven request, fixes #397 2021-05-20 14:22:44 +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
03e7e8ec01 Merge pull request #413 from gnodet/i351
Support -r / --resume option, fixes #351
2021-05-19 10:16:46 +02:00
Guillaume Nodet
38cd544224 Merge pull request #412 from mvndaemon/dependabot/maven/com.thoughtworks.xstream-xstream-1.4.17
Bump xstream from 1.4.16 to 1.4.17
2021-05-19 09:28:15 +02:00
Guillaume Nodet
3c9f787b00 Support -r / --resume option, fixes #351 2021-05-19 09:27:14 +02:00
dependabot[bot]
670cecf405 Bump xstream from 1.4.16 to 1.4.17
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.16 to 1.4.17.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 20:42:36 +00:00
Guillaume Nodet
7621dfe4c4 Merge pull request #330 from gnodet/i276
Do not run server threads as daemon as it causes problems with the exec-maven-plugin (#276)
2021-05-18 16:27:58 +02:00
Guillaume Nodet
744afa88f0 Merge pull request #399 from gnodet/synccontext
Upgrade maven 3.8.1 + prototype for global lock
2021-05-18 16:08:31 +02:00
Guillaume Nodet
4cfaf7aaf9 Improve events reporting for forked lifecycles (#411) 2021-05-18 16:08:15 +02:00
Guillaume Nodet
64d1f8d6b0 Do not run server threads as daemon as it causes problems with the exec-maven-plugin, fixes #276 2021-05-18 16:02:02 +02:00
Guillaume Nodet
6a7f172412 Fix the number of cancelled daemons displayed 2021-05-18 15:58:44 +02:00
Guillaume Nodet
3aa356433d Add a global synccontext implementation 2021-05-18 15:35:01 +02:00
sky
69da77be0e Remove takari-local-repository extension 2021-05-06 20:23:41 +02:00
Guillaume Nodet
3577951ed5 Raise timeout a bit 2021-05-06 20:22:38 +02:00
Guillaume Nodet
c7de207001 Fix fo WSL 2 2021-05-06 18:12:35 +02:00
Guillaume Nodet
252ef0b85e Upgrade to jline 3.20.0 2021-05-04 10:27:21 +02:00
Michael Goldschmidt
57df40216f Global mvn settings.xml via mvnd.properties #383 (#386)
Improve doc related to configuration, add a few properties to the mvnd.properties included in the distribution.
Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
2021-04-28 18:09:10 +02:00
Guillaume Nodet
1225da1a84 Merge pull request #406 from gnodet/i405
Fix ConcurrentModificationException in the cache, fixes #405
2021-04-28 17:02:37 +02:00
Guillaume Nodet
a163cf0d80 Fix ConcurrentModificationException in the cache, fixes #405 2021-04-28 16:02:54 +02:00
Guillaume Nodet
56a8b2d533 Merge pull request #404 from gnodet/i376
Add the --color option as an alias to -Dstyle.color, fixes #376
2021-04-28 15:55:06 +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
cec1b33aa1 Merge pull request #394 from robertk3s/feature/#393_support_mvn_3_8_1
#393 update Maven version to 3.8.1
2021-04-28 11:15:57 +02:00
Guillaume Nodet
053aa2e248 Merge pull request #403 from gnodet/up
Upgrade formatter / impsort plugins
2021-04-28 10:34:58 +02:00
Guillaume Nodet
3af0884498 Upgrade formatter / impsort plugins 2021-04-28 09:54:21 +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
76eab72299 Merge pull request #402 from gnodet/i364
Add an expiration strategy if the system has less than 5% memory available, fixes #364
2021-04-28 08:53:05 +02:00
Guillaume Nodet
c6d32c68c6 Merge pull request #401 from gnodet/i400
Provide a native library, fixes #400
2021-04-28 08:52:13 +02:00
Guillaume Nodet
9991dce385 Add an expiration strategy if the system has less than 5% memory available, fixes #364 2021-04-27 18:16:50 +02:00