GithubHelp home page GithubHelp logo

Comments (9)

melloware avatar melloware commented on June 17, 2024 1

Reported to Quarkus: quarkusio/quarkus#32337

from quarkus-primefaces.

melloware avatar melloware commented on June 17, 2024 1

@all-contributors add @gesker for bugs

from quarkus-primefaces.

melloware avatar melloware commented on June 17, 2024 1

I will ask on the MyFaces channel I have. I would really like a 4.0.1 Release.

from quarkus-primefaces.

melloware avatar melloware commented on June 17, 2024

I will try that but that doesn't make any sense. Those classes are found fine and then you simply add JPA and they are not found seems impossible unless it's a Quarkus bug.

from quarkus-primefaces.

melloware avatar melloware commented on June 17, 2024

quarkus guys helped me. It was a Myfaces Issue: apache/myfaces#559

I still get these but I htink I can fix that here in PrimeFaces Extension

Warning: Could not register org.primefaces.model.file.CommonsUploadedFile: allDeclaredConstructors for reflection. Reason: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileItem.
Warning: Could not register org.primefaces.model.file.CommonsUploadedFile: allDeclaredFields for reflection. Reason: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileItem.

from quarkus-primefaces.

allcontributors avatar allcontributors commented on June 17, 2024

@melloware

I've put up a pull request to add @gesker! 🎉

from quarkus-primefaces.

gesker avatar gesker commented on June 17, 2024

Thanks again, @melloware.

When 3.12.3 hits maven I'll confirm. BTW, I'm still migrating getting ready for Quarkus 3 and I'm fine to package NON-native for a while. So, hair isn't on fire or anything like that.

You think there is a chance it will the upstream (quarks-myfaces) will arrive in time for 3.12.3 or will that take a little longer? Just asking as quarkus-myfaces is a dependency in quarkus-omnifaces, too.

from quarkus-primefaces.

melloware avatar melloware commented on June 17, 2024

OK @gesker I had to revert the MyFaces fix. These warnings we may have to live with because what MyFaces does is find all @Named or @Produces components and registers them for reflection.

It also does the _ClientProxy because if not I just built Quarkus Faces in Native mode and now things like PF AutoComplete can't find their complete method because of EL reflection.

<p:autoComplete id="acDelay" queryDelay="1000" value="#{autoCompleteView.txt3}"
                                completeMethod="#{autoCompleteView.completeText}" effect="blind" scrollHeight="250"/>

So I had no choice but to put it back and live with these warnings unless we find a better way.

from quarkus-primefaces.

melloware avatar melloware commented on June 17, 2024

OK was able to reduce the warnings but not remove them entirely.

apache/myfaces#565

from quarkus-primefaces.

Related Issues (19)

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.