Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

๐Ÿ› fix: trust Package ์ถ”๊ฐ€ #128

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

DDonghyeo
Copy link
Member

โ˜๏ธIssue Number

๐Ÿ”Ž Key Changes

  • Consumer Config Trust Package ์ถ”๊ฐ€
private <T> JsonDeserializer<T> createJsonDeserializer(Class<T> valueType) {
        JsonDeserializer<T> jsonDeserializer = new JsonDeserializer<>(valueType);
        jsonDeserializer.addTrustedPackages("com.waither.*");
        return jsonDeserializer;
    }

@DDonghyeo DDonghyeo self-assigned this Jul 1, 2024
@DDonghyeo DDonghyeo merged commit c124a35 into develop Jul 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant