the reason for failure was an IMHO unfortunate import of MyFaces Assert,
which is not availble on Wildfly.
 +import org.apache.myfaces.core.api.shared.lang.Assert;
After replacement all tests work again, PR sent.

mvn -Drat.skip clean install -Pwildfly-build-managed -pl
deltaspike/modules/jsf/impl/
....
[INFO] Results:
[INFO]
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time:  48.660 s
[INFO] Finished at: 2024-02-29T08:01:32+01:00
[INFO]
------------------------------------------------------------------------



Am Mi., 28. Feb. 2024 um 11:49 Uhr schrieb Thomas Andraschko <
[email protected]>:

> i currently tried to workaround to the mojarra #encodeRedirectUrl bug but
> there are still many tests failing with mojarra (both wildfly and payara) -
> tomee works
>
> i will push it for now, can you have a look again and debug?
>
> Am Mo., 26. Feb. 2024 um 23:39 Uhr schrieb Thomas Frühbeck <
> [email protected]>:
>
> > Please note, that w/o --fail-at-end the build will fail on
> > Partial-Bean-Module Impl.
> > As I already noted in previous mail.
> >
> > [INFO] Reactor Summary for Apache DeltaSpike 2.0.0-SNAPSHOT:
> > [INFO]
> > [INFO] Apache DeltaSpike .................................. SUCCESS [
> >  0.999 s]
> > [INFO] Apache DeltaSpike Sources .......................... SUCCESS [
> >  0.187 s]
> > [INFO] Apache DeltaSpike CheckStyle-rules ................. SUCCESS [
> >  0.405 s]
> > [INFO] Apache DeltaSpike Parent ........................... SUCCESS [
> >  1.332 s]
> > [INFO] Apache DeltaSpike Test-Utils ....................... SUCCESS [
> >  1.369 s]
> > [INFO] Apache DeltaSpike Code Parent ...................... SUCCESS [
> >  4.421 s]
> > [INFO] Apache DeltaSpike Core ............................. SUCCESS [
> >  3.593 s]
> > [INFO] Apache DeltaSpike Core-API ......................... SUCCESS [
> >  5.778 s]
> > [INFO] Apache DeltaSpike Core-Implementation .............. SUCCESS [
> > 39.661 s]
> > [INFO] Apache DeltaSpike ContainerControl parent .......... SUCCESS [
> >  0.267 s]
> > [INFO] Apache DeltaSpike CDI ContainerControl API ......... SUCCESS [
> >  0.215 s]
> > [INFO] Apache DeltaSpike CDI Weld-ContainerControl ........ SUCCESS [
> >  0.382 s]
> > [INFO] Apache DeltaSpike Modules .......................... SUCCESS [
> >  3.733 s]
> > [INFO] Apache DeltaSpike Proxy-Module ..................... SUCCESS [
> >  3.678 s]
> > [INFO] Apache DeltaSpike Proxy-Module API ................. SUCCESS [
> >  4.647 s]
> > [INFO] Apache DeltaSpike Proxy-Module Impl ASM ............ SUCCESS [
> >  5.056 s]
> > [INFO] Apache DeltaSpike Security-Module .................. SUCCESS [
> >  3.504 s]
> > [INFO] Apache DeltaSpike Security-Module API .............. SUCCESS [
> >  3.853 s]
> > [INFO] Apache DeltaSpike Security-Module Impl ............. SUCCESS [
> > 13.192 s]
> > [INFO] Apache DeltaSpike JSF-Module ....................... SUCCESS [
> >  3.603 s]
> > [INFO] Apache DeltaSpike JSF-Module API ................... SUCCESS [
> >  4.338 s]
> > [INFO] Apache DeltaSpike JSF-Module Impl .................. SUCCESS [
> > 42.537 s]
> > [INFO] Apache DeltaSpike Partial-Bean-Module .............. SUCCESS [
> >  3.565 s]
> > [INFO] Apache DeltaSpike Partial-Bean-Module API .......... SUCCESS [
> >  3.825 s]
> > [INFO] Apache DeltaSpike Partial-Bean-Module Impl ......... FAILURE [
> > 19.794 s]
> > [INFO] Apache DeltaSpike JPA-Module ....................... SUCCESS [
> >  3.655 s]
> > [INFO] Apache DeltaSpike JPA-Module API ................... SUCCESS [
> >  3.972 s]
> > [INFO] Apache DeltaSpike JPA-Module Impl .................. SUCCESS [
> >  4.844 s]
> > [INFO] Apache DeltaSpike Data-Module ...................... SUCCESS [
> >  3.868 s]
> > [INFO] Apache DeltaSpike Data-Module API .................. SUCCESS [
> >  4.288 s]
> > [INFO] Apache DeltaSpike Data-Module Impl ................. SKIPPED
> > [INFO] Apache DeltaSpike Scheduler-Module ................. SUCCESS [
> >  3.564 s]
> > [INFO] Apache DeltaSpike Scheduler-Module API ............. SUCCESS [
> >  3.800 s]
> > [INFO] Apache DeltaSpike Scheduler-Module Impl ............ SUCCESS [
> > 13.304 s]
> > [INFO] Apache DeltaSpike Test-Control-Module .............. SUCCESS [
> >  3.530 s]
> > [INFO] Apache DeltaSpike Test-Control-Module API .......... SUCCESS [
> >  3.819 s]
> > [INFO] Apache DeltaSpike Test-Control-Module Impl ......... SUCCESS [
> >  4.919 s]
> > [INFO] Apache DeltaSpike Examples ......................... SUCCESS [
> >  0.163 s]
> > [INFO] Apache DeltaSpike Java-SE Examples ................. SUCCESS [
> >  0.524 s]
> > [INFO] Apache DeltaSpike JSF Examples ..................... SUCCESS [
> >  1.762 s]
> > [INFO] Apache DeltaSpike JSF Playground ................... SUCCESS [
> >  0.703 s]
> > [INFO] Apache DeltaSpike Security Example CDI ............. SUCCESS [
> >  0.443 s]
> > [INFO] Apache DeltaSpike Security Example PicketLink ...... SUCCESS [
> >  0.890 s]
> > [INFO] Apache DeltaSpike Java-SE Scheduler Examples ....... SUCCESS [
> >  0.310 s]
> > [INFO] Apache DeltaSpike JPA Examples ..................... SUCCESS [
> >  0.528 s]
> > [INFO] Apache DeltaSpike Data Examples .................... SKIPPED
> > [INFO] Apache DeltaSpike Distribution ..................... SUCCESS [
> >  0.066 s]
> > [INFO] Apache DeltaSpike Distribution Bill of Materials ... SUCCESS [
> >  0.031 s]
> > [INFO] Apache DeltaSpike Full Distribution ................ SKIPPED
> > [INFO] Apache DeltaSpike Documentation .................... SUCCESS [
> >  0.022 s]
> > [INFO] Apache DeltaSpike Site ............................. SUCCESS [
> >  0.023 s]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  03:53 min
> > [INFO] Finished at: 2024-02-26T22:18:04+01:00
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > Am Mo., 26. Feb. 2024 um 15:24 Uhr schrieb Thomas Andraschko <
> > [email protected]>:
> >
> > > Are you sure that it's "mostly working"?
> > >
> > > not even core-api tests are running with wildfly-build-managed, see:
> > >
> > >
> >
> https://github.com/apache/deltaspike/actions/runs/8049145992/job/21981920123
> > >
> > > Am Mo., 26. Feb. 2024 um 10:15 Uhr schrieb tandraschko (via GitHub) <
> > > [email protected]>:
> > >
> > > >
> > > > tandraschko merged PR #151:
> > > > URL: https://github.com/apache/deltaspike/pull/151
> > > >
> > > >
> > > > --
> > > > This is an automated message from the Apache Git Service.
> > > > To respond to the message, please log on to GitHub and use the
> > > > URL above to go to the specific comment.
> > > >
> > > > To unsubscribe, e-mail: [email protected]
> > > >
> > > > For queries about this service, please contact Infrastructure at:
> > > > [email protected]
> > > >
> > > >
> > >
> >
>

Reply via email to