[PR #543] [MERGED] Run the automated tests over the native image #572

Closed
opened 2026-02-26 04:35:39 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feat/480


📝 Commits (10+)

  • 0f2d08c trying to exclude groovy from classpath
  • e057a0a enabling int tests at the ci
  • 99a3d6b enabling int tests
  • 97685f5 caffeine native image reflection configs
  • a5d9de7 adjusting resources config
  • 8e26be0 adjusting resources include config
  • e148f76 add missing graal resources metadata
  • 849bd44 clean code
  • d123437 flag is now unnecessary
  • 6de0554 release 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/543 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 8/7/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/480` --- ### 📝 Commits (10+) - [`0f2d08c`](https://github.com/mageddo/dns-proxy-server/commit/0f2d08cdf666a2a2510a03a4ddc2aa046dfcfce7) trying to exclude groovy from classpath - [`e057a0a`](https://github.com/mageddo/dns-proxy-server/commit/e057a0a40cf896312b435a32a3f86f80a07e2763) enabling int tests at the ci - [`99a3d6b`](https://github.com/mageddo/dns-proxy-server/commit/99a3d6bec489927192d14a1e85001e9a69adf883) enabling int tests - [`97685f5`](https://github.com/mageddo/dns-proxy-server/commit/97685f57bdab9921f253e9a569637adc61e04905) caffeine native image reflection configs - [`a5d9de7`](https://github.com/mageddo/dns-proxy-server/commit/a5d9de7a9f89be82ddda4c7e32bc180559769872) adjusting resources config - [`8e26be0`](https://github.com/mageddo/dns-proxy-server/commit/8e26be0408c7884a97c28a6a4a3b93c1f5ec3aaf) adjusting resources include config - [`e148f76`](https://github.com/mageddo/dns-proxy-server/commit/e148f765f92cb0468c2231d8d673a6863d643d79) add missing graal resources metadata - [`849bd44`](https://github.com/mageddo/dns-proxy-server/commit/849bd443b4992697a938a41fed248bc5e4b90799) clean code - [`d123437`](https://github.com/mageddo/dns-proxy-server/commit/d12343721c4b42d64e517ca71b1da0af1fb3fab8) flag is now unnecessary - [`6de0554`](https://github.com/mageddo/dns-proxy-server/commit/6de0554df956a71ca7bed975ecad8bf0e2f5b346) release notes ### 📊 Changes **11 files changed** (+7408 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Relates to #480 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#572
No description provided.