Uploaded image for project: 'WSS4J'
  1. WSS4J
  2. WSS-696

Upgrade ehcache to 3.10.0 with jakarta classfier

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4.1
    • 3.0.0
    • WSS4J Core
    • None

    Description

      Ehache 3.10.0 is released with a new variant jar which support jakarta namespace. 

      We can include this jakarta version in wss4j now. 

      This upgrade mainly contains the 3.10.0 version upgrade  along with  the jakarta classfier change. 

       

       
      --- a/parent/pom.xml
      +++ b/parent/pom.xml
      @@ -35,7 +35,7 @@
               <bcprov.version>1.70</bcprov.version>
               <commons.compress.version>1.21</commons.compress.version>
               <cryptacular.version>1.2.4</cryptacular.version>
      -        <ehcache.version>3.9.6</ehcache.version>
      +        <ehcache.version>3.10.0</ehcache.version>
               <hamcrest.version>2.2</hamcrest.version>
               <jasypt.version>1.9.3</jasypt.version>
               <junit.version>5.8.1</junit.version>
      @@ -123,6 +123,13 @@
                       <groupId>org.ehcache</groupId>
                       <artifactId>ehcache</artifactId>
                       <version>${ehcache.version}</version>
      +                <classifier>jakarta</classifier>
      +                <exclusions>
      +                    <exclusion>
      +                        <groupId>org.glassfish.jaxb</groupId>
      +                        <artifactId>jaxb-runtime</artifactId>
      +                    </exclusion>
      +                </exclusions>
                   </dependency>
       
      

       

       

      Attachments

        Issue Links

          Activity

            People

              coheigea Colm O hEigeartaigh
              ema Jim Ma
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: