[MIG] report_qweb_signer: Migration to 12.0 - #253
Conversation
|
Please check tests failure and runbot warning: |
|
I have the tests failing on java's memory: https://travis-ci.org/OCA/reporting-engine/jobs/454946302#L783 Any travis configurations needed? |
|
I'm trying one possible patch. |
|
No luck. @yajo do you guess something? |
79f97c4 to
feb8562
Compare
|
@yajo Still the same: https://travis-ci.org/OCA/reporting-engine/jobs/456961880#L783 |
|
You can try adding this to before_script:
- _JAVA_OPTIONS= |
|
Thanks @yajo let's try that. |
|
Nay 😞 |
|
Could you try ideas from https://stackoverflow.com/a/33794801/1468388? You could try running |
These limits were being hit when printing PDF reports with just 80 pages.
Avoid error: Error occurred during initialization of VM Could not allocate metaspace: 1073741824 bytes trying solution proposed in https://stackoverflow.com/a/33794801
412db04 to
ef5a6bf
Compare
- Good dependency chain - Context for forcing rendering PDF - Extra test
0eb61c5 to
6e462b2
Compare
|
Merging as it's finally green |
|
Just a question, I found a python library that could sign documents: |
|
Well, this is working fine since a lot, so although Java is not my favorite one, unless this is proven to be work painless, I won't switch. We can try on the CS. |
|
Ok, we will check it there 😉 |
|
Hi, @etobella Yes, I discarded to try it because the project seemed to be a little immature yet. There was no much feedback or documentation around so adopting it seemed a little bit risky. |
This module extends the functionality of report module to sign
PDFs using a PKCS#12 certificate.
cc @Tecnativa