Commit Graph

1 Commits

Author SHA1 Message Date
Alexander Scheel f5b68890a2
Fix Tomcat build for RHEL 9.0.0 beta
Notably, I checked in two patches:

 - 0001-ascheel-Update-to-JDK-Version-11 is UNUSED, but present in case
   it is useful in the future. This was a relatively easy hack on the
   build file, but didn't prove useful; I disabled it.
 - 0002-ascheel-Add-javax.xml.soap.patch, which adds the missing
   javax.xml.soap (removed from JDK 9+) from the jakarta package. This
   package is already in RHEL 9 and so should be safe to add.

Signed-off-by: Alexander Scheel <ascheel@redhat.com>
2021-03-01 13:35:35 -05:00