Doubt about versions

UI Components for JSF
Post Reply
mjordanav
Posts: 11
Joined: 07 Jul 2021, 13:59

23 Jul 2021, 10:50

Hi, I'm new here.

I want to update the jQuery version to 3.6.0.

I have upgraded the primefaces version from 5.3 to 8 and I see that the jQuery version goes from 1.10.4 to 3.4.1. The problem here is that I don't know if I can upgrade the primefaces version from 8 to 10 because on this page https://www.primefaces.org/downloads/ it seems that you need some license to upgrade to version 10 as there is a community download part and it only goes to version 8.

If I want to update my primefaces to 10 I need primefaces elite, a theme or something like that?

Thanks, and sorry for my English!

Melloware
Posts: 3716
Joined: 22 Apr 2013, 15:48

26 Jul 2021, 14:21

No PrimeFaces 10.0.0 and is open source and available just like 8.0 is.

However Elite versions like PF 10.0.2 require an Elite subscription to download.
PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub Profile: https://github.com/melloware
PrimeFaces Elite 13.0.0 / PF Extensions 13.0.0
PrimeReact 9.6.1

Teutron
Posts: 29
Joined: 09 Mar 2021, 11:35

26 Jul 2021, 14:30

Primefaces 10 is also free to use:

https://primefaces.github.io/primefaces ... d/download

javax (JSF 2.0 - JSF 2.3)
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>10.0.0</version>
</dependency>

jakarta (JSF 3.0)
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>10.0.0</version>
<classifier>jakarta</classifier>
</dependency>

mjordanav
Posts: 11
Joined: 07 Jul 2021, 13:59

02 Aug 2021, 15:26

Ok! Thank you! :)

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 28 guests