Code Monkey home page Code Monkey logo

Comments (10)

haavar avatar haavar commented on August 15, 2024

What's the issue with running under java 17?

from java-saml.

jacqueskpoty avatar jacqueskpoty commented on August 15, 2024

Since java 17 many of the classes in javax package are moved to jakarta.
This is causing a big issue.
I recently upgraded my project to Spring Boot 3.2.2 so im forced to use java 17
This upgrade makes java-saml unusable.

from java-saml.

mauromol avatar mauromol commented on August 15, 2024

Java 17 itself has nothing to do with the change from Java EE to Jakarta EE.

from java-saml.

jacqueskpoty avatar jacqueskpoty commented on August 15, 2024

Is there anything being done to support the change from Java EE to Jakarta EE for java-saml?

from java-saml.

mauromol avatar mauromol commented on August 15, 2024

There's PR #395 open.

from java-saml.

jacqueskpoty avatar jacqueskpoty commented on August 15, 2024

@mauromol Thanks. I checked and the PR has been for a year. Hopefully it will be merged soon.

from java-saml.

william00179 avatar william00179 commented on August 15, 2024

This package can be easily transformed with https://github.com/eclipse/transformer and then used.

I am using this for this package and many others that don't support the jakarta migration.

from java-saml.

paulrutter avatar paulrutter commented on August 15, 2024

#349 (comment) is another workaround.

from java-saml.

haavar avatar haavar commented on August 15, 2024

How are you guys using the servlet API with the SAML library? Can you not just pass in the parameters, instead of wrapping the request? I've been using jarkarta for a while now, and that did not affect how I used saml core.

from java-saml.

paulrutter avatar paulrutter commented on August 15, 2024

Java-saml uses javax classes, java-saml-core does not. See https://github.com/SAML-Toolkits/java-saml#the-httprequest

from java-saml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.