- Disable consumer POM flattening by default and add an opt-in feature (#11347) (#11370) @gnodet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| max = current() + 100s | |
| while (max - current() > 0) | |
| lock.tryLock(shared, max - current()) | |
| if not present locally | |
| lock.unlock(shared) | |
| if lock.tryLock(exclusive, 1s) | |
| if not present locally | |
| download | |
| lock.unlock(exclusive) | |
| break |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/.asf.yaml b/.asf.yaml | |
| index a6530be680..3344951e1a 100644 | |
| --- a/.asf.yaml | |
| +++ b/.asf.yaml | |
| @@ -16,10 +16,16 @@ github: | |
| - MNG | |
| pull_requests: | |
| del_branch_on_merge: true | |
| + protected_branches: | |
| + master: {} |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/.asf.yaml b/.asf.yaml | |
| index 3344951e1a..a6530be680 100644 | |
| --- a/.asf.yaml | |
| +++ b/.asf.yaml | |
| @@ -16,16 +16,10 @@ github: | |
| - MNG | |
| pull_requests: | |
| del_branch_on_merge: true | |
| - protected_branches: | |
| - master: {} |
what homebrew packages do i need to install to build this project ?
I'll help you identify the homebrew packages needed to build this project. Let me first examine the project structure and build configuration to understand the requirements.
Based on the project analysis, this is a C++ project that uses CMake as the build system and GTK3 for the graphical interface. Here are the homebrew packages you need to install to build this project:
# Core build tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/work/jline3/target/checkout on #jline-3.30.6 mvn -s .github/release-settings.xml njord:publish -X ✔ | |
| Apache Maven 4.1.0-SNAPSHOT (39f86137065d85a1671319e73ea6120189405ce3) | |
| Maven home: /Users/gnodet/.sdkman/candidates/maven/4.1.0-SNAPSHOT | |
| Java version: 25, vendor: Oracle Corporation, runtime: /Users/gnodet/.sdkman/candidates/java/25.ea.34-graal | |
| Default locale: fr_FR, platform encoding: UTF-8 | |
| OS name: "mac os x", version: "15.6.1", arch: "aarch64", family: "mac" | |
| Command line: /Users/gnodet/.sdkman/candidates/java/current/bin/java -DtrimStackTrace=false --enable-native-access=ALL-UNNAMED -classpath /Users/gnodet/.sdkman/candidates/maven/4.1.0-SNAPSHOT/boot/plexus-classworlds-2.9.0.jar -Dclassworlds.conf=/Users/gnodet/.sdkman/candidates/maven/4.1.0-SNAPSHOT/bin/m2.conf -Dmaven.home=/Users/gnodet/.sdkman/candidates/maven/4.1.0-SNAPSHOT -Dmaven.mainClass=org.apache.maven.cling.MavenCling -Dlibrary.jline.path=/Users/gnodet/.sdkm |
- [MNG-8765] - Maven Upgrade Tool (#2407) @gnodet
- Maven4 "legacy" mode and more (#2380) @cstamas
- [MNG-8572] - Support DI beans in build extensions (#2274) @gnodet
- [MNG-8736] - Fix concurrency issue in model building with profile activation (#2378) @gnodet
The main change for this release is the upgrade to Maven 4.0.0-rc-3.
- Support core extension more configuration by @CrazyHZM in apache/maven-mvnd#1216
- Port mvnsh changes by @cstamas in apache/maven-mvnd#1228
- ci: run tests on macos-15 by @slachiewicz in apache/maven-mvnd#1243
- Fixes by @cstamas in apache/maven-mvnd#1253
- Move override components back to Sisu by @cstamas in apache/maven-mvnd#1263
- [MNG-8435] Bump net.bytebuddy:byte-buddy from 1.15.10 to 1.15.11 by @dependabot in apache/maven#1984
- [MNG-8437] mvnsh by @cstamas in apache/maven#1982
- [MNG-8438] maven-jline: Migrate to Maven DI (off javax.inject) by @cstamas in apache/maven#1987
- [MNG-8442] Bump eu.maveniverse.maven.plugins:bom-builder3 from 1.0.2 to 1.0.3 by @dependabot in apache/maven#1990
- [MNG-8441] Bump org.junit:junit-bom from 5.11.3 to 5.11.4 by @dependabot in apache/maven#1989
- [MNG-8440] Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 by @dependabot in apache/maven#1988
- [MNG-8433] Use the switch expressions syntax by @CrazyHZM in apache/maven#1983
- [MNG-8436] Fix wrong transfer rates displayed in console by @gnodet in apache/maven#1985
- Exclude maven-xml and maven-xml-impl (the artifact has been renamed
- GH-618: Fix reading an OpenSshCertificate from a Buffer by @tomaswolf in apache/mina-sshd#619
- Add interface to configure details of JGit's pack implementation by @JohnnyJayJay in apache/mina-sshd#617
- ML-KEM key exchanges using Bouncy Castle 1.79 by @tomaswolf in apache/mina-sshd#629
- GH-628: Fix reading directories with trailing blanks in the name by @tomaswolf in apache/mina-sshd#630
- GH-626: Enable Streaming.Async for ChannelDirectTcpip by @tomaswolf in apache/mina-sshd#631
- Sftp server ‘ls’ command timeout by @Main-Tomi in apache/mina-sshd#634
- GH-636: Handle unknown key types in known_hosts by @tomaswolf in apache/mina-sshd#638
- GH-643: provide interfaces for caching file attributes on paths by @tomaswolf in apache/mina-sshd#645
- Bouncy Castle EdDSA / Ed25519 Support by @ianjoneill in ht
NewerOlder