Skip to content

Releases: apache/maven-mvnd

1.0.0-m1

16 Dec 13:44
Compare
Choose a tag to compare

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 of mvnd 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

Full Changelog: 0.8.2...1.0.0-m1

0.8.2

10 Oct 15:08
Compare
Choose a tag to compare

Full Changelog

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:

0.8.1

19 Sep 14:17
Compare
Choose a tag to compare

Twitter

Full Changelog

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:

New Contributors:

0.8.0

30 Jun 08:26
Compare
Choose a tag to compare

Twitter

Full Changelog

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:

Read more

0.7.1

07 Dec 13:21
Compare
Choose a tag to compare

Twitter

Full Changelog

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:

0.7.0

20 Oct 18:54
Compare
Choose a tag to compare

Twitter

Full Changelog

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

07 Sep 16:45
Compare
Choose a tag to compare

Twitter

Full Changelog

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:

0.5.2

18 Jun 14:32
Compare
Choose a tag to compare

0.5.2 (2021-06-18)

Full Changelog

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

04 Jun 09:30
Compare
Choose a tag to compare

Full Changelog

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:

  • The IPC server shuts down after one minute during the build #424 #425 (gnodet)
  • Fix the environment update, fixes #422 #423 (gnodet)
  • Fix concurrent build of projects when using forked lifecycles #419 #421 (gnodet)
  • Parallel build fails due to missing JAR artifacts in compilePath #418 #420 (gnodet)

0.5.0

31 May 09:42
Compare
Choose a tag to compare

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: