Commit Graph

88 Commits

Author SHA1 Message Date
Peter Palaga
6eb0de84d3 Release 0.0.9 2020-10-25 17:15:18 +01:00
Peter Palaga
a71033cc94 Remove the superfluous Serializer interface and its implemetation 2020-10-25 11:30:17 +00:00
Peter Palaga
8f322e7b0b Split daemon module into daemon and dist #130 2020-10-23 18:14:38 +01:00
Peter Palaga
8efcf615d8 Simplify logging 2020-10-23 14:00:16 +02:00
Guillaume Nodet
22f608d5b4 Implement a keep-alive strategy to detect stales connections, fixes #47 2020-10-22 17:44:44 +02:00
Guillaume Nodet
7dbb371a06 Split the long line
Co-authored-by: Peter Palaga <ppalaga@redhat.com>
2020-10-22 16:33:36 +02:00
Guillaume Nodet
35467c4b11 Update daemon/src/main/java/org/apache/maven/cli/DaemonMavenCli.java
Co-authored-by: Peter Palaga <ppalaga@redhat.com>
2020-10-22 16:16:36 +02:00
Guillaume Nodet
af762d5721 Display warning in case of environment mismatch #122 2020-10-22 15:27:38 +02:00
Guillaume Nodet
0c032230cd Add dependency to fix the build order 2020-10-22 13:40:00 +02:00
Guillaume Nodet
0656e1337a Use a loopback address instead of 0.0.0.0 2020-10-22 13:39:47 +02:00
Guillaume Nodet
3fb67e45d8 Leave 1 processor unused on the daemon by default, fixes #111 2020-10-21 14:10:35 +02:00
Guillaume Nodet
844c54b62d Improve progress display, fixes #112 2020-10-20 11:14:15 +02:00
Guillaume Nodet
a735fac8e9 Fix mvnd.sh script 2020-10-20 11:13:05 +02:00
Peter Palaga
ac10e907e0 Next is 0.0.9-SNAPSHOT 2020-10-19 20:53:12 +02:00
Peter Palaga
1d7b990194 Release 0.0.8 2020-10-19 20:53:06 +02:00
Peter Palaga
854f204b17 Next is 0.0.9-SNAPSHOT 2020-10-19 20:29:24 +02:00
Peter Palaga
bead599fea Release 0.0.8 2020-10-19 20:29:18 +02:00
Peter Palaga
1b3a13a28f Unnecessary directory in the 0.0.7 zip archive #107 2020-10-19 20:18:57 +02:00
Peter Palaga
dee8cd72dc Next is 0.0.8-SNAPSHOT 2020-10-19 15:50:25 +02:00
Peter Palaga
36c29d2d6f Release 0.0.7 2020-10-19 15:50:18 +02:00
Guillaume Nodet
d773bd378a Grab and redirect standard streams, fixes #100 2020-10-19 13:48:56 +02:00
Guillaume Nodet
9834f77a41 Fix usage of MVND_HOME / MAVEN_HOME 2020-10-19 13:48:56 +02:00
Peter Palaga
90b4c3522a Fix license header in EventSpyDispatcher 2020-10-17 21:56:19 +02:00
Peter Palaga
94e1e2e05d Add NOTICE LICENSE and README to the distro 2020-10-17 00:15:22 +02:00
Guillaume Nodet
a9364ac611 Partial revert to fix windows integration test 2020-10-17 00:00:43 +02:00
Guillaume Nodet
2cd6b46d5a Fix problems when reusing artifacts that are part of the build by disabling URL caching and using more atomic operations on the CliPluginRealmCache 2020-10-16 23:38:10 +02:00
Guillaume Nodet
ee17eed282 Fix some logging issues 2020-10-16 23:38:10 +02:00
Guillaume Nodet
2ac9199bd0 Reformat 2020-10-16 23:38:10 +02:00
Guillaume Nodet
7f902fe0d2 Tone down smart builder logging 2020-10-16 23:38:10 +02:00
Peter Palaga
56d5643ff8 Re-layout the distro so that mvn is not in bin #91 2020-10-16 15:41:07 +02:00
Peter Palaga
c89134ba5d Adapt mvn.cmd #93 2020-10-16 14:45:12 +02:00
Peter Palaga
6e78078b81 Copy mvn.cmd from Maven 3.6.3 2020-10-16 14:43:06 +02:00
Peter Palaga
3984a39dcd Fix license headers 2020-10-16 12:32:46 +02:00
Peter Palaga
68fcf3d733 Merge pull request #89 from gnodet/fix-mvn
Fix mvn
2020-10-14 10:37:32 +02:00
Guillaume Nodet
8f62823e5d Support for the -X / --debug / --quiet arguments on the command line 2020-10-13 17:40:01 +02:00
Guillaume Nodet
6f5928347c Remove warnings from the build 2020-10-13 10:38:56 +02:00
Guillaume Nodet
556aca3603 Add a mvn script and improve mvns display 2020-10-12 21:21:17 +02:00
Guillaume Nodet
c455b1ee15 Remove warnings from the build 2020-10-12 20:50:28 +02:00
Guillaume Nodet
f57105875e Fix display (#88)
* Fix problems when not enough lines to display
* Fix out-of-order events that cause problems on the client the display
2020-10-09 17:19:02 +02:00
Guillaume Nodet
dd32f41580 Provide smarter output on the client, fixes #77
All events are directly forwarded to the client.  The client is now responsible for ordering them per project and displaying them if needed.  A thread is now started to read the terminal input with support for '+' to display one more line per project, '-' to display one line less, and 'Ctrl+L' to redraw the display which could become messed if the build messages are a bit unusual (this may require a better fix though).
2020-10-07 13:56:04 +02:00
Guillaume Nodet
b9e44f5902 Replace the mvnd-common dependency from slf4j-simple to slf4j-api 2020-10-05 12:34:00 +02:00
Guillaume Nodet
98ba2e20e3 Replace the jpm library with the jdk ProcessHandle interface, #36 2020-10-02 10:30:27 +02:00
Guillaume Nodet
b99ba8acea Actually remove the project id from the MDC #78 2020-10-01 10:31:20 +02:00
Guillaume Nodet
5135cb0928 The output of modules being built in parallel is interleaved, fixes #78 2020-10-01 10:22:18 +02:00
Peter Palaga
0eaf5a7627 Next is 0.0.7-SNAPSHOT 2020-09-29 14:13:41 +02:00
Peter Palaga
c83ca1bb5b Release 0.0.6 2020-09-29 14:13:35 +02:00
Peter Palaga
16a93e4a3a CachingProjectBuilder ignored #72 2020-09-29 12:25:04 +02:00
Peter Palaga
81d8f5bf01 Next is 0.0.6-SNAPSHOT 2020-09-17 09:33:50 +02:00
Peter Palaga
37b9dfb6dd Release 0.0.5 2020-09-17 09:33:44 +02:00
Peter Palaga
dfba788fc9 Cannot re-use daemon with sdkman java 8.0.265.hs-adpt 2020-09-16 13:38:59 +02:00