[ 
https://issues.apache.org/jira/browse/ISIS-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andi Huber updated ISIS-1811:
-----------------------------
    Description: 
Migration Notes:
 * @MemberGroupLayout was removed
 * Axon Eventbus Plugin: switching from axon 2.x to 3.x which involves that 
axon's *EventHandler* annotation has moved: 
org.axonframework.eventhandling.annotation.EventHandler -> 
org.axonframework.eventhandling.EventHandler
 * _IsisMatchers_ is no longer part of the 'core' API, but still available 
within test-scope.
 * _Ensure_ as part of the 'core' API now accepts Java Predicates instead of 
hamcrest Matchers
 * web.xml: no longer required to install listeners, filters and servlets; but 
is still required to configure the welcome page; 
_org.apache.isis.core.webapp.IsisWebAppContextListener_ acts as the single 
application entry-point to setup the dynamic part of the ServletContext.
 ** ResourceCachingFilter is now configured via annotations (Servlet 3.0 spec), 
no longer needed to be declared in web.xml
 ** ResourceServlet is now configured via annotations (Servlet 3.0 spec), no 
longer needed to be declared in web.xml
 ** IsisSessionFilter is now configured via annotations (Servlet 3.0 spec), no 
longer needed to be declared in web.xml
 ** IsisTransactionFilterForRestfulObjects is now configured via annotations 
(Servlet 3.0 spec), no longer needed to be declared in web.xml
 ** webjars Servlet was removed, no longer needed to be declared in web.xml
 ** Shiro Environment, no longer needs to be declared in web.xml
 ** Wicket Environment, no longer needs to be declared in web.xml
 ** RestEasy Environment, no longer needs to be declared in web.xml
 ** LogOnExceptionLogger, no longer needs to be declared in web.xml




  was:
Migration Notes:
 * @MemberGroupLayout was removed
 * Axon Eventbus Plugin: switching from axon 2.x to 3.x which involves that 
axon's *EventHandler* annotation has moved: 
org.axonframework.eventhandling.annotation.EventHandler -> 
org.axonframework.eventhandling.EventHandler
 * _IsisMatchers_ is no longer part of the 'core' API, but still available 
within test-scope.
 * _Ensure_ as part of the 'core' API now accepts Java Predicates instead of 
hamcrest Matchers
 * web.xml: ResourceCachingFilter is now configured via annotations (Servlet 
3.0 spec), no longer needed to be declared in web.xml
 * web.xml: ResourceServlet is now configured via annotations (Servlet 3.0 
spec), no longer needed to be declared in web.xml
 * web.xml: IsisSessionFilter is now configured via annotations (Servlet 3.0 
spec), no longer needed to be declared in web.xml
 * web.xml: IsisTransactionFilterForRestfulObjects is now configured via 
annotations (Servlet 3.0 spec), no longer needed to be declared in web.xml
 * web.xml: webjars Servlet was removed, no longer needed to be declared in 
web.xml



> Release tasks for 2.0.0-M2
> --------------------------
>
>                 Key: ISIS-1811
>                 URL: https://issues.apache.org/jira/browse/ISIS-1811
>             Project: Isis
>          Issue Type: Task
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Major
>             Fix For: 2.0.0-M2
>
>
> Migration Notes:
>  * @MemberGroupLayout was removed
>  * Axon Eventbus Plugin: switching from axon 2.x to 3.x which involves that 
> axon's *EventHandler* annotation has moved: 
> org.axonframework.eventhandling.annotation.EventHandler -> 
> org.axonframework.eventhandling.EventHandler
>  * _IsisMatchers_ is no longer part of the 'core' API, but still available 
> within test-scope.
>  * _Ensure_ as part of the 'core' API now accepts Java Predicates instead of 
> hamcrest Matchers
>  * web.xml: no longer required to install listeners, filters and servlets; 
> but is still required to configure the welcome page; 
> _org.apache.isis.core.webapp.IsisWebAppContextListener_ acts as the single 
> application entry-point to setup the dynamic part of the ServletContext.
>  ** ResourceCachingFilter is now configured via annotations (Servlet 3.0 
> spec), no longer needed to be declared in web.xml
>  ** ResourceServlet is now configured via annotations (Servlet 3.0 spec), no 
> longer needed to be declared in web.xml
>  ** IsisSessionFilter is now configured via annotations (Servlet 3.0 spec), 
> no longer needed to be declared in web.xml
>  ** IsisTransactionFilterForRestfulObjects is now configured via annotations 
> (Servlet 3.0 spec), no longer needed to be declared in web.xml
>  ** webjars Servlet was removed, no longer needed to be declared in web.xml
>  ** Shiro Environment, no longer needs to be declared in web.xml
>  ** Wicket Environment, no longer needs to be declared in web.xml
>  ** RestEasy Environment, no longer needs to be declared in web.xml
>  ** LogOnExceptionLogger, no longer needs to be declared in web.xml



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

Reply via email to