mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
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#568
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/537
Author: @mageddo
Created: 8/5/2024
Status: ✅ Merged
Merged: 8/7/2024
Merged by: @mageddo
Base:
master← Head:feat/480📝 Commits (10+)
252a4a7upgrading rest assured due groovy error with nativeTest task1dd0e29ignoring rest assured error and leaving it fail at tests if the problematic code will be used anyway7cef936int test it's working144cbd6clean code08a09d0fixing bug444137cconfiguring native test at the same source set as test976d183enabling native image test43c8786adjusting reflection generationa03f80dadjusts6450470test is working📊 Changes
12 files changed (+187 additions, -75 deletions)
View changed files
📝
RELEASE-NOTES.md(+4 -0)📝
build.gradle(+39 -16)📝
docs/content/4-developing/_index.en.md(+33 -0)📝
src/main/java/com/mageddo/dnsproxyserver/config/application/Configs.java(+4 -8)📝
src/main/java/com/mageddo/dnsproxyserver/di/StartupEvent.java(+0 -17)➕
src/main/java/com/mageddo/dnsproxyserver/di/StartupEvents.java(+23 -0)➖
src/native-test/java/com/mageddo/dnsproxyserver/server/dns/solver/SolverSystemIT.java(+0 -32)➕
src/test/java/com/mageddo/dnsproxyserver/AppIntTest.java(+63 -0)📝
src/test/java/com/mageddo/dnsproxyserver/solver/docker/entrypoint/EventListenerCompTest.java(+2 -1)➕
src/test/java/testing/templates/ConfigFlagArgsTemplates.java(+17 -0)➕
src/test/resources/META-INF/native-image/int-test/native-image.properties(+1 -0)📝
src/test/resources/logback-test.xml(+1 -1)📄 Description
Relates to #480
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.