Commit Graph

381 Commits

Author SHA1 Message Date
Guillaume Nodet
c8c5d08e1f Property to configure the default rolling window size (defaults to 2) 2020-11-12 09:22:26 +01:00
github-actions[bot]
94a2a07058 Updated CHANGELOG.md 2020-11-12 03:10:30 +00:00
Guillaume Nodet
d44e3201e0 Fix the readInputLoop so that messages are all delivered and processed in the main thread 2020-11-12 00:40:26 +01:00
Guillaume Nodet
e397627376 Non daemon option, fixes #43 2020-11-11 22:09:26 +01:00
Guillaume Nodet
60ea15cfda Revert "Reduce the sleep time"
This reverts commit e40d2bbf26.
2020-11-11 21:53:19 +01:00
Guillaume Nodet
c5e56d0b35 Improve display with an easy opt-out option and support for dumb terminals, fixes #116 and #131 2020-11-11 21:27:03 +01:00
Guillaume Nodet
e40d2bbf26 Reduce the sleep time 2020-11-11 20:20:52 +01:00
Guillaume Nodet
a96616a751 Do not pass the maxKeepAlive as a parameter 2020-11-11 20:20:52 +01:00
Peter Palaga
52f46a3e90 Enforce assertions in the native image so that we can remove volatile from some TerminalOutput fields 2020-11-11 11:16:13 +00:00
Peter Palaga
45b8d6c56f Padd the status line elements so that they do not move left and right as the build is progressing 2020-11-11 11:16:13 +00:00
github-actions[bot]
1f52c06a58 Updated CHANGELOG.md 2020-11-11 03:10:02 +00:00
Peter Palaga
c46c38fd0d Throw an IllegalStateException with an informative message 2020-11-10 21:17:47 +01:00
Peter Palaga
66e43362cc Reduce the number of Message subclasses 2020-11-10 20:11:12 +00:00
Guillaume Nodet
0800aeb791 Implement build cancelation, fixes #127 2020-11-10 18:20:03 +00:00
github-actions[bot]
02ef4a2fc2 Updated CHANGELOG.md 2020-11-10 03:11:45 +00:00
Peter Palaga
734fe6a71b Log env resolution at TRACE 2020-11-09 21:00:55 +00:00
Guillaume Nodet
2b6f604d5e Fix final output 2020-11-09 21:00:55 +00:00
Peter Palaga
03d6d49e7b Client: have just one event queue and one consuming thread #133 2020-11-09 21:00:55 +00:00
Peter Palaga
243fceae9c Simplify reporting of terminal info 2020-11-09 21:00:55 +00:00
github-actions[bot]
e37d2452d2 Updated CHANGELOG.md 2020-11-09 03:11:24 +00:00
github-actions[bot]
d464840013 Updated CHANGELOG.md 2020-11-08 03:11:28 +00:00
github-actions[bot]
04764f9d67 Updated CHANGELOG.md 2020-11-07 03:11:16 +00:00
Peter Palaga
d409ed7970 Move logback.xml so that it is not seen on its default location by the JVM running the tests 2020-11-06 22:05:52 +00:00
Peter Palaga
3e920024ae Remove unneeded method from DaemonClientConnection 2020-11-06 22:05:52 +00:00
Peter Palaga
cd3e285135 No need to pass a lazy DaemonParameters to DefaultClient 2020-11-06 22:05:52 +00:00
Peter Palaga
838691641b Make DaemonParameters immutable 2020-11-06 22:05:52 +00:00
Guillaume Nodet
2a0ed8f554 Support for interactive prompts, fixes #180 2020-11-06 20:31:27 +01:00
Guillaume Nodet
2deea59978 Fix daemon log file for integration tests 2020-11-06 18:16:29 +01:00
Guillaume Nodet
97cde29e84 Allow passing additional jvm args to the daemon, fixes #174 2020-11-06 09:37:08 +00:00
Guillaume Nodet
a6e4c47aaa Merge pull request #190 from gnodet/refactor
Use issue annotations, move some classes out of org.apache.maven package
2020-11-06 10:26:00 +01:00
Guillaume Nodet
7e6e127f92 Move some classes from org.apache.maven to org.jboss.fuse.mvnd 2020-11-06 10:04:58 +01:00
Guillaume Nodet
314487b732 Use sisu annotations instead of plexus components.xml 2020-11-06 10:04:58 +01:00
Guillaume Nodet
b78d4c6a0a Pass the mvnd.daemon.storage system property to the daemon as it is used to store daemon log events 2020-11-06 10:04:32 +01:00
github-actions[bot]
5a7bab581c Updated CHANGELOG.md 2020-11-06 03:10:56 +00:00
Guillaume Nodet
4030f8b5a4 Refactor usage of properties in the client / daemon, fixes #188 2020-11-05 19:42:46 +00:00
Guillaume Nodet
759ca73c2d Update readme with more uptodate version info 2020-11-05 16:32:58 +01:00
github-actions[bot]
e239544bea Updated CHANGELOG.md 2020-11-05 03:10:55 +00:00
Guillaume Nodet
434632933c Merge pull request #186 from gnodet/jvm-checks
Add JVM memory expiration checks, use a specific timeout for checks
2020-11-04 12:48:10 +01:00
Guillaume Nodet
1bd016a5d0 Add JVM memory expiration checks, use a specific timeout for checks 2020-11-04 11:53:27 +01:00
Dave Syer
0da1f0b252 Fix spelling error in console logs
mistmach -> mismatch
2020-11-04 10:33:11 +00:00
github-actions[bot]
ca9f184a14 Updated CHANGELOG.md 2020-11-04 03:10:38 +00:00
Peter Palaga
bb44e7e509 Await idle before the second execution in ExtensionsNativeIT 2020-11-03 21:37:22 +00:00
Peter Palaga
7d0380b2b4 Deliver the same slf4j version as Maven 3.6.3 and manage jcl-over-slf4j properly 2020-11-03 21:37:22 +00:00
github-actions[bot]
116ac4f175 Updated CHANGELOG.md 2020-11-03 03:10:29 +00:00
Guillaume Nodet
618feeaaa7 Merge pull request #181 from gnodet/issue-114
Support for core extensions
2020-11-02 16:53:39 +01:00
Guillaume Nodet
39dff61060 Should support core extensions #114 2020-11-02 16:43:41 +01:00
Guillaume Nodet
a95ac9e4dc Fail fast if the daemon can not be started, fixes #162 2020-11-02 16:37:15 +01:00
Guillaume Nodet
5b5eab4908 Avoid possible NPE when deserializing a BuildException 2020-11-02 16:36:36 +01:00
github-actions[bot]
fb0ab1ffac Updated CHANGELOG.md 2020-11-02 03:10:06 +00:00
Peter Palaga
96b8730e62 Separate BuildStarted message to avoid serializing via Propertries.[load|write]() 2020-11-01 21:41:26 +00:00