[weld/core] 6c3b8c: Upgrade wildfly.arquillian.version from 3.0.1.Fina...
by Matej Novotny
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 6c3b8c741be1628807415285a0d4fc13dc8472e7
https://github.com/weld/core/commit/6c3b8c741be1628807415285a0d4fc13dc8472e7
Author: Scott Marlow <smarlow(a)redhat.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M jboss-tck-runner/pom.xml
M jboss-tck-runner/src/test/wildfly8/arquillian.xml
M pom.xml
M tests-arquillian/pom.xml
M tests-arquillian/src/test/resources/wildfly-arquillian.xml
Log Message:
-----------
Upgrade wildfly.arquillian.version from 3.0.1.Final to 5.0.0.Alpha3 and use standalone-full.xml for Jakarta EE 10 Full Platform testing instead of now removed from WildFly 27 standalone-activemq-embedded.xml
Signed-off-by: Scott Marlow <smarlow(a)redhat.com>
Commit: d6c8a2ddf280fefb1757fa42c08aff8f747989a0
https://github.com/weld/core/commit/d6c8a2ddf280fefb1757fa42c08aff8f747989a0
Author: Scott Marlow <smarlow(a)redhat.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M jboss-tck-runner/pom.xml
M jboss-tck-runner/src/test/wildfly8/arquillian.xml
M tests-arquillian/pom.xml
M tests-arquillian/src/test/resources/wildfly-arquillian.xml
Log Message:
-----------
Remove unneeded copy of standalone-full.xml
Signed-off-by: Scott Marlow <smarlow(a)redhat.com>
Commit: 016f54385ce8bc814b465fc3898dde12ba156d8f
https://github.com/weld/core/commit/016f54385ce8bc814b465fc3898dde12ba156d8f
Author: Scott Marlow <smarlow(a)redhat.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M .github/workflows/ci-actions.yml
Log Message:
-----------
update ci-actions.yml to use https://ci.wildfly.org/guestAuth/repository/download/WF_Nightly/latest.la...
Signed-off-by: Scott Marlow <smarlow(a)redhat.com>
Commit: 5a15e268fbc4fdc581313f4a634c2658b6375c2f
https://github.com/weld/core/commit/5a15e268fbc4fdc581313f4a634c2658b6375c2f
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M lang-model-tck/pom.xml
M pom.xml
M tests-arquillian/pom.xml
Log Message:
-----------
Try removing no longer needed direct deps on Arq. jakarta enricher
Commit: 73c3a2e869d80a4d449d2ef9ae8c2d164c7f5ece
https://github.com/weld/core/commit/73c3a2e869d80a4d449d2ef9ae8c2d164c7f5ece
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M examples/jsf/login/src/main/java/org/jboss/weld/examples/login/EJBUserManager.java
M examples/jsf/login/src/main/java/org/jboss/weld/examples/login/Login.java
M examples/jsf/login/src/main/java/org/jboss/weld/examples/login/ManagedBeanUserManager.java
A examples/jsf/login/src/main/java/org/jboss/weld/examples/login/Person.java
R examples/jsf/login/src/main/java/org/jboss/weld/examples/login/User.java
M examples/jsf/login/src/main/java/org/jboss/weld/examples/login/UserManager.java
M examples/jsf/login/src/main/resources/META-INF/persistence.xml
M examples/jsf/login/src/main/resources/import.sql
M examples/jsf/login/src/main/webapp/WEB-INF/faces-config.xml
M examples/jsf/login/src/main/webapp/WEB-INF/web.xml
M examples/pom.xml
M pom.xml
Log Message:
-----------
Update JSF login example
Commit: 7b0cc61cef8ed2add0bf277abc516d11a92c634d
https://github.com/weld/core/commit/7b0cc61cef8ed2add0bf277abc516d11a92c634d
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M examples/README.md
R examples/jsf/pastecode/README.md
R examples/jsf/pastecode/pom.xml
R examples/jsf/pastecode/src/ftest/java/org/jboss/weld/examples/pastecode/ftest/Deployments.java
R examples/jsf/pastecode/src/ftest/java/org/jboss/weld/examples/pastecode/ftest/PasteCodeTest.java
R examples/jsf/pastecode/src/ftest/resources/arquillian.xml
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/jsf/LanguageConverter.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/jsf/TruncatingConverter.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/model/CodeFragment.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/model/Language.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/servlets/DownloadServlet.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/CodeFragmentLogger.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/CodeFragmentManager.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/CodeFragmentManagerImpl.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/CodeFragmentPrinter.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/FloodingDecorator.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/HashComputer.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/History.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/LanguageManager.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/LogManager.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/Paginator.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/PasteWindow.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/PopulateDatabase.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/PostTracker.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/Theme.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/ThemeManager.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/Timer.java
R examples/jsf/pastecode/src/main/java/org/jboss/weld/examples/pastecode/session/TimerEvent.java
R examples/jsf/pastecode/src/main/resources/META-INF/persistence.xml
R examples/jsf/pastecode/src/main/resources/data.sql
R examples/jsf/pastecode/src/main/webapp/WEB-INF/beans.xml
R examples/jsf/pastecode/src/main/webapp/WEB-INF/faces-config.xml
R examples/jsf/pastecode/src/main/webapp/WEB-INF/jboss-web.xml
R examples/jsf/pastecode/src/main/webapp/WEB-INF/urlrewrite.xml
R examples/jsf/pastecode/src/main/webapp/WEB-INF/web.xml
R examples/jsf/pastecode/src/main/webapp/display.xhtml
R examples/jsf/pastecode/src/main/webapp/favicon.ico
R examples/jsf/pastecode/src/main/webapp/functions.js
R examples/jsf/pastecode/src/main/webapp/help.xhtml
R examples/jsf/pastecode/src/main/webapp/history.xhtml
R examples/jsf/pastecode/src/main/webapp/home.xhtml
R examples/jsf/pastecode/src/main/webapp/img/divider.png
R examples/jsf/pastecode/src/main/webapp/img/header_bg.png
R examples/jsf/pastecode/src/main/webapp/img/pastecode.png
R examples/jsf/pastecode/src/main/webapp/img/poweredbyweld.png
R examples/jsf/pastecode/src/main/webapp/img/search.png
R examples/jsf/pastecode/src/main/webapp/img/submit.png
R examples/jsf/pastecode/src/main/webapp/index.html
R examples/jsf/pastecode/src/main/webapp/jsScripts.xhtml
R examples/jsf/pastecode/src/main/webapp/pagination.xhtml
R examples/jsf/pastecode/src/main/webapp/rightMenuDefault.xhtml
R examples/jsf/pastecode/src/main/webapp/style/style.css
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/LGPLv3.txt
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/clipboard.swf
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushAS3.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushBash.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushCSharp.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushColdFusion.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushCpp.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushCss.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushDelphi.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushDiff.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushErlang.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushGroovy.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushJScript.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushJava.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushJavaFX.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushPerl.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushPhp.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushPlain.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushPowerShell.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushPython.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushRuby.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushScala.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushSql.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushVb.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shBrushXml.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shCore.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/scripts/shLegacy.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/src/shCore.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/src/shLegacy.js
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/help.png
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/magnifier.png
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/page_white_code.png
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/page_white_copy.png
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/printer.png
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/shCore.css
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/shThemeDefault.css
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/shThemeDjango.css
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/shThemeEclipse.css
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/shThemeEmacs.css
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/shThemeFadeToGrey.css
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/shThemeMidnight.css
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/styles/shThemeRDark.css
R examples/jsf/pastecode/src/main/webapp/syntaxhighlighter/test.html
R examples/jsf/pastecode/src/main/webapp/template.xhtml
M examples/pom.xml
Log Message:
-----------
Remove pastecode JSF example
Compare: https://github.com/weld/core/compare/13d6e0038c6e...7b0cc61cef8e
2 years, 3 months