-
Notifications
You must be signed in to change notification settings - Fork 359
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
Upload to maven central via bintray. #7
Comments
Created Jira support ticket to claim com.openhtmltopdf group id today. |
And yes, unfortunately, this is turning into a cluster-!!!!!
OK, I uploaded the release (0.0.1-RC2) to bintray. The next step is to request inclusion in Jcenter which I have done. Once it is there, it can be synced to maven central. On a side note, NPM (the Node.js package manager) is perhaps too easy to publish to but maven and bintray unfortunately take the difficulty to a whole new level. |
The commands to prepare a release and then cunduct a deployment are below for reference:
|
OK, jars are now in jcenter and the sonatype releases staging repository. The next step is for sonatype to sync them with maven central repository. Nearly there. The version which should soon appear in maven central is |
@scoldwell |
@scoldwell - As promised, |
@danfickle thanks so much. We will be testing this today |
@danfickle New version of Struts2 PDF Stream Plugin is released, which uses openhtmltopdf 0.0.1-RC4. Thank you for your work. Looking forward to see more releases of openhtmltopdf. |
OK, |
|
|
Another small release, RC9 is now on Maven Central. This mainly fixes issue #52 (Abode Reader prompts for saving on close). |
RC10 has been released to Maven. Added features are: Most of the work for this release was by @rototor so huge thanks. |
RC11 has been released to Maven. Added features and fixes:
Big thanks again to @rototor |
RC-12 has been released. There is a fair bit going on in this release so please test before use. Change log in readme. Another thanks to PR contributors. |
RC-14 was just released with the latest version of PDF-BOX. Release notes below: 0.0.1-RC14
|
RC15 was just released to maven central: 0.0.1-RC15
|
RC16 was just released to Maven Central: 0.0.1-RC16
|
We’re also thinking of moving to a java 8 requirement. If you object, please make your case in the java 8 issue. Thanks. |
RC17 released due to security issue with Apache Batik: 0.0.1-RC17
|
RC18 finally released with fast renderer! 0.0.1-RC18 (2019-March-10)
Thanks to these people for pull-requests: Finally, a big thanks to all issue reporters and extra thanks to those who help out in issues. |
RC19 was just released. This release was brought forward to deal with #336. 0.0.1-RC19 (2019-March-18)
|
RC20 released! 0.0.1-RC20 (2019-April-26)IMPORTANT: This release was brought forward due to a CVE in PDFBOX. While not directly affecting this project (it affects parsing of untrusted PDFs), it is better not to have a vulnerable library on your classpath.
|
RC21 has arrived: 0.0.1-RC21 (2019-June-29)
|
Finally, by special request (#367), I've just released version Notes
1.0.0 (2019-July-23) |
Since we do have version 1, we could have that pushed to |
Hi all, I just released 1.0.1 (2019-November-18)
|
Hi everyone, just released 1.0.2 (2020-February-25)
|
Released 1.0.3. Consider this a security release (see below). Thank you all. 1.0.3 (2020-May-25)
|
IMPORTANT: Another endless loop bug has been found with |
Just synced to maven: 1.0.4 (2020-July-25)
|
Release day is finally here. Thanks to all contributors, debuggers and issue reporters. 1.0.5 (2020-November-30)SECURITY: #609 Updates Apache Batik SVG renderer to latest version to avoid security issue. If you are using this project to render untrusted SVGs (advised against), you should update immediately. Thanks a lot @halvorbmundal. IMPORTANT: The fast renderer is now the default in preparation of removing the old slow renderer. To temporarily use the slow renderer, you can call the deprecated method IMPORTANT: #543 This version stays on PDFBOX version 2.0.20 due to a bug with non-breaking spaces in version 2.0.21. Please make sure version 2.0.21 is not on your classpath. This bug has been fixed in the upcoming 2.0.22.
|
Sorry to release this late in the year but it addresses a serious bug with 1.0.6 (2020-December-22)IMPORTANT: #615 This is a bug fix release for an endless loop issue when using break-word with floating elements with a top/bottom margin. |
1.0.7 released finally! 1.0.7 (2021-March-19)
|
Thanks Dan!
…On Fri, Mar 19, 2021 at 07:56 danfickle ***@***.***> wrote:
1.0.7 released finally!
1.0.7 (2021-March-19)
- #650 <#650> Support
for multiple background images on the one element. Thanks for requesting
@baedorf <https://github.com/baedorf>.
- #669 <#669> Support
fallback fonts. Thanks for requesting @asu2 <https://github.com/asu2>
and assisting @draco1023 <https://github.com/draco1023>.
- #640 <#640> Implement
file embeds via the download attribute on links. Thanks for original PR
@syjer <https://github.com/syjer> and for requesting @lindamarieb
<https://github.com/lindamarieb> and @vader <https://github.com/vader>.
- #666 <#666> API to
get the bottom-most y position of rendered content to be able to position
follow on content with other tools. Thanks for extensive reviewing of PR
@stechio <https://github.com/stechio> and for request by @DSW-AK
<https://github.com/DSW-AK>.
- #664 <#664> Improved
support for PDF/A and PDF/UA standards. Thanks for PR @qligier
<https://github.com/qligier>.
- #653 <#653> Fix for
inline-block elements with a z-index or transform were being output twice.
Thanks for reporting @hannes123bsi <https://github.com/hannes123bsi>.
- #655 <#655> Correct
layout of ordered lists in RTL direction. Thanks for PR @johnnyaug
<https://github.com/johnnyaug>.
- #658 <#658> Implement
target-text function for content property. Thanks for PR @BenjaminVega
<https://github.com/BenjaminVega>.
- #647 <#647> Fix race
condition in setting up logger in multi-threaded environments. Thanks for
PR @syjer <https://github.com/syjer>.
- #638 <#638> Ability
to plug-in external resource control based on resource type and url. Thanks
for original PR @syjer <https://github.com/syjer>.
- #628 <#628> Use
enhanced image embedding methods from PDF-BOX. Thanks for PR @rototor
<https://github.com/rototor> and your work in PDF-BOX implementing
this.
- #627 <#627> Fix
regression where a null font style was causing NPE. Thanks for PR
@rototor <https://github.com/rototor>.
- #338 <#338>
Implement read-only radio button group. Thanks for investigating, reporting
and patience @ThoSchCon <https://github.com/ThoSchCon>, @aleks-shbln
<https://github.com/aleks-shbln>, @dmitry-weirdo
<https://github.com/dmitry-weirdo>, @syjer <https://github.com/syjer>
and @paulito-bandito <https://github.com/paulito-bandito>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLE2AFXBQCDM2RFLERL5PLTEM3W3ANCNFSM4B2Q5DOA>
.
|
Thank you, @danfickle! I'm sorry, but I belatedly discovered an issue about #666: it doesn't work in case of absolutely-positioned elements. |
Just rushed to release this: 1.0.8 (2021-March-22)SECURITY RELEASE NOTE: These CVEs relate to the loading of untrusted PDFs in PDFBOX and thus this project is not directly affected. However, it is not a good idea to have CVEs on your classpath. |
Thanks so much! You are amazing. |
Just released: 1.0.9 (2021-June-18)SECURITY RELEASE: This release was brought forward due to security releases of the PDFBOX and Batik dependencies.
NOTE: PDFBOX CVEs relate to the loading of untrusted PDFs in PDFBOX and thus this project is not directly affected. However, it is not a good idea to have CVEs on your classpath. GENERAL:
|
Just released. There is a lot of work gone into footnote support so I hope it is useful for someone! You can try footnotes at the sandbox. 1.0.10 (2021-September-13)NOTE: After this release the old slow renderer will be deleted. Fast mode has been the default (since 1.0.5) so you only have to check your code if you are calling the
|
Including - Support for Java 21 - Newest versions of the actions used - Switch to Eclipse Temurin as distro, as it tends to be included in the github runners, and hence faster - Using the setup-java caching mechanism for maven instead of a separate action, for simplicity Note: This PR also includes openhtmltopdf#6 , as it is needed for the build to run properly. I have activated actions on my fork, so you can see examples of this running at https://github.com/madsop-nav/openhtmltopdf/actions/runs/7695317933
No description provided.
The text was updated successfully, but these errors were encountered: