0.0.16
Moving from PDFBox to OpenPDF
We moved to using OpenPDF to create PDFs. We recommend you add Noto fonts to your application's resources/pdf-fonts
to enable wide character support.
ℹ️ More information can be found in the library readme.
Add ability to lock a submission after it is submitted
You can now enable the locking of a submission after it has been submitted, for example:
form-flow:
lock-after-submitted:
- flow: ubi
redirect: success
ℹ️ More information can be found in the library readme.
Bugs fixed
- DB fields in the
pdf-map.yaml
are now optional, as they were intended to be. - Removed JPA DDL schemas as we want Flyway to full control the creation of schemas.
What's Changed
- Add secure and httpresponse headers by @enyia21 in #419
- Changes SecurityConfiguration -> SecurityConfigurationBase to avoid naming conflicts by @bseeger in #436
- Fixes aspect ratio scaling for small house icon by @spokenbird in #435
- Add a test for going from a regular POST into a subflow by @spokenbird in #425
- Add documentation for USWDS Gradle tasks by @coltborg in #443
- Pin flyway to 9.x versions by @vrajmohan in #446
- Remove JPA DDL schema creation 186402340 by @vrajmohan in #448
- Updates fragments with tweaks from LA projects by @bseeger in #434
- Do not require DB fields in pdf-map by @spokenbird in #449
- Create configuration for locking the Submission for a flow after it is submitted by @spokenbird in #437
- Switch to openpdf 186505365 by @vrajmohan in #454
Dependabot updates
- Bump org.jsoup:jsoup from 1.16.2 to 1.17.1 by @dependabot in #452
- Bump io.github.bonigarcia:webdrivermanager from 5.6.0 to 5.6.1 by @dependabot in #432
- Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by @dependabot in #433
- Bump io.github.bonigarcia:webdrivermanager from 5.6.1 to 5.6.2 by @dependabot in #438
- Bump com.smartystreets.api:smartystreets-java-sdk from 3.14.1 to 3.15.0 by @dependabot in #439
- Bump io.hypersistence:hypersistence-utils-hibernate-60 from 3.6.0 to 3.6.1 by @dependabot in #440
- Bump io.spring.dependency-management from 1.1.3 to 1.1.4 by @dependabot in #441
- Bump com.smartystreets.api:smartystreets-java-sdk from 3.15.0 to 3.15.2 by @dependabot in #445
- Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #447
- Bump org.springframework.integration:spring-integration-ws from 6.1.4 to 6.2.0 by @dependabot in #450
- Bump gradle/gradle-build-action from 2.9.0 to 2.10.0 by @dependabot in #453
- Bump com.smartystreets.api:smartystreets-java-sdk from 3.15.2 to 3.16.1 by @dependabot in #457
Full Changelog: 0.0.15...0.0.16