Corrijo la dependencia con barcode4j#13
Open
edemiguel wants to merge 4 commits into
Open
Conversation
Modifico la dependencia por no aparecer el el repositorio oficial de maven.
Genero un Test JUnit con la generación de ejemplo de un informe
Author
|
También he añadido un ejemplo de generación de un informe en los test JUnit |
CGamuci-RES-DBS-APL
added a commit
that referenced
this pull request
Sep 20, 2022
Establecemos la propiedad "org.apache.xml.security.ignoreLineBreaks" para que Apache Santuario no agregue saltos de linea en las firmas generadas, ya que de hacerlo en los Base 64 se utiliza "\r\n" y el "\r" aparece como " " al final de cada linea en las firmas XML. Las firmas generadas serian validas pero darian problemas al promocionarlas a formatos longevos. Referencias: - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8177334 - https://issues.apache.org/jira/browse/SANTUARIO-482
This file contains hidden or 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
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.
Modifico la dependencia por no aparecer el el repositorio oficial de maven.