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

Mark updated JAMES-1550:
------------------------

    Attachment: server.svnrev1591185.patch

Upgrade to netty 3.9.1 (required disabling the switching of 
SwitchableDelimiterBasedFrameDecoder by ImapRequestFrameDecoder -- all seems to 
work fine and much more stable now, but I'm not totally sure about that change 
-- is there a definite purpose for SwitchableDelimiterBasedFrameDecoder?).

Upgrade to spring 4.0.3.
Introduce intermediate karaf/pom.xml to avoid karaf/build.sh.

Version upgrades:
Derby: 10.9.1.0 -> 10.10.1.1
hbase: 0.92.0 -> 0.92.2
james protocols: 1.6.3 -> 1.6.4-SNAPSHOT to include JAMES-1547

Lots of dependency version upgrades and version management declarations to fix 
dependency divergences.
Enable maven-enforcer-plugin.
Avoid jar/bundle plugin MANIFEST.MF problem.
Split data-jpa into data-openjpa and data-jpa modules (see previous patch).
The data-jpa module contains a state-of-the-art password hashing algorithm 
PBKDF2 (the initial hash generation can take a few seconds, looks like an 
entropy limitation issue, but it should be worth it). That hash is a bit longer 
now, and therefore the JPA password column has been resize from 128 to 255 
characters maximum length.
Added -Pderby-cmdline and -Pderby-dump-dbschema profiles to app/pom.xml.
Added container/spring-integration-tests module: an example integration of 
James IMAP/SMTP with Hibernate/JPA2.1 plus stress tests.
Fix MailboxManagerManagement to do name-based MailboxManager bean injection.
Add NettyLogEnable class. May be used to initialize the netty logger from 
spring xml.
SMTPServerTest: remove received header tests (now included with protocols-smtp, 
see JAMES-1547 patch), add testSetSmtpGreeting, add testSetSoftwareName
Add serverName config property to IMAPServer and softwareName config property 
to SMTPServer for better brandability.


> JPA2.1/Hibernate compatibility, Netty 3.9.1 upgrade, Spring integration test 
> module, plus misc minor changes
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: JAMES-1550
>                 URL: https://issues.apache.org/jira/browse/JAMES-1550
>             Project: James Server
>          Issue Type: Improvement
>    Affects Versions: Trunk
>            Reporter: Mark
>            Priority: Critical
>         Attachments: mailbox.svnrev1586958.patch, server.svnrev1591185.patch
>
>
> I'm attaching a patch.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to