Guillaume Nodet
aaf4018441
Fix formatting
2020-10-28 15:35:27 +01:00
Guillaume Nodet
e24562c343
Also display diagnostics when the client can not connect to the daemon
2020-10-28 15:34:46 +01:00
Guillaume Nodet
a2a9d5eedf
mvnd-common targets JDK 8, so remove JDK 11 specifics
2020-10-28 15:34:46 +01:00
Guillaume Nodet
c6b27261db
Display the daemon output along the log when diagnosing a daemon failure
2020-10-28 15:34:46 +01:00
Peter Palaga
a805c07a31
ProjectBuildLogAppender not found when starting the daemon #165
2020-10-27 15:20:13 +00:00
Peter Palaga
c2bf936295
Fixup e33f3fca
serialization of long (> 64k) strings, fixes #155
2020-10-26 23:42:15 +00:00
Guillaume Nodet
e33f3fcac9
Fix serialization of long (> 64k) strings, fixes #155
2020-10-26 22:37:58 +01:00
Guillaume Nodet
64ab26b987
Add terminal information when displaying the version
2020-10-26 15:23:10 +01:00
Peter Palaga
73e8a9acb3
mvnd --status throws NumberFormatException in 0.0.9 #147
2020-10-26 08:13:40 +00:00
Peter Palaga
a71033cc94
Remove the superfluous Serializer interface and its implemetation
2020-10-25 11:30:17 +00:00
Peter Palaga
87a94dac10
Do not add mvnd-client.jar to daemon's class path
2020-10-24 14:40:11 +01:00
Peter Palaga
02eed95132
wmic process where processid=<pid> get WorkingSetSize returns a value in bytes
2020-10-23 23:09:58 +02:00
Peter Palaga
bc2fabe788
Polish client status line
2020-10-23 17:20:37 +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
aff9d8f222
Merge pull request #125 from gnodet/env-check
...
Display warning in case of environment mismatch #122
2020-10-22 16:25:25 +02:00
Guillaume Nodet
af762d5721
Display warning in case of environment mismatch #122
2020-10-22 15:27:38 +02:00
Guillaume Nodet
73281d91e0
Better display of the message when creating a new daemon
2020-10-22 15:04:18 +02:00
Guillaume Nodet
7d60a403fd
Fix default logback configuration file
2020-10-22 13:10:28 +02:00
Guillaume Nodet
d8f75d98ff
Remove unused environment property definition
2020-10-22 13:10:28 +02:00
Guillaume Nodet
020c4ef5a9
Rename ServerMain to MavenDaemon to be more explicit, fixes #118
2020-10-21 14:15:41 +02:00
Guillaume Nodet
4f186f3407
Fix the "Building null... (0 cores)" displayed at the beginning, at some bold to make it a bit more pretty, #112
2020-10-21 08:31:52 +02:00
Guillaume Nodet
844c54b62d
Improve progress display, fixes #112
2020-10-20 11:14:15 +02:00
Guillaume Nodet
c9e3feef11
Tone down logging so that the daemon does not log to the screen by default
2020-10-19 13:48:56 +02:00
Peter Palaga
e9b92ae65d
Isolate the integration tests from the local environment #97
2020-10-17 21:57:30 +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
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
4ae7d3ad11
Improve the registry lock failure error message
2020-10-16 15:40:28 +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
Peter Palaga
16a93e4a3a
CachingProjectBuilder ignored #72
2020-09-29 12:25:04 +02:00
Peter Palaga
9c1b63eb16
Test BOM edits #9
2020-09-29 12:25:04 +02:00
Peter Palaga
28d0765667
Let mvnd -v show os name and arch
2020-08-15 12:33:58 +02:00
Peter Palaga
9468e4ae97
Fixup 83dacbf0
Remove --install option
2020-08-14 18:12:51 +02:00
Peter Palaga
6ac2a01c64
Fix #56 Require Java 8+ instead of Java 11+ at runtime
2020-08-14 17:48:54 +02:00