[PR #454] [MERGED] JSON Parsing Fix #504

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/454
Author: @mageddo
Created: 5/24/2024
Status: Merged
Merged: 5/24/2024
Merged by: @mageddo

Base: masterHead: bugfix/440


📝 Commits (7)

  • e90cf8a fixing native image json parsing
  • 4c68b45 add info
  • 9abf5a1 release notes
  • f1a008b [Gradle Release Plugin] - new version commit: '3.18.2'.
  • b3859be adjusting release notes
  • 281c724 [Gradle Release Plugin] - new version commit: '3.18.2-snapshot'.
  • 20eb71f configuring serializer/deserializer reflection

📊 Changes

7 files changed (+41 additions, -11 deletions)

View changed files

📝 RELEASE-NOTES.md (+3 -0)
📝 docs/content/3-configuration/_index.en.md (+1 -1)
📝 docs/content/4-developing/_index.en.md (+6 -0)
📝 gradle.properties (+1 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/config/dataprovider/vo/ConfigJsonV2.java (+9 -9)
📝 src/main/resources/META-INF/native-image/dps/native-image.properties (+1 -0)
src/main/resources/META-INF/native-image/dps/reflect-jackson.json (+20 -0)

📄 Description

Relates to #440


🔄 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/454 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 5/24/2024 **Status:** ✅ Merged **Merged:** 5/24/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `bugfix/440` --- ### 📝 Commits (7) - [`e90cf8a`](https://github.com/mageddo/dns-proxy-server/commit/e90cf8a74b42c78b7d4077fed860bb5582f1ecc7) fixing native image json parsing - [`4c68b45`](https://github.com/mageddo/dns-proxy-server/commit/4c68b45900b0448b2da2dd694c440532ab2c1c18) add info - [`9abf5a1`](https://github.com/mageddo/dns-proxy-server/commit/9abf5a1ad1f06dc8058233530b587bda0491a4f5) release notes - [`f1a008b`](https://github.com/mageddo/dns-proxy-server/commit/f1a008b155d9e564e3a9ef86765c98ba44fbab3a) [Gradle Release Plugin] - new version commit: '3.18.2'. - [`b3859be`](https://github.com/mageddo/dns-proxy-server/commit/b3859be9ce97c28db83647f08cd6c81bb429aaba) adjusting release notes - [`281c724`](https://github.com/mageddo/dns-proxy-server/commit/281c7249ec19d9b7e0153673717020c3a7eb25b2) [Gradle Release Plugin] - new version commit: '3.18.2-snapshot'. - [`20eb71f`](https://github.com/mageddo/dns-proxy-server/commit/20eb71f02de68414bb5a7de34f641d0fca17bef9) configuring serializer/deserializer reflection ### 📊 Changes **7 files changed** (+41 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+3 -0) 📝 `docs/content/3-configuration/_index.en.md` (+1 -1) 📝 `docs/content/4-developing/_index.en.md` (+6 -0) 📝 `gradle.properties` (+1 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/config/dataprovider/vo/ConfigJsonV2.java` (+9 -9) 📝 `src/main/resources/META-INF/native-image/dps/native-image.properties` (+1 -0) ➕ `src/main/resources/META-INF/native-image/dps/reflect-jackson.json` (+20 -0) </details> ### 📄 Description Relates to #440 --- <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:28 +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#504
No description provided.