Guillaume Nodet
|
8697cd6151
|
Add missing value in message ordering, fixes #486
|
2021-10-04 15:22:38 +02:00 |
|
github-actions[bot]
|
86fdbe7705
|
Updated CHANGELOG.md
|
2021-10-01 03:15:23 +00:00 |
|
github-actions[bot]
|
55030c903c
|
Updated CHANGELOG.md
|
2021-09-17 03:15:06 +00:00 |
|
Guillaume Nodet
|
c9f9520336
|
Use a single jni.h and use more recent headers clearly labelled as GPLv2 w/CPE
|
2021-09-16 15:32:09 +02:00 |
|
github-actions[bot]
|
45e09d74ee
|
Updated CHANGELOG.md
|
2021-09-16 03:15:02 +00:00 |
|
Guillaume Nodet
|
2c25549a85
|
Merge pull request #478 from gnodet/i477
Make sure the plugin eviction pattern also applies to extensions, fixes #477
|
2021-09-15 06:40:42 +02:00 |
|
github-actions[bot]
|
6239188156
|
Updated CHANGELOG.md
|
2021-09-15 03:15:28 +00:00 |
|
Guillaume Nodet
|
93406a8ec4
|
Make sure the plugin eviction pattern also applies to extensions
|
2021-09-14 15:01:40 +02:00 |
|
Guillaume Nodet
|
58db967056
|
Align with maven PR
|
2021-09-14 14:57:54 +02:00 |
|
Nils Breunese
|
0ffa523952
|
Add instructions for MacPorts
|
2021-09-14 11:23:23 +02:00 |
|
github-actions[bot]
|
e681ab3b09
|
Updated CHANGELOG.md
|
2021-09-09 03:15:03 +00:00 |
|
github-actions[bot]
|
e422e3abe9
|
Updated CHANGELOG.md
|
2021-09-07 16:49:31 +00:00 |
|
Peter Palaga
|
3ac4030a1b
|
Next is 0.6.1-SNAPSHOT
|
2021-09-07 18:33:48 +02:00 |
|
Peter Palaga
|
038257e127
|
Release 0.6.0
0.6.0
|
2021-09-07 18:33:45 +02:00 |
|
Guillaume Nodet
|
edcca276e3
|
Merge pull request #472 from gnodet/speed
Speed improvements
|
2021-09-07 16:52:16 +02:00 |
|
Guillaume Nodet
|
da714c98ac
|
Speed improvement (MNG-7235)
|
2021-09-07 16:27:43 +02:00 |
|
Guillaume Nodet
|
f59cd2a0d1
|
Reformat
|
2021-09-07 16:27:43 +02:00 |
|
Guillaume Nodet
|
f36f531b00
|
Add unmodified DefaultProjectDependencyGraph from maven 3.8.2
|
2021-09-07 16:27:43 +02:00 |
|
Guillaume Nodet
|
0fc2a0d06b
|
Regen completion
|
2021-09-07 16:27:43 +02:00 |
|
Guillaume Nodet
|
fe5a9dd43f
|
Fix formatting
|
2021-09-07 16:27:43 +02:00 |
|
Guillaume Nodet
|
79f448a7f9
|
Add a caching PluginVersionResolver
|
2021-09-07 16:27:43 +02:00 |
|
Guillaume Nodet
|
73c0d06b14
|
Merge pull request #471 from gnodet/mvn-3.8.2
Mvn 3.8.2 support, fixes #457
|
2021-09-07 16:27:21 +02:00 |
|
Guillaume Nodet
|
9ab4d5c738
|
Align dependencies to maven ones
|
2021-09-07 14:13:47 +02:00 |
|
Guillaume Nodet
|
e3b922e140
|
Revert MNG-7170
|
2021-09-07 14:13:47 +02:00 |
|
Guillaume Nodet
|
2cda0ad620
|
Reformat
|
2021-09-07 14:13:47 +02:00 |
|
Guillaume Nodet
|
4b29eeba1f
|
Add stock maven 3.8.2 DefaultModelBuilder
|
2021-09-07 14:13:47 +02:00 |
|
Guillaume Nodet
|
ad376f5e92
|
Revert "#457 Support Maven 3.8.2"
This reverts commit fab202c5f9 .
|
2021-09-07 13:56:36 +02:00 |
|
github-actions[bot]
|
5bdf219bc5
|
Updated CHANGELOG.md
|
2021-09-07 03:14:57 +00:00 |
|
Guillaume Nodet
|
db30a78841
|
Disable the IPC sync context factory by default (can be enabled using the new environment option)
|
2021-09-06 13:04:39 +02:00 |
|
github-actions[bot]
|
6b345fc7d9
|
Updated CHANGELOG.md
|
2021-09-04 03:15:08 +00:00 |
|
Guillaume Nodet
|
15ac33ddcf
|
Fix CPU loop in sync server
|
2021-09-03 17:46:19 +02:00 |
|
github-actions[bot]
|
bdab457993
|
Updated CHANGELOG.md
|
2021-09-03 03:15:23 +00:00 |
|
Guillaume Nodet
|
692df3ecea
|
Make sure mvnd does not build more projects than needed, fixes #464 (#465)
|
2021-09-02 15:32:12 +02:00 |
|
Guillaume Nodet
|
ee49cb3414
|
Provide a way to remove decoration on the standard out/err streams, fixes #356
|
2021-09-02 14:37:19 +02:00 |
|
Guillaume Nodet
|
b6ca242d1e
|
Regen #440
|
2021-09-02 13:50:47 +02:00 |
|
github-actions[bot]
|
a13f90b7fa
|
Updated CHANGELOG.md
|
2021-09-02 03:15:12 +00:00 |
|
Guillaume Nodet
|
230edac5ae
|
Provide an early display of build failures (fixes #361)
Also fix ordering of messages when projects are skipped at the end
|
2021-09-01 15:55:38 +02:00 |
|
github-actions[bot]
|
c98813f433
|
Updated CHANGELOG.md
|
2021-09-01 03:15:26 +00:00 |
|
Guillaume Nodet
|
c95ae1d012
|
Provide an eviction pattern to get rid of classloaders for bad behaving plugins, #440 (#448)
|
2021-08-31 11:27:18 +02:00 |
|
Guillaume Nodet
|
b7b55536dc
|
Merge pull request #450 from gnodet/i417
|
2021-08-31 10:30:51 +02:00 |
|
Guillaume Nodet
|
af832d55f5
|
Fix the ipc sync context when MVND_DAEMON_STORAGE is not set
|
2021-08-31 08:44:54 +02:00 |
|
Guillaume Nodet
|
07042e7a23
|
Fix IpcClient on windows, improve logging
|
2021-08-31 08:44:54 +02:00 |
|
Guillaume Nodet
|
f450097fce
|
Disable failing test
|
2021-08-31 08:44:54 +02:00 |
|
Guillaume Nodet
|
90c4163a56
|
Switch default to jdk 16
|
2021-08-31 08:44:54 +02:00 |
|
Guillaume Nodet
|
aa89bd64ba
|
Introduce a SocketFamily instead
|
2021-08-31 08:44:53 +02:00 |
|
Guillaume Nodet
|
b67ab81c3d
|
Allow unix domain sockets for client/daemon connection (not used by default)
|
2021-08-31 08:43:31 +02:00 |
|
Guillaume Nodet
|
4b75fec3e1
|
Use unix sockets and native compilation for the ipc sync context
|
2021-08-31 08:43:30 +02:00 |
|
Guillaume Nodet
|
34b62a8cc7
|
Use IpcSyncContextFactory by default
|
2021-08-31 08:43:30 +02:00 |
|
Guillaume Nodet
|
b0a199f209
|
Make sure the client env vars are correctly propagated to system properties
|
2021-08-31 08:41:37 +02:00 |
|
dependabot[bot]
|
ebaf0e3c62
|
Bump commons-compress from 1.20 to 1.21
Bumps commons-compress from 1.20 to 1.21.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-31 08:26:19 +02:00 |
|