FasterXML / FasterXML/jackson-databind
introduce a date length setting
- Dominant language
- Java
- Stars
- 3.7k
- Forks
- 1.5k
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 28
Description
* java.time and java.util.Date deserialization
* the string values that we need to parse - they shouldn't be very long - AI suggests 50 is valid limit
* the processing time on something bound by our string limit (default 20,000) may not be terrible - the parse complexity is apparently not exponential like number parsing
* if we do limit, we could hardcode a value or we could make it configurable
* or we could reuse the number len constraint but it feels like a bit much to reuse that for dates in formats like ISO-8601 or similar date/time specific formats
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the java.time and java.util.Date deserialization entry points and reviewing the existing string or number length constraints. The issue needs a decision on whether the date length limit is hardcoded or configurable, followed by tests that cover the chosen limit and confirm deserialization behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100