[ 
https://issues.apache.org/jira/browse/DIRMINA-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557928#action_12557928
 ] 

Niklas Therning commented on DIRMINA-477:
-----------------------------------------

We also need to document changes in Spring integration. E.g. the 
KeystoreFactoryBean and SSLContextFactoryBean have been removed. Instead you 
use something like:

<bean id="keyStoreFactory" class="o.a.m.filter.ssl.KeyStoreFactory">
  <property name="..." value="..."/>
  ...
</bean>

<bean id="keyStore" factory-bean="keyStoreFactory" 
factory-method="newInstance"/>

SslContextFactory is used similarly.

And also, DefaultIoFilterChainBuilderFactoryBean is now gone. 
DefaultIoFilterChainBuilder now has a setFilters() method which can be used 
directly from Spring.


> Update page about differences between 1.x and 2.x
> -------------------------------------------------
>
>                 Key: DIRMINA-477
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-477
>             Project: MINA
>          Issue Type: Task
>          Components: Web Site / Documentation
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>             Fix For: 2.0.0-M1
>
>
> Our current web site doesn't describe what have been changed in 2.x comparing 
> to 1.x.  We need to carefully put all changes together there so people can 
> migrate more easily.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to