-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Apache PDFBOX Quickstart #1154
base: development
Are you sure you want to change the base?
Apache PDFBOX Quickstart #1154
Conversation
I think that's a great candidate for the Quarkiverse (cc @gastaldi ) |
# ████████████░▄▄▀█░▄▄█░███░█░▄▄▀█░▄▄▀█░▄▄█████████████ | ||
# ████████████░▄▄▀█░▄▄█▄▀░▀▄█░▀▀░█░▀▀▄█░▄▄█████████████ | ||
# ████████████░▀▀░█▄▄▄██▄█▄██▄██▄█▄█▄▄█▄▄▄█████████████ | ||
# ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a moment this banner reminded me when I used to access BBS to download sharewares. Cool 😃
That is an excellent idea, any candidates to lead it? |
I would say @Karm signed up by creating this PR 😊 |
I get the vibe. It seems like a new extension would be warranted. I think it might have ended up that way anyway, because when you open the can of worms that is PDF and start dealing with signatures, forms, embedded stuff in it etc. there might be substitutions required. /me reading https://github.com/quarkiverse/quarkiverse/wiki#getting-an-extension-onboarded |
I think this PR could still be integrated while the extension is developed. Doing so would already help users out there wanting to use this. Then once the extension is in place, the quickstart can be revisited to simplify it. @Karm Once you create an extension with the maven plugin, the best thing to do is to look at the myriad of extensions in quarkus/quarkus and see how they do things. E.g. you could start by getting the extension to register some types for runtime init, then remove that config from the quickstart and see if it all works. Then you slowly add more things to it. |
Check list:
Your pull request:
development
branch999-SNAPSHOT
version of Quarkusmvn clean test
)mvn clean package -Pnative
)mvn clean verify -Pnative
)README.md
file (with build and run instructions)pom.xml
andREADME.md