Commit Graph

754 Commits

Author SHA1 Message Date
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
Guillaume Nodet
d03c143f94 Provide a native library, fixes #400 2021-04-27 18:09:52 +02:00
Guillaume Nodet
a6457afff7 Fix DaemonCrashTest silently failing 2021-04-27 18:09:30 +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
Jeff Jensen
c7e94759ed README.adoc: add Chocolatey installation option
Add "Install using Chocolatey" section.
2021-04-26 09:06:32 +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
Robert Klaus
01f58faeb7 #393 update Maven version to 3.8.1 2021-04-07 19:36:03 +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
013d893ab1 Preinstall org.apiguardian:apiguardian-api to workaround #281 2021-03-23 14:52:51 +01:00
dependabot[bot]
2f87fdd9d5 Bump xstream from 1.4.15 to 1.4.16
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.15 to 1.4.16.
- [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-03-23 14:52:51 +01: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 0.4.3 2021-03-19 11:17:45 +01:00
Guillaume Nodet
8d8e2fb05c Merge pull request #381 from gnodet/i380
The update of the environment does not work with jdk 16, fixes #380
2021-03-19 10:06:47 +01:00
Guillaume Nodet
74ebee0697 The update of the environment does not work with jdk 16, fixes #380 2021-03-18 21:57:42 +01:00
Guillaume Nodet
c022c38ca0 Merge pull request #378 from gnodet/i375
Upgrade to jansi 2.3.2, fixes #375
2021-03-16 11:41:01 +01:00
Guillaume Nodet
2daac3c158 Merge pull request #377 from lanmaoxinqing/i347
NPE from InvalidatingPluginArtifactsCache, similar to #347
2021-03-16 11:18:31 +01:00
Guillaume Nodet
9d01b35115 Upgrade to jansi 2.3.2, fixes #375 2021-03-16 11:06:33 +01:00
sky
1424213abc NPE from InvalidatingPluginArtifactsCache, similar to #347 2021-03-15 17:55:14 +08:00
Peter Palaga
ee3ae04871 Upgrade to charmixer/auto-changelog-action@v1.2 2021-03-10 08:58:04 +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 0.4.2 2021-03-10 08:07:50 +01:00
Peter Palaga
a809200c46 Await idle in EnvironmentTest 2021-03-10 08:07:03 +01:00
Peter Palaga
7456f53e8a Preinstall org.junit.platform:junit-platform-common to workaround #281 2021-03-10 08:07:03 +01:00
Peter Palaga
783256162c Fix CacheFactoryTest 2021-03-10 08:07:03 +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
Peter Palaga
2f4c70f6ef Improve README 2021-03-10 08:07:03 +01:00
Piotr Findeisen
b4f4c5fc10 Fix typo in README 2021-03-05 20:55:02 +00:00