You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/17 09:05:00 UTC

[jira] [Commented] (TOMEE-2184) MyFaces 2.3.0

    [ https://issues.apache.org/jira/browse/TOMEE-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16440637#comment-16440637 ] 

ASF GitHub Bot commented on TOMEE-2184:
---------------------------------------

GitHub user jeanouii opened a pull request:

    https://github.com/apache/tomee/pull/126

    TOMEE-2184 my faces 2.3.0

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jeanouii/tomee TOMEE-2184_MyFaces-2.3.0

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomee/pull/126.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #126
    
----
commit cc8b065bc58c9559a08afa515e0a27c82f098556
Author: Mark Struberg <st...@...>
Date:   2017-08-15T15:49:51Z

    TOMEE-2115 upgrade to apache-parent-18

commit 9c56670816b42d08be8b327c38e1a9f4d3d5f168
Author: Mark Struberg <st...@...>
Date:   2017-08-15T16:42:18Z

    TOMEE-2115 upgrade tomee version to 8.0.0-SNAPSHOT

commit 21fd7302cadde51ffe37e4f1c08b3715a4db55f8
Author: Mark Struberg <st...@...>
Date:   2017-08-15T17:40:27Z

    TOMEE-2115 upgrade to javaee-api 8.0 and update owb and openjpa

commit eed530291c29933095a8b247bc862d8c334756c2
Author: Mark Struberg <st...@...>
Date:   2017-08-15T21:10:57Z

    TOMEE-2115 intermediate Servlet upgrade commit

commit 9e0287cada5258b2d9d26a353c39a8c29bd5e62b
Author: Mark Struberg <st...@...>
Date:   2017-08-15T22:20:02Z

    TOMEE-2117 fix compile error in conjunction with ProcessObserverMethod

commit f34eab0c7b730c9004d6c0521bd5981e48289db0
Author: Mark Struberg <st...@...>
Date:   2017-08-15T22:21:09Z

    TOMEE-2116 upgrade javaee-api to 8.0-SNAPSHOT

commit 0795692e5482700f35697398fda0386cb7b73b56
Author: Mark Struberg <st...@...>
Date:   2017-08-16T04:34:59Z

    TOMEE-2115 EE8 requires Java8

commit 1895baf1b3362d7d14ba6f58c8f242e86cc82309
Author: Mark Struberg <st...@...>
Date:   2017-08-16T05:10:43Z

    TOMEE-2115 remove unused interface which is broken with Java8

commit 606cad6ffca0007e40a901df53d0ae23deae58cd
Author: Mark Struberg <st...@...>
Date:   2017-08-17T07:18:55Z

    TOMEE-2115 fix recursive fireEvent invocations due to missing super call

commit 160ff486bc86040b9098e2a8b4278c9ab44c3626
Author: Mark Struberg <st...@...>
Date:   2017-08-17T20:40:34Z

    TOMEE-2115 down to surefire 2.19

commit 7f2b429a2ae29df888a79466d1754226b66d94f2
Author: Mark Struberg <st...@...>
Date:   2017-08-17T20:41:38Z

    TOMEE-2115 only use 1 thread.
    
    With 2 threads I got random file locking failures.
    Will only happen on fast boxes, but still very nasty.

commit d47723adace0973ce574ff8dd2f0029ee3c81f27
Author: Mark Struberg <st...@...>
Date:   2017-08-17T20:42:43Z

    TOMEE-2115 Multipoint test blows up the same way than Multicast
    
    Only happens on hardened systems which do not freely allow multicast.

commit ce6aff406746f12373e68216db730b72c616d686
Author: Mark Struberg <st...@...>
Date:   2017-08-18T07:12:27Z

    TOMEE-2115 unify surefire.version
    
    We had 5 different surefire versions in use ^^
    This mess is now cleaned up.
    We might still do a bit better.
    Currently the examples do not have any <parent> pom
    which is quite ok. But this prevents using the same
    ${surefire.version} variable. Need some ideas

commit 6819e314ad0ace2c7ec4da8ee4ae1f51afa1e122
Author: Mark Struberg <st...@...>
Date:   2017-08-18T22:45:08Z

    TOMEE-2115 remove tests which do not exist anymore

commit 3b193cc1f67598d87b3a9ff436bb26afaf3d8c71
Author: Mark Struberg <st...@...>
Date:   2017-08-19T19:50:19Z

    TOMEE-2115 tweak CDI-embedded TCK for CDI-2.0

commit f7cd18bff184559492675d18ddbc5a8f97b5882c
Author: Mark Struberg <st...@...>
Date:   2017-08-19T21:52:13Z

    TOMEE-2115 add broken tests with ref to the respective CDITCK ticket

commit e76a37b527ca22cbc58e9b8f6263a2b1e8a0f534
Author: Mark Struberg <st...@...>
Date:   2017-08-27T07:22:15Z

    TOMEE-2115 disabling the SE parts of the TCK
    
    The SE part uses a somehow weird setup with an
    own Arquillian adapter which does actually not work
    in combination with another Arquillian adapter.
    
    It's reported and we might later re-enable the tests again.

commit b06d4b7233080afd2f63ca69856f2e269d5ae43e
Author: Mark Struberg <st...@...>
Date:   2017-10-23T15:31:57Z

    Merge branch 'master' into fb_tomee8

commit 05619f3fb16cef2bcd40ac46c74a15d9ccf21024
Author: Mark Struberg <st...@...>
Date:   2017-10-23T16:23:08Z

    TOMEE-2138 MockitoExtensionBean must implement Prioritized
    
    otherwise they won't get activated.
    That was clarified in the EG a bit ago.

commit 743d17b8f840a93cce6d42f6d4044809219fac79
Author: Mark Struberg <st...@...>
Date:   2017-10-24T09:48:03Z

    fix missing junit

commit 263a45e387b3d8672a584b24c11cdfe1a0a65aac
Author: Mark Struberg <st...@...>
Date:   2017-10-24T10:33:08Z

    TOMEE-2139 disable broken test
    
    Needs to get fixed properly.

commit cd945114cf8584ad87d157df7bb3df5efd778363
Author: Mark Struberg <st...@...>
Date:   2017-10-24T11:11:38Z

    fix broken GreetingServiceTest
    
    Without specifying the mime type the server will blow up bc not knowing what to do.
    A bug in older Johnzon versions did hide the bug in this test.

commit 93a3fc785785db0f8026c8ccebcedea086994921
Author: Mark Struberg <st...@...>
Date:   2017-10-24T11:12:53Z

    give the module the correct name.
    
    Otherwise we have 2 modules with the same name.
    Copy&Paste bug...

commit 7b8d66fdf82a3103eb333faff79471c54f8a240a
Author: Mark Struberg <st...@...>
Date:   2017-10-24T20:48:48Z

    TOMEE-2140 disable arquillian-jpa example
    
    because it uses a library which is no longer maintained and
    not compatible with newer Arquillian versions

commit cde4122a4e4cc4c84d35b4a59f7324d3f9a92b47
Author: Mark Struberg <st...@...>
Date:   2017-10-24T20:53:16Z

    upgrade arquillian-transaction-impl-base to a compatible version
    
    1.0.1 is not compatible with Arquillian-1.1.13.Final

commit 199823f2916172e20d1902114a69e1a3f77d02fe
Author: Mark Struberg <st...@...>
Date:   2017-10-25T12:21:48Z

    more CDI TCK tests

commit 0a1969dbd0b6ff80a739a26905cbf51c1899a598
Author: Mark Struberg <st...@...>
Date:   2017-10-25T12:23:35Z

    Merge branch 'master' into fb_tomee8

commit c6aed8e87201b092eeb66e01e3aa584386998ab2
Author: Mark Struberg <st...@...>
Date:   2017-12-23T19:17:53Z

    upgrade to CXF-3.2 which is JAX-RS 2.1 (EE8)
    
    Also upgraded OWB to the current snapshot.

commit acc6a5cb68aac67546eca48e7e5fa37c8233f1e9
Author: Romain Manni-Bucau <rm...@...>
Date:   2018-01-08T15:42:02Z

    TOMEE-2159  Thomas Andraschko patch to upgrade to mf 2.3

commit cb8ec5b9c77f0e49da1fa9fa1ba2552327e21b2e
Author: Romain Manni-Bucau <rm...@...>
Date:   2018-01-08T15:48:38Z

    TOMEE-2160 Thomas Andraschko patch to upgrade to tomcat 9

----


> MyFaces 2.3.0
> -------------
>
>                 Key: TOMEE-2184
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2184
>             Project: TomEE
>          Issue Type: Dependency upgrade
>    Affects Versions: 8.0.0
>            Reporter: Jean-Louis MONTEIRO
>            Assignee: Jean-Louis MONTEIRO
>            Priority: Major
>              Labels: pull-request-available
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)