Code Monkey home page Code Monkey logo

Comments (4)

arjantijms avatar arjantijms commented on May 24, 2024

@bshannon Okay, I'll revert it and then re-stage the artefact. Thanks for testing this!

P.s. I think similar changes were made for Servlet were @markt-asf mentioned it was technically a compatible change from a JLS point of view.

from authorization.

markt-asf avatar markt-asf commented on May 24, 2024

The generics are erased at compile time so the run-time impact of this change should be zero. Depending on where in the API the generics are added and how the API is used there may be compile time impacts (i.e. users would need to modify their code to compile against the version with the generics).
It is a judgement call whether that impact is acceptable or not.
I checked the servlet-api project. No generics changes were made. I think that was addressed back in JavaEE 6 for Servlet (servlet 3.0).

from authorization.

bshannon avatar bshannon commented on May 24, 2024

Whether this would cause any incompatibility to applications is not the issue.
This is a change from what the specification required and thus must be fixed.
If you believe there is no impact to applications, you can consider this change
in a future version of the specification.

from authorization.

arjantijms avatar arjantijms commented on May 24, 2024

@bshannon I understand. For JACC (and JASPIC among others) I'll propose changes such as this for the next spec rev.

The change has been reverted as requested, and the artefact has been restaged again.

See

I think this closes the issue then. If there's anything else please let me know.

from authorization.

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.