How to access primefaces' previous version showcase - jsf

I was using primefaces 5 for an app, and now I need to do some modifications, but in the showcase page I can only access version 6, which is not compatible with my version. every time I tested a component I get this error :
Tag Library supports namespace: http://primefaces.org/ui, but no tag was defined for name:
Can anyone help ??
PS: I cannot migrate to version 6
EDIT
version of primefaces that I use is 5
Solution
for those who face the same problem here is the link to download any showcase version.
download it and follow the read me .

PrimeFaces did not keep track (tag) of versions of the showcase before the 5.0 release. The earliest commits in GitHub are of April 2014 and version 4 was released in October 2013.
Before that, Googlecode was used and they migrated the code AND history from 'svn' to github. That code is in https://github.com/svn2github/primefaces-showcase, where you can easily go back to October 2nd 2013 where the 4.0(-SNAPSHOT) was updated to 4.1(-SNAPSHOT).
Browsing the repository for that version (or downloading it!) is possible. Might be that you need to go 1 commit back but be creative... it is still all there.

I was looking for it too, and I've found it here:
https://pseudohub.de/primefaces-5.3-showcase
https://primefaces.zeef.com (see Primefaces showcases section)

Related

Where do I find list of breaking changes for Any NodeJS version

I am currently using node 6.1 in my project.
I want to upgrade it to latest stable version now.
Before doing that I want to know what are the breaking changes introduced in all the versions in between 6 to 12
Is there any place I can get all these breaking changes for the node versions.
I've found this page to be the most helpful list of all major/minor/patch changes:
https://nodejs.org/en/blog/release/v16.0.0/
Another good resource to find changes to all the different major versions, is the changelog archive on nodejs' github:
https://github.com/nodejs/node/tree/main/doc/changelogs

SAP: Upgrading Hybris from version 5.1.1 to 6.2

We have SAP Hybris Commerce version 5.1.1 with custom extensions installed. Now we need to upgrade it to newest version 6.2.
My question is: Can we upgrade it to 6.2 and skip all versions between 5.1 and 6.2? Or must it be done by upgrading to 5.2, then to 5.3 and so on?
Yep - 5.1.1 to 6.2 ought to work (I've been working on a project that's done exactly this).
You will probably have to make some changes - watch out for any customisations you've made - it might be worth reading through the release docs to have an idea of what's changed - off the top of my head the structure of add ons is one area that's a bit different between 5.1 and 6.2, but otherwise things should work OK in theory.
Yes you can directly update to 6.2.
It's important to regulary update your hybris version. You should not have so much gap with current version. Indeed it become tougher to migrate your custom code.
Upgrading each minor version in a row is totally useless most of the time. Only do this if you have issues you can't solve while migrating to the target version.
You should take a look at this migration documentation and this guide (it can be used even if it doesn't match your version).
Note that some stuff like promotion are totally different in hybris 6 so you can expect some trouble to migrate everything. Take care of your extensions generated with old template also.
5.5.1 introduces JDK8 and Spring 4, I would not underestimate this change! Depending on the size of your project I would first go for 5.5.1. Also notice the MySQL change for 6.2 (5.6). Don't forget to declare deployment tables in your items.xml. Search for "third-party compatibility" and "release notes" on the wiki. Also try shifting to the backoffice since the hMC is marked as deprecated.
Yes you can migrate directly 6.2.
The time and difficulty depends on your custom code (and how much it respects good practices : naming conventions, usage of service, architecture respect...etc)
You might also consider that HMC is deprecated in 6.2

Do users update to the next version or the latest version?

Suppose my extension is version 1.0. I write a new feature and release 1.1. Then I quickly realize I've shipped a bug, fix it, and release 1.2.
Now suppose a user with 1.0 is offline until after 1.2 is released.
Will they update to 1.2 or to 1.1?
Do users get updated to the latest version, or to the next version from the one they have?
Users always get the latest version. So you’ll have to integrate any update code for 1.1 in 1.2 as well.
Every few hours, the browser checks whether any installed extensions or apps have an update URL. For each one, it makes a request to that URL looking for an update manifest XML file. If the update manifest mentions a version that is more recent than what's installed, the browser downloads and installs the new version.
— http://developer.chrome.com/extensions/autoupdate.html

Where to download the previous SDK for CRM 2011 v 5.0.12?

Currently searching for CRM 2011 SDK always seems to yield this download page, which is the most current version of the SDK (As of this post, its version 5.0.13 for rollup 12). We are going to be installing rollup 11, on our prod boxes this month. I'd like to get the previous version of the SDK, but have been unable to find it. Does anyone happen to have a link to the 5.0.12 version of the SDK?
I had to downgrade recently and used this link. And I'm not sure if a newer version is recommended. Definitely not UR12.
And for UR11, it's probably this link.
Is that what you're looking for?

Where to find SubSonic 2.2 Source Code?

I'm a bit confused on where to find the most up-to-date copy of SubSonic 2.x, after following the links I think it's here: http://github.com/subsonic/SubSonic-2.0 on GitHub, but I don't see anything showing it's 2.2+ versus something lower like 2.0 or 2.1. Can somebody confirm that GitHub has the most up-to-date version of SubSonic 2.x, I just want to make sure I'm tweaking the latest version of 2.x.
Yes, github has the latest version of the version 2 source.
Here is the link where you can download subsonic version 2 till 2.2.
https://github.com/subsonic/SubSonic-2.0/downloads

Resources