mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #543] [MERGED] Run the automated tests over the native image #572
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#572
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mageddo/dns-proxy-server/pull/543
Author: @mageddo
Created: 8/7/2024
Status: ✅ Merged
Merged: 8/7/2024
Merged by: @mageddo
Base:
master← Head:feat/480📝 Commits (10+)
0f2d08ctrying to exclude groovy from classpathe057a0aenabling int tests at the ci99a3d6benabling int tests97685f5caffeine native image reflection configsa5d9de7adjusting resources config8e26be0adjusting resources include confige148f76add missing graal resources metadata849bd44clean coded123437flag is now unnecessary6de0554release notes📊 Changes
11 files changed (+7408 additions, -7 deletions)
View changed files
📝
.github/workflows/ci.yml(+5 -2)📝
RELEASE-NOTES.md(+1 -0)📝
build.gradle(+11 -2)📝
docs/content/4-developing/compiling.en.md(+9 -2)📝
gradle.properties(+1 -1)➕
src/main/resources/META-INF/native-image/graal-auto-generated/jni-config.json(+10 -0)➕
src/main/resources/META-INF/native-image/graal-auto-generated/predefined-classes-config.json(+7 -0)➕
src/main/resources/META-INF/native-image/graal-auto-generated/proxy-config.json(+77 -0)➕
src/main/resources/META-INF/native-image/graal-auto-generated/reflect-config.json(+7013 -0)➕
src/main/resources/META-INF/native-image/graal-auto-generated/resource-config.json(+233 -0)➕
src/main/resources/META-INF/native-image/graal-auto-generated/serialization-config.json(+41 -0)📄 Description
Relates to #480
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.