You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
1. Unbox types before checking if they are primitive
2. For non-primitive types, check if they are enums, and if so init the property
with the enum reference.
Environment
Operating System: All
Platform: All
Affected Versions
[current]
The text was updated successfully, but these errors were encountered:
kohsuke said:
I recommend contacting the plugin owner directly. He might not be monitoring
this issue tracker. You can check CVS history for who committed it.
If he doesn't respond, we can talk about plan B — I can apply the patch, or if
you are interetsed, I'd be very happy to have you take over the plugin.
But please try to contact the author directly first.
jorgew said:
I have an enumerated schema type that I'm mapping to an integer for legacy
reasons and I'm getting a NumberFormatException when setting a default value. It
looks like this patch might resolve the issue What's the status of this issue
– looks like it's been at "STARTED" for a long time.
1. Unbox types before checking if they are primitive
2. For non-primitive types, check if they are enums, and if so init the property
with the enum reference.
Environment
Operating System: All
Platform: All
Affected Versions
[current]
The text was updated successfully, but these errors were encountered: