Vytek / xades4j

Automatically exported from code.google.com/p/xades4j
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Upgrade xmlsec to 1.5.1 #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. It would nice to upgrade to the latest Santuario release. xades4j builds 
with xmlsec-1.4.5.jar, Santuario is currently at 1.5.1

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
You have to be careful when porting to xmlsec-1.5.1 since they made a few 
incompatible changes between 1.4.5 and 1.5.0
In particular, the search for ID attributes has changed.

Original issue reported on code.google.com by clementp...@gmail.com on 11 Apr 2012 at 7:20

GoogleCodeExporter commented 9 years ago
This is on the plans for the next release, which should happen after removing 
dependencies on SUN's internal classes and after resolving issue 26.

Original comment by luis.fgoncalv on 11 Apr 2012 at 8:29

GoogleCodeExporter commented 9 years ago

Original comment by luis.fgoncalv on 11 Apr 2012 at 8:29

GoogleCodeExporter commented 9 years ago
Do not forget to upgrade xml-apis at the same time.
Santuario 1.4.5 ships with xerces 2.9.1 and xml-apis 1.3.03, even though xerces 
2.9.1 itself ships with xml-apis 1.3.04
This was corrected for Santuario 1.5.1, because it now ships with xml-apis 
1.3.04

Original comment by clementp...@gmail.com on 24 Apr 2012 at 6:53

GoogleCodeExporter commented 9 years ago
http://santuario.apache.org/java150releasenotes.html

Original comment by luis.fgoncalv on 25 Apr 2012 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by luis.fgoncalv on 25 Apr 2012 at 9:52

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/xades4j/source/detail?r=200

Original comment by luis.fgoncalv on 27 Apr 2012 at 8:35