Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

allow serialization of interface proxies #29

Merged
merged 1 commit into from
May 28, 2020

Conversation

keykey7
Copy link
Owner

@keykey7 keykey7 commented May 26, 2020

InterfaceInvocationHandler is now Serializable. It allows simple
serialization IF all the customized configuration values are
serializable, too. Otherwise it will fail lazily while serializing.
Minor: fixed the InterfaceInvocationHandler.toString representation
for empty configurations.

fixes #27

InterfaceInvocationHandler is now Serializable. It allows simple
serialization IF all the customized configuration values are
serializable, too. Otherwise it will fail lazily while serializing.
Minor: fixed the InterfaceInvocationHandler.toString representation
for empty configurations.

fixes #27
@sonarcloud
Copy link

sonarcloud bot commented May 26, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 5 Security Hotspots to review)
Code Smell A 1 Code Smell

94.7% 94.7% Coverage
0.0% 0.0% Duplication

@keykey7 keykey7 self-assigned this May 28, 2020
@keykey7 keykey7 merged commit b150f86 into master May 28, 2020
@keykey7 keykey7 deleted the feature-serializable-intf branch July 3, 2021 19:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] Support config binding on POJO class
1 participant