Commit Graph

873 Commits

Author SHA1 Message Date
github-actions[bot]
ba6224e101 Updated CHANGELOG.md 2021-06-29 03:17:09 +00:00
github-actions[bot]
b59bbe4bba Updated CHANGELOG.md 2021-06-28 03:17:03 +00:00
github-actions[bot]
090e2bd399 Updated CHANGELOG.md 2021-06-27 03:16:43 +00:00
github-actions[bot]
a0efb8ea74 Updated CHANGELOG.md 2021-06-26 03:16:56 +00:00
github-actions[bot]
5778548d85 Updated CHANGELOG.md 2021-06-25 03:16:41 +00:00
github-actions[bot]
1b4b12c93b Updated CHANGELOG.md 2021-06-24 03:10:34 +00:00
github-actions[bot]
6939f7fa7c Updated CHANGELOG.md 2021-06-23 03:14:50 +00:00
github-actions[bot]
4b357ca401 Updated CHANGELOG.md 2021-06-22 03:15:44 +00:00
github-actions[bot]
0c64f3878d Updated CHANGELOG.md 2021-06-21 03:18:21 +00:00
github-actions[bot]
261bd2496d Updated CHANGELOG.md 2021-06-18 16:14:52 +00:00
Guillaume Nodet
b7c6a8a58b Next is 0.5.3-SNAPSHOT 2021-06-18 16:24:27 +02:00
Guillaume Nodet
7c6cd4fcbc Release 0.5.2 0.5.2 2021-06-18 16:24:22 +02:00
Guillaume Nodet
9d311e5ba0 Merge pull request #431 from gnodet/global-build-time
The build time event spy should aggregate values for each mojo #430
2021-06-18 16:01: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
Guillaume Nodet
40bb6488b8 Merge pull request #437 from gnodet/i434
Add a system property to configure the idle timeout on the ipc sync s…
2021-06-18 16:01:04 +02:00
Guillaume Nodet
3c83652a1d Merge pull request #439 from gnodet/i432
Attempt to fix bad registry errors, fixes #432 and #433
2021-06-18 16:00:53 +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
75c30ec52f Add a system property to configure the idle timeout on the ipc sync server 2021-06-18 08:10:47 +02:00
Guillaume Nodet
3a3ccf741d Remove some warnings in the build 2021-06-18 07:59:34 +02:00
Guillaume Nodet
df44238c26 Fix the JDK_JAVA_OPTIONS 2021-06-17 17:32:06 +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
268c705106 The build time event spy should aggregate values for each mojo, fixes #430 2021-06-16 16:20:19 +02:00
github-actions[bot]
7c8f17886c Updated CHANGELOG.md 2021-06-16 03:18:50 +00:00
Guillaume Nodet
23f40bc5ad Merge pull request #428 from gnodet/test-jdk16
JDK 16 support, fixes #427
2021-06-15 18:52:05 +02:00
Guillaume Nodet
4fe532addf Open java.io and sun.nio.fs 2021-06-15 17:10:03 +02:00
Guillaume Nodet
6524569d94 Modify the environment test to check for mismatches 2021-06-15 16:40:38 +02:00
Guillaume Nodet
20e4d48ebc Fix tests on JDK 16 2021-06-15 15:37:12 +02:00
Guillaume Nodet
65ce1448dd Check jdk16 2021-06-15 12:54:26 +02:00
github-actions[bot]
edda664478 Updated CHANGELOG.md 2021-06-15 03:20:03 +00:00
github-actions[bot]
5106465dbe Updated CHANGELOG.md 2021-06-14 03:23:15 +00:00
github-actions[bot]
f5d6f82869 Updated CHANGELOG.md 2021-06-13 03:18:38 +00:00
github-actions[bot]
059eef634e Updated CHANGELOG.md 2021-06-12 03:17:46 +00:00
github-actions[bot]
add625aad6 Updated CHANGELOG.md 2021-06-11 03:23:19 +00:00
github-actions[bot]
fc48bd1914 Updated CHANGELOG.md 2021-06-10 03:32:51 +00:00
github-actions[bot]
344c20a521 Updated CHANGELOG.md 2021-06-09 03:40:38 +00:00
github-actions[bot]
6a8d83182b Updated CHANGELOG.md 2021-06-08 04:02:44 +00:00
github-actions[bot]
fec0762e67 Updated CHANGELOG.md 2021-06-07 04:25:38 +00:00
github-actions[bot]
8e01cb9dbc Updated CHANGELOG.md 2021-06-06 04:14:39 +00:00
github-actions[bot]
6aa61ba078 Updated CHANGELOG.md 2021-06-05 04:15:39 +00:00
github-actions[bot]
e63db7eea8 Updated CHANGELOG.md 2021-06-04 11:09:57 +00: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 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