Releases: apache/maven-mvnd
Releases · apache/maven-mvnd
1.0.0-m1
This release embeds Maven 4.0.0-alpha-3 which has a few incompatibilities that are to be solved in the next alpha releases.
What's Changed
- Fixed a typo of build mvnd in README by @WillemJiang in #709
- Release the read lock in a finally block by @essobedo in #703
- Calculate java home from java command by @gzm55 in #716
- Sync entry scripts with maven 3.8.6 by @gzm55 in #711
- Upgrade to groovy 4 by @gnodet in #735
- Switch to maven 4.0.0-alpha-2 by @gnodet in #718
- Upgrade parent pom to 38 by @gnodet in #738
- Fix possible NullPointerException by @gnodet in #739
- Switch graalvm to 22.3.0 by @gnodet in #740
- Fix usage of the wrong groovy plugin by @gnodet in #743
- Clean up and upgrade dependencies/plugins versions by @gnodet in #741
- Update ITs to recent maven plugins by @gnodet in #744
- Reset system properties after calling event syps by @oehme in #729
- Add more discriminating properties to the daemon by @oehme in #749
- Fix daemon JVM start options (follow-up to #749) by @gnodet in #751
- Clean up some warnings during the build by @gnodet in #750
- Build mostly static native image, loose linux glibc requirement to 2.12 by @gzm55 in #730
- Display plugin's goal prefix and version instead of artifactId by @gnodet in #748
- Support redirecting input from client to daemon, #541 by @gnodet in #581
- Fixup #716 Calculate java home from java command by @ppalaga in #721
- Always display failed and main project at the end (fixes #723) by @gnodet in #724
- Use
mvnd verify
as example instead ofmvnd clean install
by @plamentotev in #734 - Use muti-release jar to fallback mvnd-client to original maven by @gzm55 in #722
- Update Maven to 4.0.0-alpha-3 and Maven Resolver to 1.9.2 by @cstamas in #742
- Add an option to specify the debug address and display info when starting (fixes #737) by @gnodet in #753
- Move signal handling into its own class by @gnodet in #754
- Add a mvnd.rawStreams property by @gnodet in #719
New Contributors
- @WillemJiang made their first contribution in #709
- @essobedo made their first contribution in #703
- @gzm55 made their first contribution in #716
- @oehme made their first contribution in #729
- @plamentotev made their first contribution in #734
Full Changelog: 0.8.2...1.0.0-m1
0.8.2
Fixed bugs:
- SimpleAppender omits stacktraces #696
- Possible problem when resizing the daemon registry #695
- mvnd does not load from
svc/.mvn
if-f svc/pom.xml
is applied (mvn does) #694
Closed issues:
- Maven extensions have a wrong parent classloader #690
- Fail to install mvnd from SDKMAN! on Apple M1 machine #688
- M2E integration #687
- Console coloring is off when artifact download is under way #685
- mvnd not extends parent properties? #674
- release .tar.gz format precompiled binary archives #668
- Error occurred during initialization of VM , Could not reserve enough space for 2097152KB object heap #644
Merged pull requests:
- Fix maven extensions' parent classloader (fixes #690) #702 (gnodet)
- SimpleAppender omits stacktraces (fixes #696) #700 (gnodet)
- Fix for JUnit test failing on Windows #699 (theit)
- Fix the bash completion template (#670, #682) #698 (gnodet)
- Handle the multimodule project directory as early as possible (fixes #694) #697 (gnodet)
- Add tar.gz binaries in the release #692 (gnodet)
- Update GraalVM to 22.2.0 #689 (kwin)
- Fixes module id coloring on Maven transfer. #686 (cstamas)
0.8.1
Implemented enhancements:
Fixed bugs:
- bash-completion gives error "__git_reassemble_comp_words_by_ref: command not found" #670
- Daemon suddenly stopped working - BufferUnderflowException #645
- Fix plugins' parent classloader to not include libraries, fixes #681 #683 (gnodet)
- Allow to the registry to be resized to avoid registry corruption (#645) #646 (gnodet)
Closed issues:
- ClassNotFoundException when starting jetty with jetty-maven-plugin #681
- Use interpolation when loading properties #676
- How do I change the JDK dynamically #675
- Ability to configure the daemon storage location #673
- Deployed timestamped snapshot version does not change #672
- Logs go to stdout breaking scripts #671
- release .tar.gz format precompiled binary archives #668
- Exception in thread "main" java.io.UncheckedIOException: java.nio.charset.MalformedInputException: Input length = 1 #667
- Hashes missing from latest release (0.8.0) #666
- Improved support for IntelliJ Idea #664
- Missing argument for option -D #662
- Support Maven 3.8.6 #660
- Cannot suppress debug logging as of 0.8.0 on Homebrew on M1 Mac (previous versions didn't have this issue) #656
- mvnd goal execution id display inconsistent with Maven #653
- Add scoop installation to readme #640
Merged pull requests:
- Improve Intellij integration, fixes #664 #684 (gnodet)
- Add missing function for mvnd-bash-completion, fixes #670 #682 (gnodet)
- System properties should have precedence over environment variables, fixes #675 #680 (gnodet)
- Missing argument for option -D, fixes #662 #679 (gnodet)
- Ability to configure the daemon storage location, fixes #673 #678 (gnodet)
- Update to Maven 3.8.6 #660 #661 (robertk3s)
- Revert "Remove unused logback-client.xml file", fixes #656 #658 (gnodet)
- Make mvnd coloring more consistent with maven, fixes #653 #654 (gnodet)
- Add asdf install method #652 (mattnelson)
- Cleanup #650 (gnodet)
- Update release scripts #648 (gnodet)
- Add scoop.sh to install instructions #647 (bonepl)
- Configure execution bit for required scripts in source distribution #643 (hboutemy)
- Update RELEASING.adoc #641 (delanym)
New Contributors:
0.8.0
Closed issues:
- building libmvndnative.* creates root files in target directory #627
- Update to latest maven 3.8.5? #615
- [bug] The first exec mvnd clean install is failed every time #613
- clean fails cause of locked files #611
- mvnd on Windows throws
java.lang.NumberFormatException: For input string: "self"
#608 mvnd.exe
gives error about DLL #607- Log purging goes to stdout breaking scripts #604
- java.nio.BufferUnderflowException occurs when I run any mvnd command #601
- NPE #597
- Avoid caching parent with a version containing a property #594
- How to integrate mvnd in jenkins? #592
- When MVND is used to compile a project, the addClasspath parameter in the manifest of the configuration item compiled by maven-jar-plugin is invalid, and the class-path parameter is missing in the manifest. MF file in the compiled JAR package #590
- docker jenkins mvnd configured build error! #589
- Local settings.xml results current folder used as repository #588
- will there be an official docker image on docker hub #587
- No message received within 3000ms, #584
java.lang.NoSuchMethodError: org.apache.maven.project.MavenProject.setArtifacts(Ljava/util/Set;)V
#579- Daemon reuse ignores differences in
.mvn/jvm.config
#576 - Speed comparison between mvn and mvnd #575
- not fast #570
- I failed to execute 'mvnd -version' on my MAC #569
- I failed to execute MVND on MAC #568
- Cannot change Platform Encoding #567
- NoSuchFileException when using the compile phase with reactor dependencies with classifiers #564
- Let JVM set max heap size instead of a default value of 2GB (
mvnd.maxHeapSize
) #560 - mvnd doesn't work with duplicate-finder-maven-plugin #559
- build failed in some projects #558
- macOS Monterey doesn't work with mvnd #554
- The ${MVND_HOME}/mvn/conf/setting.xml is not used #553
- How to solve version declaration setting in pom.xml #551
- mvnd with lombok error #550
- How do i set other maven repository? #549
- java 8 can't use #547
- mvnd maven plugin #546
- git bash show “bash: mvnd: command not found” on win 10 #545
- jdk 1.8 exception #544
- create Apache source-release distribution archive #543
- Refactor build & release workflow #542
- Does not support the spring-boot-maven-plugin #537
- mvn clean slow on Windows - alternative implementation #536
- Improve the doc text of
mvnd.pluginRealmEvictPattern
option #533 - Investigate the setEnv logic across JDK / OS #528
- Build hang and CPU skyrocket with sisu-index:indexMojo #527
- [discuss]
maven.version
conflict in pom.xml & system property #516 - Parallel build fails with NoSuchFileException for target/classes #500
- Second "clean" build in fails on Windows due to locked files #115
Merged pull requests:
- Use the easier --user option of docker #639 (gnodet)
- Use maven-mvnd as a distribution name #638 (gnodet)
- Use sisu apt processor #636 (gnodet)
- Drop Maven dupe classes #633 (cstamas)
- FIx files generated with wrong user id, fixes #627 #632 (gnodet)
- Reproducible build for the native library on windows #631 (gnodet)
- Move BuildProperties to the client #630 (gnodet)
- don't skip build/ in source archive #629 (hboutemy)
- prepare Reproducible Builds #626 (hboutemy)
- only publish sha256, skip md5+sha1+sha512 #625 (hboutemy)
- Replace
github.com/mvndaemon/mvnd
references #622 (Stephan202) - Upgrade to auto changelog 1.2 #621 (gnodet)
- Reapply Refactor build and release workflows #574 #620 (gnodet)
- Fix typos in readme #618 (Bananeweizen)
- Use err stream when purging logs during a build, fixes #604 #617 (gnodet)
- Maven385 #616 (gnodet)
- Handle BufferUnderflowException as a possible registry corruption #614 (gnodet)
- Make
DaemonRegistry.getProcessId0
more robust #612 (jglick) - Remove default values for heap options #610 (gnodet)
- Fix mvn/bin/mvn debug output #606 (gnodet)
- Add missing mvnDebug scripts #605 (gnodet)
- Remove unused logback-client.xml file #603 (gnodet)
- Avoid caching parent with a version containing a property, fixes #594 #602 (gnodet)
- Adding note on removing quarantine flag on macOS #599 (gunnarmorling)
- Bump xstream from 1.4.18 to 1.4.19 #598 (dependabot[bot])
- Upgrade SLF4J to version 1.7.35 #591 (oscerd)
- Fix user's pronoun in mvnd.properties comment #585 (findepi)
- Remove unused subclass #582 (gnodet)
- Daemon reuse ignores differences in
.mvn/jvm.config
, fixes #576 #580 (gnodet) - Refactor build and release workflows #574 (aalmiray)
- Make sure the maven.home and maven.conf properties are correctly set … #573 (gnodet)
- Remove previous MavenProject class, #561 #566 (gnodet)
- Reproducer for #564 #565 (gnodet...
0.7.1
Closed issues:
- mvnd modifies original output when using quiet flag #513
- Different java versions for mvnd and maven #512
- bad CPU type in executable: mvnd #510
- Pipe does not output anything #519
- mvnd --status - output in columns is too narrow #518
- -T/--threads is ignored in 0.7.0, only -Dmvnd.threads works #515
Merged pull requests:
- Fix passing options, fixes #515 #520 (gnodet)
- Bump xstream from 1.4.17 to 1.4.18 #460 (dependabot[bot])
- Replace the locking spy with locking in the MojoExecutor #523 (gnodet)
- mvnd status output columns are too narrow, fixes #518 #522 (gnodet)
- Fix client not responding when using help with an output redirection, fixes #519 #521 (gnodet)
- Update Provisio plugin #517 (cstamas)
- Upgrade GraalVM version used #509 (gnodet)
- Update mvnd to include Maven Resolver 1.7 #507 (cstamas)
0.7.0
Closed issues:
- PATH computation problems with Cygwin #499
- [Question] Use different maven installation for mvnd? #497
- Daemon forgets about maven settings on reuse #490
- Support Maven 3.8.3 #488
- mvnd seems to not respect jenv local setting #487
IllegalStateException
on multi module project failure #486- The
maven.multiModuleProjectDirectory
is badly set when using-f [path-to-pom]
#484 - Windows+Cygwin - Why do I get weird output? #483
- Negative local Maven repo lookup persists after installing the artifact #482
- Build fails on a tycho-based eclipse project #477
- No native library found for os.name=Linux, os.arch=aarch64 #474
- release 0.5.3? #473
- ASCII Colors not rendered under Cygwin #456
- Use custom wrapper #455
Merged pull requests:
- Upgrade to GraalVM 21.3.0 and JDK 17 #506 (gnodet)
- I499 #505 (gnodet)
- NativeLoader code cleanup #504 (gnodet)
- Add support for linux-armv6 #503 (gnodet)
- Support mac-arm64 platform #502 (gnodet)
- Upgrade JLine to 3.21.0 #501 (gnodet)
- Negative local Maven repo lookup persists after installing the artifa… #495 (gnodet)
- The maven.multiModuleProjectDirectory is badly set when using -f [pat… #494 (gnodet)
- Support Maven 3.8.3, fixes #488 #493 (gnodet)
- Fix mvnd command line aliases, fixes #490 #491 (gnodet)
- Add thread stack size (-Xss) option #489 (Apanatshka)
- Download required native JNI headers #481 (gnodet)
- Provide a local (semaphore based) sync context and use it as the default #480 (gnodet)
- Use a single jni.h and use more recent headers clearly labelled as GP… #479 (gnodet)
- Make sure the plugin eviction pattern also applies to extensions, fixes #477 #478 (gnodet)
- Add instructions for MacPorts #476 (breun)
- Fix native-image mapping for aarch64, #474 #475 (lanmaoxinqing)
0.6.0
Implemented enhancements:
- If a failure happens in a module, the client should display it as soon as possible #438
- Display the current build status #361
- Provide a way to remove decoration on the standard out/err streams #356
- The build time event spy should aggregate values for each mojo #430
Fixed bugs:
- The IPC sync context fails instead of reconnecting #446
- Progress is computed incorrectly (above 100%) #443
- Incorrect charset display in Terminal output #441
- Files still locked after earlier stopped / failed build on Windows #440
Closed issues:
- Mvnd runs on several projects while mvn only runs on the top level project #464
- Better progress report #463
- Support Maven 3.8.2 #457
- maven-notifier extension not working as expected #452
- use client env vars #445
- use unix domain socket if available #417
- Broken cache? #342
Merged pull requests:
- Speed improvements #472 (gnodet)
- Mvn 3.8.2 support, fixes #457 #471 (gnodet)
- Revert "#457 Support Maven 3.8.2" #470 (gnodet)
- Disable the IPC sync context factory by default (can be enabled using… #469 (gnodet)
- Fix CPU loop in sync server #468 (gnodet)
- Make sure mvnd does not build more projects than needed, fixes #464 #465 (gnodet)
- Provide an early display of build failures, fixes #361 #462 (gnodet)
- I356 #461 (gnodet)
- #457 Support Maven 3.8.2 #459 (robertk3s)
- Bump commons-compress from 1.20 to 1.21 #454 (dependabot[bot])
- Improve test stability on OSX #453 (gnodet)
- Make sure the client env vars are correctly propagated to system properties #451 (gnodet)
- I417 #450 (gnodet)
- Provide an eviction pattern to get rid of classloaders for bad behavi… #448 (gnodet)
- Make sure the IpcClient recreates the server if the context creation fails, fixes #446 #447 (gnodet)
- Forked projects are counted as projects leading to incorrect count, fixes #443 #444 (gnodet)
- Fix incorrect charset display in Terminal output, #441 #442 (lanmaoxinqing)
0.5.2
0.5.2 (2021-06-18)
Implemented enhancements:
- The build time event spy should aggregate values for each mojo #430
Fixed bugs:
- The IpcSyncContextTest takes a long time to exit #434
- java.lang.ArrayIndexOutOfBoundsException during tests #433
- Bad string size caused by missing bytes in registry.bin #432
- The JDK_JAVA_OPTIONS environment variable is not honoured #429
- The environment set up does not work well on JDK >= 16 #427
Closed issues:
- GitHub workflow: Cache dependencies #426
- NullPointerException in integration tests with maven-surefire-plugin 3.0.0-M5 #103
Merged pull requests:
- Attempt to fix bad registry errors, fixes #432 and #433 #439 (gnodet)
- Add a system property to configure the idle timeout on the ipc sync s… #437 (gnodet)
- The JDK_JAVA_OPTIONS environment variable is not honoured, fixes #429 #436 (gnodet)
- The build time event spy should aggregate values for each mojo #430 #431 (gnodet)
- JDK 16 support, fixes #427 #428 (gnodet)
0.5.1
Fixed bugs:
- The IPC sync context fails after one minute #424
- Can not set environment correctly on JDK < 11 #422
- Fix concurrent build of projects when using forked lifecycles #419
- Parallel build fails due to missing JAR artifacts in compilePath #418
Closed issues:
- Improve support for forked lifecycles #410
Merged pull requests:
0.5.0
Implemented enhancements:
- Add the --color option as an alias to -Dstyle.color= #376
- autokill if inactive since some time + memory becomes low? #364
Closed issues:
- Race conditions when building https://github.com/apache/jackrabbit-filevault #408
- Offer a way to hide the original maven output #407
- java.util.ConcurrentModificationException in the cache #405
- openapi-generator-maven-plugin:5.0.1:generate Unable to read location
src/main/openapi/project.yaml
#397 - Global mvn settings.xml via mvnd.properties #383
- Build failing with a NPE #372
- Support -r / --resume option #351
- Could not find artifact org.apache.maven.surefire:surefire-providers:pom:2.22.2 #281
- Decide the defaults L&F of the multithread terminal view #210
- Set maven version like maven-wrapper #143
- The client should reserve lines to avoid hops in the output display #414
- Provide a native library for mvnd specific needs #400
- Support Maven 3.8.1 #393
- [Security] Possible RCE #390
- The build time spy sometimes prints info for other modules #389
- NPE on Windows using "Git for Windows" (MINGW) #387
- Compilation fails when using a plugin and try to provide additional dependencies to that plugin #276
Merged pull requests:
- Bump xstream from 1.4.16 to 1.4.17 #412 (dependabot[bot])
- Fix ConcurrentModificationException in the cache, fixes #405 #406 (gnodet)
- README.adoc: add Chocolatey installation option #398 (jeffjensen)
- Use a proper property different from the maven-buildtime-extension on… #396 (gnodet)
- #393 update Maven version to 3.8.1 #394 (robertk3s)
- Bump xstream from 1.4.15 to 1.4.16 #385 (dependabot[bot])
- Support -r / --resume option, fixes #351 #413 (gnodet)
- Improve events reporting for forked lifecycles #411 (gnodet)
- Add the --color option as an alias to -Dstyle.color, fixes #376 #404 (gnodet)
- Upgrade formatter / impsort plugins #403 (gnodet)
- Add an expiration strategy if the system has less than 5% memory available, fixes #364 #402 (gnodet)
- Provide a native library, fixes #400 #401 (gnodet)
- Upgrade maven 3.8.1 + prototype for global lock #399 (gnodet)
- #390 Restrict usage of mvnd daemons to the current user by utilizing a token check #391 (Syquel)
- Global mvn settings.xml via mvnd.properties #383 #386 (mgoldschmidt-ds)
- Do not run server threads as daemon as it causes problems with the exec-maven-plugin (#276) #330 (gnodet)