Commit Graph

873 Commits

Author SHA1 Message Date
Guillaume Nodet
1de326c59e Remove unused subclass in the Environment enum value (#582) 2022-01-12 13:17:54 +01:00
Guillaume Nodet
8ae2ce3525 Remove wrong MavenProject, #561 (#566) 2022-01-11 08:14:31 +01:00
Guillaume Nodet
4c99b52e03 Make sure the maven.home and maven.conf properties are correctly set when the JVM is started, fixes #553 2022-01-11 08:12:18 +01:00
Lars K.W. Gohlke
716fc1a9cc introduce dependabot.yml (#563) 2022-01-07 15:35:25 +01:00
Guillaume Nodet
b3a55333a8 Fix NoSuchFileException when using the compile phase, fixes #564 2022-01-07 11:46:54 +01:00
Lars K.W. Gohlke
a9cf000666 updates maven from 3.6.3 to 3.8.4 (#562) 2022-01-07 11:45:18 +01:00
Korneliusz Rabczak
92b98ef0fa MISC: Upgrades logback to the newest version (#557) 2022-01-03 08:33:06 +01:00
Korneliusz Rabczak
052783bdd8 MISC: Fixes url for GraalVM's native-image prerequisites (#556) 2022-01-03 08:32:32 +01:00
lujiefsi
827c09c51a Fix stream leak (#555) 2022-01-03 08:32:09 +01:00
Guillaume Nodet
09cb99fd48 Improve the doc text of mvnd.pluginRealmEvictPattern option, fixes #533 (#534) 2022-01-03 08:31:32 +01:00
Guillaume Nodet
9f651b1196 Improve setEnv logic, fixes #528 (#535) 2022-01-03 08:31:09 +01:00
Guillaume Nodet
06fa4fd227 Fix url cache (fixes #532 and #527) 2022-01-03 08:30:41 +01:00
Hervé Boutemy
6dedbdc84d send PR notifications to issues@maven.a.o 2021-12-31 11:46:45 +01:00
Hervé Boutemy
cffc120b64 update GitHub notifications scheme 2021-12-23 21:26:06 +01:00
Guillaume Nodet
992c940868 Try to remove the custom setup for graalvm native-image on windows 2021-12-17 13:55:50 +01:00
Guillaume Nodet
1b17d8a322 Use setup-graalvm@5.0 2021-12-17 13:54:24 +01:00
Guillaume Nodet
7c354a2dfe Fix toLowerCase() to use Locale.ROOT 2021-12-17 13:42:33 +01:00
github-actions[bot]
055e50feb5 Updated CHANGELOG.md 2021-12-15 03:15:46 +00:00
Guillaume Nodet
4bb5c5d5b5 Fix resident extensions (#531) 2021-12-14 18:20:34 +01:00
github-actions[bot]
af17544951 Updated CHANGELOG.md 2021-12-10 03:15:50 +00:00
github-actions[bot]
79d0a2b850 Updated CHANGELOG.md 2021-12-09 03:15:41 +00:00
Guillaume Nodet
f55b66861c Upgrade to maven 3.8.4 (#524) 2021-12-08 16:58:18 +01:00
github-actions[bot]
3d1c2d508c Updated CHANGELOG.md 2021-12-07 20:24:59 +00:00
github-actions[bot]
cfd873ecdc Updated CHANGELOG.md 2021-12-07 16:35:59 +00:00
Guillaume Nodet
bbfe926a57 Next is 0.7.2-SNAPSHOT 2021-12-07 14:15:31 +01:00
Guillaume Nodet
97c587c113 Release 0.7.1 0.7.1 2021-12-07 14:15:27 +01:00
Guillaume Nodet
47c99e8b0e Do not print a warning if mvnd is launched outside of a terminal, see #513 2021-12-07 08:59:19 +01:00
github-actions[bot]
77d15fd1b1 Updated CHANGELOG.md 2021-12-07 03:16:20 +00:00
Guillaume Nodet
588e87993d Replace the locking spy with locking in the MojoExecutor (#523)
This is a port of https://github.com/apache/maven/pull/628 to mvnd and it should go away when we upgrade to maven 3.8.4 which should include the fix
2021-12-06 18:00:33 +01:00
Guillaume Nodet
00a404c2c1 mvnd status output columns are too narrow, fixes #518 (#522) 2021-12-06 17:12:59 +01:00
Guillaume Nodet
ad703938ac Fix client not responding when using help with an output redirection, fixes #519 (#521) 2021-12-06 16:40:21 +01:00
Guillaume Nodet
a886562a65 Fix passing options, fixes #515 (#520) 2021-12-06 16:18:22 +01:00
dependabot[bot]
9c1b8aee0c Bump xstream from 1.4.17 to 1.4.18 (#460)
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.17 to 1.4.18.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

---
updated-dependencies:
- dependency-name: com.thoughtworks.xstream:xstream
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-06 16:17:31 +01:00
github-actions[bot]
59b115b58a Updated CHANGELOG.md 2021-12-02 03:15:53 +00:00
Tamas Cservenak
29bf8d3e65 Update Provisio plugin (#517)
Latest release is 1.0.19.
2021-12-01 14:01:52 +01:00
github-actions[bot]
bff8b2f62d Updated CHANGELOG.md 2021-11-27 03:15:27 +00:00
Tamas Cservenak
807409d507 Update mvnd to include Maven Resolver 1.7 (#507)
As mvnd itself is Java8 lang level, it is completely
okay to up resolver to 1.7 (that is java8 as well).
The only reason why Maven 3.8.x CANNOT use resolver
1.7 is that it is still Java7 level.
2021-11-26 17:34:10 +01:00
github-actions[bot]
85e4d0cf2a Updated CHANGELOG.md 2021-11-06 03:15:40 +00:00
github-actions[bot]
88f13e5e83 Updated CHANGELOG.md 2021-11-04 03:15:49 +00:00
github-actions[bot]
f8e19200f0 Updated CHANGELOG.md 2021-11-03 03:16:02 +00:00
Guillaume Nodet
37e8347a03 Upgrade GraalVM version used (#509)
* Upgrade GraalVM version used
* Fix native-image-maven-plugin version
2021-11-02 10:32:07 +01:00
github-actions[bot]
f3770eac00 Updated CHANGELOG.md 2021-10-29 03:16:43 +00:00
github-actions[bot]
188f1b4f59 Updated CHANGELOG.md 2021-10-26 16:17:13 +00:00
github-actions[bot]
4ba558c997 Updated CHANGELOG.md 2021-10-21 03:15:06 +00:00
github-actions[bot]
9552b43f7b Updated CHANGELOG.md 2021-10-20 18:49:50 +00:00
Guillaume Nodet
5095a50145 Next is 0.7.1-SNAPSHOT 2021-10-20 20:47:52 +02:00
Guillaume Nodet
0ebc71628c Release 0.7.0 0.7.0 2021-10-20 20:47:49 +02:00
Guillaume Nodet
9b1dc66320 Code formatting 2021-10-20 18:11:57 +02:00
Guillaume Nodet
f760a1da78 Upgrade to GraalVM 21.3.0 and JDK 17 (#506)
* Upgrade to GraalVM 21.3.0 and JDK 17
* Upgrade groovy
* Upgrade quarkus version
2021-10-20 12:21:01 +02:00
Guillaume Nodet
69c975fcd0 Provide a local (semaphore based) sync context and use it as the default (#480)
* Provide a local (semaphore based) sync context and use it as the default
* Use a ReentrantLock
* Update daemon/src/main/java/org/mvndaemon/mvnd/sync/MvndSyncContextFactory.java
Co-authored-by: Peter Palaga <ppalaga@redhat.com>
* Improve lock acquisition
Co-authored-by: Peter Palaga <ppalaga@redhat.com>
2021-10-20 10:23:13 +02:00