RT stackdpodcast: Wondering what we were talking in 2012?
#7: Kito, Ian, and @dhinojosa discuss the #PrimeFaces / #ICEfaces controversy, #JSF 2.2, #MyFaces, #Mojarra, #PrettyFaces, #DeltaSpike, #JBoss EAP, #Hibernate, #WebSphere, #Liferay, #MyBatis for #Scala, and more. buff.ly/44Xn9HS
@wildflyas 29.0.0.Final is released. A highlight this quarter are Galleon feature packs for @keycloak SAML Adapter and #MyFaces integration. Find out more at https://bit.ly/46YISBq #JakartaEE #MicroProfile
WildFly 29 is released!

WildFly 29 Final is now available for download.

Just issued my first #Jakarta #Faces pull request. I have ported all Ajax related TCK tests to Selenium Webdriver and Chromium. The problem I was facing was that our new #MyFaces codebase simply is not working with #HTMLUnit anymore because HTMLUnit does not support ES6 and newer dom standards.
It is basically stuck on IE11 level in its web support!
Have started to work on porting parts of the Faces 4.0 #TCKs to Selenium. The reason was, I have rewritten the #MyFaces codebase to #Typescript with a compile target of Ecmascript 2015 and newer Dom standards, and HTMLUnit now utterly is lost with the generated code (HTMLUnit is still stuck on ES5 with some things for ES6 implemented)
So moving the codebase now to Selenium Webdrivers and headless chrome.
About 30 tests already are ported and running...