Commit Graph

87 Commits

Author SHA1 Message Date
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
4030f8b5a4 Refactor usage of properties in the client / daemon, fixes #188 2020-11-05 19:42:46 +00:00
Peter Palaga
bb44e7e509 Await idle before the second execution in ExtensionsNativeIT 2020-11-03 21:37:22 +00:00
Guillaume Nodet
39dff61060 Should support core extensions #114 2020-11-02 16:43:41 +01:00
Peter Palaga
fcce52cbd4 User's preference for -T can be stored as mvnd.threads in ~/.m2/mvnd.properties #132 2020-10-31 23:06:05 +00:00
Peter Palaga
652576332a Next is 0.0.12-SNAPSHOT 2020-10-29 12:10:03 +01:00
Peter Palaga
99eda59ce3 Release 0.0.11 2020-10-29 12:09:57 +01:00
Peter Palaga
59a9bbad5b mvnd native executable is not passing -Dkey=val to the daemon #157 2020-10-27 10:38:34 +00:00
Peter Palaga
b78adaf29d Next is 0.0.11-SNAPSHOT 2020-10-26 10:18:21 +01:00
Peter Palaga
29d4380736 Release 0.0.10 2020-10-26 10:18:15 +01:00
Peter Palaga
a248678300 Next is 0.0.10-SNAPSHOT 2020-10-25 17:15:18 +01:00
Peter Palaga
6eb0de84d3 Release 0.0.9 2020-10-25 17:15:18 +01:00
Peter Palaga
4f78bbcec4 Have unique test project module names 2020-10-23 21:44:55 +01:00
Peter Palaga
8f322e7b0b Split daemon module into daemon and dist #130 2020-10-23 18:14:38 +01:00
Peter Palaga
04fda24982 mvnd --status to display memory usage #129 2020-10-23 17:01:53 +02:00
Peter Palaga
4392dd6b3d Test with two threads at least #128 2020-10-23 14:01:30 +02:00
Guillaume Nodet
22f608d5b4 Implement a keep-alive strategy to detect stales connections, fixes #47 2020-10-22 17:44:44 +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
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
Peter Palaga
ec6280f4f7 Downgrade to maven-surefire-plugin 2.22.2 to avoid weird issues 2020-10-17 00:15:22 +02:00
Peter Palaga
0569045ac8 Disable mrm on the CI 2020-10-17 00:15:22 +02:00
Guillaume Nodet
ee17eed282 Fix some logging issues 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
40947fe037 Test a scenario using mvn #92 2020-10-16 14:34:38 +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
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
Peter Palaga
96a4e701a9 Use takari-local-repository for the main build so that mrm-maven-plugin's writes to the local repo are correct 2020-10-07 09:13:44 +02:00
Guillaume Nodet
ef2bd36214 Use a maven proxy for integration tests to speed them up 2020-10-06 17:22:39 +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
2f27012fd2 Delete the test directory so that we can run "mvn install" without cleaning 2020-10-05 12:32:41 +02:00
Guillaume Nodet
98ba2e20e3 Replace the jpm library with the jdk ProcessHandle interface, #36 2020-10-02 10:30:27 +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
9886c5aa8f Wait for the deamon to become idle before rebuilding in UpgradesInBomNativeIT 2020-09-29 13:52:44 +02:00
Peter Palaga
9c1b63eb16 Test BOM edits #9 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
5857d2f18e Next is 0.0.5-SNAPSHOT 2020-08-20 18:19:48 +02:00
Peter Palaga
54965dc700 Release 0.0.4 2020-08-20 18:19:42 +02:00
Peter Palaga
0d89d00f29 Next is 0.0.4-SNAPSHOT 2020-08-15 12:56:21 +02:00
Peter Palaga
8b61ca6637 Release 0.0.3 2020-08-15 12:56:07 +02:00
Peter Palaga
28d0765667 Let mvnd -v show os name and arch 2020-08-15 12:33:58 +02:00