-
Notifications
You must be signed in to change notification settings - Fork 72
Comparing changes
Open a pull request
base repository: graalvm/native-build-tools
base: 0.10.0
head repository: graalvm/native-build-tools
compare: 0.10.1
- 17 commits
- 33 files changed
- 6 contributors
Commits on Jan 30, 2024
-
Bump ch.qos.logback:logback-classic
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.4 to 1.4.12. - [Commits](qos-ch/logback@v_1.4.4...v_1.4.12) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0db3e00 - Browse repository at this point
Copy the full SHA 0db3e00View commit details -
Fix compile-no-fork with existing jar FileSystems (#547)
FileSystems.newFileSystem on a dependency jar fails with a FileSystemAlreadyExistsException if another Maven plugin has already created it. Provide a wrapper that handles the exception, trying FileSystems.getFileSystem in that case.
Configuration menu - View commit details
-
Copy full SHA for 2bc6976 - Browse repository at this point
Copy the full SHA 2bc6976View commit details
Commits on Feb 1, 2024
-
The Maven plugin was using the dependency at compile time, when it should only have been used at runtime. Unfortunately, if the dependency is added as a runtime only dependency, then the Maven plugin loading system will fail. Therefore, this commit changes how the JUnit Platform Native dependency is resolved by the plugin to do it in a similar way as what is done in the Gradle plugin, by resolving it at runtime.
Configuration menu - View commit details
-
Copy full SHA for 9f49c1b - Browse repository at this point
Copy the full SHA 9f49c1bView commit details
Commits on Feb 2, 2024
-
Fix test so that it doesn't actually try to reach remote
This has a side effect if the metadata repo is actually published.
Configuration menu - View commit details
-
Copy full SHA for d2072ea - Browse repository at this point
Copy the full SHA d2072eaView commit details -
Merge pull request #567 from dnestoro/dnestoro/CreateRelease0.10.0
Bump repository version to 0.10.0 and update samples
Configuration menu - View commit details
-
Copy full SHA for e31c683 - Browse repository at this point
Copy the full SHA e31c683View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b18a9a - Browse repository at this point
Copy the full SHA 3b18a9aView commit details
Commits on Feb 5, 2024
-
Merge pull request #568 from dnestoro/dnestoro/BumpRepoVersionTo0.10.…
…1-SNAPSHOT Bump repo version to 0.10.1-SNAPSHOT and update samples
Configuration menu - View commit details
-
Copy full SHA for 8fb9b8e - Browse repository at this point
Copy the full SHA 8fb9b8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d88de - Browse repository at this point
Copy the full SHA 81d88deView commit details -
Update docs/src/docs/asciidoc/index.adoc
Co-authored-by: Cédric Champeau <cedric.champeau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8df92d0 - Browse repository at this point
Copy the full SHA 8df92d0View commit details -
Update docs/src/docs/asciidoc/index.adoc
Co-authored-by: Cédric Champeau <cedric.champeau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 60b6176 - Browse repository at this point
Copy the full SHA 60b6176View commit details
Commits on Feb 6, 2024
-
Merge pull request #570 from dnestoro/dnestoro/AddLinkForDisablingMet…
…adataRepoInDocs Add notes how to disable metadata repository support
Configuration menu - View commit details
-
Copy full SHA for 36b88aa - Browse repository at this point
Copy the full SHA 36b88aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60304c8 - Browse repository at this point
Copy the full SHA 60304c8View commit details -
Merge pull request #571 from dnestoro/dnestoro/FixKotlinSnippet
Fix Kotlin Snippet For Disabling Metadata Repository
Configuration menu - View commit details
-
Copy full SHA for 3dbd0af - Browse repository at this point
Copy the full SHA 3dbd0afView commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c06b595 - Browse repository at this point
Copy the full SHA c06b595View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e45fd - Browse repository at this point
Copy the full SHA e6e45fdView commit details
Commits on Feb 12, 2024
-
Merge pull request #565 from graalvm/cc/upgrade-graalvm-sdk
Upgrade to GraalVM SDK 23.0.2
Configuration menu - View commit details
-
Copy full SHA for ffd9d85 - Browse repository at this point
Copy the full SHA ffd9d85View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f72f403 - Browse repository at this point
Copy the full SHA f72f403View commit details
There are no files selected for viewing