-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 'integration' to 'master' #124
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add PDF/UA options
- fixed config creation to fit new factory method; and - updated `pom.xml` veraPDF dependency.
Add PDF/A-4 flavours
Fixed processing handler creation
This appears to be out of step with the Dropwizard version and is causing issues. For now it's commented out and disabled in POM and sources until we get the application up to date. Once the dependencies are updated and the CI workflow is ready we will look to get this working again.
- removed the attempt to fire up a REST server as a detached process; - removed wget calls to test process; and - added VSCode files to `.gitignore`. Detached processes aren't supported by GH Actions so a Docker approach is the answer: - build and test code (this job); - trigger a job that builds & uploads a Docker image to GH container registry; which - triggers a job that downloads the Docker image from GH and tests it.
- added automation parameters to control: - JAVA_OPTS, - git checkout by branch, tag or commit and - project version, - now building custom JRE with only required modules using jlink; - final app image on Debian Bullseye Slim.
- refactored the GitHub Actions to build a Docker image
Add information about URL to README.md
Add github action for publishing images to GitHub Packages
Fix github action for publishing images to GitHub Packages
Fix github action for publishing images to GitHub Packages
Fix github action for publishing images to GitHub Packages
Update dropwizard and swagger versions
Make HTTPS scheme default scheme
Update github image name
Update actions for test and purge images
Update readme
Added link to Swagger
Use master branch for docker image
Fix action for pushing images to github
Remove fixerFolder from processor creation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.