1.1.0
Breaking Change ⚠️
The Pull request that changes java.util.Date
to OffsetDateTime
class will break any methods in your form-flow
applications that expect Date
objects, i.e. calls to getSubmittedAt()
. Those methods now return OffsetDateTime
objects. An example of a code change triggered by theOffsetDateTime
pull request can be found here.
What's Changed
- Use OffsetDateTime instead of java.util.Date by @vrajmohan in #471
- only check pattern if value is not null by @analoo in #469
- Remove TODOs 186571893 by @vrajmohan in #467
- Update the README submission locking section by @spokenbird in #477
Dependency Updates
- Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #474
- Bump io.hypersistence:hypersistence-utils-hibernate-60 from 3.6.1 to 3.7.0 by @dependabot in #473
- Bump gradle/gradle-build-action from 2.10.0 to 2.11.0 by @dependabot in #472
- Bump com.mailgun:mailgun-java from 1.1.0 to 1.1.1 by @dependabot in #470
- Bump org.springframework.integration:spring-integration-ws from 6.2.0 to 6.2.1 by @dependabot in #475
- Bump gradle/gradle-build-action from 2.11.0 to 2.11.1 by @dependabot in #478
- Bump com.github.librepdf:openpdf from 1.3.34 to 1.3.35 by @dependabot in #479
- Bump org.jsoup:jsoup from 1.17.1 to 1.17.2 by @dependabot in #480
- Bump io.github.bonigarcia:webdrivermanager from 5.6.2 to 5.6.3 by @dependabot in #481
Full Changelog: 1.0.0...1.1.0