[FtpServer] Outdated license header (was: Release Apache FtpServer 1.0.5)

2010-09-27 Thread Niklas Gustavsson
On Sun, Sep 26, 2010 at 10:29 PM, Emmanuel Lecharny elecha...@gmail.com wrote:
 There is one file (core/src/main/java/org/apache/ftpserver/util/OS.java)
 which has an old ASL license header, but I don't think that is a problem.

Thanks, fixed for future releases!

/niklas


[jira] Updated: (VYSPER-243) Bosh inactivity checking thread

2010-09-27 Thread Niklas Gustavsson (JIRA)

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

Niklas Gustavsson updated VYSPER-243:
-

Fix Version/s: 0.7
   (was: 0.6)

0.6 has already been released, so fix version should be 0.7

 Bosh inactivity checking thread
 ---

 Key: VYSPER-243
 URL: https://issues.apache.org/jira/browse/VYSPER-243
 Project: VYSPER
  Issue Type: Improvement
  Components: BOSH
Reporter: Bogdan Pistol
Priority: Minor
 Fix For: 0.7


 There should be a single checking thread that will periodically check to see 
 if there are sessions that passed their inactivity time.
 Right now this is done for every session with Timer.schedule that creates a 
 thread for every session, which is not scalable (the number of threads 
 increases linearly with the number of concurrent sessions).

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



Hudson build is back to stable : ftpserver-1. 0.x-jdk1.5-solaris » Apache FtpServer Core #67

2010-09-27 Thread Apache Hudson Server
See 
https://hudson.apache.org/hudson/job/ftpserver-1.0.x-jdk1.5-solaris/org.apache.ftpserver$ftpserver-core/67/changes




Hudson build is back to stable : ftpserver-1.0.x-jdk1.5-solaris #67

2010-09-27 Thread Apache Hudson Server
See 
https://hudson.apache.org/hudson/job/ftpserver-1.0.x-jdk1.5-solaris/67/changes




Hudson build became unstable: ftpserver-trunk-jdk1.6-osx #13

2010-09-27 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/ftpserver-trunk-jdk1.6-osx/13/changes




Hudson build became unstable: ftpserver-t runk-jdk1.6-osx » Apache FtpServer Core #13

2010-09-27 Thread Apache Hudson Server
See 
https://hudson.apache.org/hudson/job/ftpserver-trunk-jdk1.6-osx/org.apache.ftpserver$ftpserver-core/13/changes




[ANNOUNCE] Apache MINA 2.0.0 released

2010-09-27 Thread Emmanuel Lécharny

 The Apache MINA project team is proud to announce the release
of Apache MINA version 2.0.0.

Apache MINA is a network application framework which helps users
develop high performance and high scalability network applications
easily by providing an abstract, event-driven, asynchronous API over
various transports such as TCP/IP and UDP/IP vis Java NIO.

The Apache MINA project website includes resources such as
introductory presentation slides, tutorials, and examples to help you
learn MINA as soon as possible.

The changeLog is provided at the end of this mail

Download :
==
* http://mina.apache.org/downloads.html

Quick links:

* Homepage - http://mina.apache.org/
* FAQ - http://mina.apache.org/faq.html
* Testimonials - http://mina.apache.org/testimonials.html
* Documentation - http://mina.apache.org/documentation.html
* Performance - http://mina.apache.org/performance-test-reports.html


The Apache MINA project team is always open for your feedback.  Please
let us know what you think about MINA via our mailing list and support
forum: http://mina.apache.org/contact.html

Thank you !

Release Notes - MINA - Version 2.0.0

Bug

* [DIRMINA-650] - Mina server does not recieve all data sent by 
client using SSLSocketFactory
* [DIRMINA-678] - NioProcessor 100% CPU usage on Linux (epoll 
selector bug)
* [DIRMINA-679] - NullPointerException in 
ProtocolCodecFilter.filterWrite

* [DIRMINA-684] - NullPointerException when opening socket to localhost
* [DIRMINA-711] - Adding some logs in the chain make the MDCFilter 
tests to fail
* [DIRMINA-720] - Hardware Flow Control Disables Serial Port on 
Windows Platform
* [DIRMINA-732] - Session Idle events never comes in sessions 
managed by NioDatagramAcceptor
* [DIRMINA-733] - The profile method in the ProfilerTimerFilter can 
caused more methods to be profiled than intended.
* [DIRMINA-742] - When session is closed, DefaultIoFilterChain is 
in deadlock.
* [DIRMINA-746] - 
DefaultSocketSessionConfig.setReceiveBufferSize(...) throws 
NullPointerException
* [DIRMINA-748] - CachedBufferAllocator does not free buffers when 
maxCachedBufferSize=0

* [DIRMINA-749] - Cannot have more than one CODEC in the chain
* [DIRMINA-753] - Some writes observed to stall until select times out
* [DIRMINA-755] - IoConnectot.dispose blocks forever
* [DIRMINA-762] - WARN org.apache.mina.core.service.IoProcessor - 
Create a new selector. Selected is 0, delta = 0

* [DIRMINA-763] - Errors with Datagram when running tests on linux
* [DIRMINA-770] - Remove all the new NullPointerException()
* [DIRMINA-778] - TextLineDecoder not thread safe?

Improvement

* [DIRMINA-707] - Add sendfile support to APR transport
* [DIRMINA-751] - IoBuffer.normalizeCapacity improvement
* [DIRMINA-754] - Javadoc omission in IoFilterChain#fireMessageSent()
* [DIRMINA-796] - Distribution packages should be named 
apache-mina-x.x.x.[zip|tar.gz]

* [DIRMINA-797] - Binary and source packages should be separate files
* [DIRMINA-798] - Sources in distribution packages requires 
including the serial profile to build


Task

* [DIRMINA-575] - Add the missing Javadoc, add some comments
* [DIRMINA-708] - Unbound thread growth on discovery attempts : 
Improve documentation

* [DIRMINA-756] - Bump up the used jars
* [DIRMINA-757] - Add an entry in FAQ explaining how to correctly 
close a session and dispose the connector
* [DIRMINA-759] - Replace JUnit 3.8 constructions with JUnit 4.7 
annotations

* [DIRMINA-795] - Rework the release process


The Apache MINA PMC.


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



Re: [VOTE] Release Apache FtpServer 1.0.5

2010-09-27 Thread Sergey Vladimirov
+1

--
Best regards,
Sergey

On Mon, Sep 27, 2010 at 12:29 AM, Emmanuel Lecharny elecha...@gmail.comwrote:

  On 9/26/10 9:56 PM, Niklas Gustavsson wrote:

 Hi

 We've fixed quite a few bugs in FtpServer and I think we're ready for
 a new release. I've uploaded binaries at:
 https://repository.apache.org/content/repositories/orgapachemina-015/

 These are based on the source here:
 https://svn.apache.org/repos/asf/mina/ftpserver/branches/1.0.5/

 The change log is here:
 https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12314821

 Let's vote:
 [ ] +1, release FtpServer 1.0.5
 [ ] 0
 [ ] -1, don't release because...


 +1

 There is one file (core/src/main/java/org/apache/ftpserver/util/OS.java)
 which has an old ASL license header, but I don't think that is a problem.

 --
 Regards,
 Cordialement,
 Emmanuel Lécharny
 www.iktek.com




-- 
Sergey Vladimirov


Re: [VOTE] Release Apache FtpServer 1.0.5

2010-09-27 Thread Sai Pullabhotla
Not sure if I'm doing something wrong, but I downloaded
https://repository.apache.org/content/repositories/orgapachemina-015/org/apache/ftpserver/ftpserver/1.0.5/ftpserver-1.0.5.zip,
and extracted it, and ran the ftpd.bat. I get the following error:

C:\dev\servers\apache-ftpserver-1.0.5\binftpd.bat
Using default configuration
Exception in thread main java.lang.NoClassDefFoundError: org/apache/ftpserver/
ipfilter/IpFilter
at org.apache.ftpserver.listener.ListenerFactory.createListener(Listener
Factory.java:109)
at org.apache.ftpserver.impl.DefaultFtpServerContext.init(DefaultFtpSe
rverContext.java:100)
at org.apache.ftpserver.FtpServerFactory.init(FtpServerFactory.java:51
)
at org.apache.ftpserver.main.CommandLine.getConfiguration(CommandLine.ja
va:115)
at org.apache.ftpserver.main.CommandLine.main(CommandLine.java:56)

Please advise.

Regards,
Sai Pullabhotla

On Sun, Sep 26, 2010 at 2:56 PM, Niklas Gustavsson nik...@protocol7.com wrote:
 Hi

 We've fixed quite a few bugs in FtpServer and I think we're ready for
 a new release. I've uploaded binaries at:
 https://repository.apache.org/content/repositories/orgapachemina-015/

 These are based on the source here:
 https://svn.apache.org/repos/asf/mina/ftpserver/branches/1.0.5/

 The change log is here:
 https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12314821

 Let's vote:
 [ ] +1, release FtpServer 1.0.5
 [ ] 0
 [ ] -1, don't release because...

 /niklas



Re: [VOTE] Release Apache FtpServer 1.0.5

2010-09-27 Thread Niklas Gustavsson
On Mon, Sep 27, 2010 at 2:36 PM, Sai Pullabhotla
sai.pullabho...@jmethods.com wrote:
 Not sure if I'm doing something wrong, but I downloaded
 https://repository.apache.org/content/repositories/orgapachemina-015/org/apache/ftpserver/ftpserver/1.0.5/ftpserver-1.0.5.zip,
 and extracted it, and ran the ftpd.bat. I get the following error:

 C:\dev\servers\apache-ftpserver-1.0.5\binftpd.bat
 Using default configuration
 Exception in thread main java.lang.NoClassDefFoundError: 
 org/apache/ftpserver/
 ipfilter/IpFilter

Oh, thanks for noticing. The OSGi package export configuration was not
correctly updated on the 1.0.x branch. Now fixed. I'll deploy a new
release later tonight.

/niklas


Re: [VOTE] Release Apache FtpServer 1.0.5

2010-09-27 Thread Emmanuel Lecharny

 On 9/27/10 5:11 PM, Niklas Gustavsson wrote:

On Mon, Sep 27, 2010 at 2:36 PM, Sai Pullabhotla
sai.pullabho...@jmethods.com  wrote:

Not sure if I'm doing something wrong, but I downloaded
https://repository.apache.org/content/repositories/orgapachemina-015/org/apache/ftpserver/ftpserver/1.0.5/ftpserver-1.0.5.zip,
and extracted it, and ran the ftpd.bat. I get the following error:

C:\dev\servers\apache-ftpserver-1.0.5\binftpd.bat
Using default configuration
Exception in thread main java.lang.NoClassDefFoundError: org/apache/ftpserver/
ipfilter/IpFilter

Oh, thanks for noticing. The OSGi package export configuration was not
correctly updated on the 1.0.x branch. Now fixed. I'll deploy a new
release later tonight.

Wanna fix the ASL 2.0 issue at the same time ?

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



Re: [VOTE] Release Apache FtpServer 1.0.5

2010-09-27 Thread Niklas Gustavsson
On Mon, Sep 27, 2010 at 5:19 PM, Emmanuel Lecharny elecha...@gmail.com wrote:
 Wanna fix the ASL 2.0 issue at the same time ?

Yes, I will include that as well.

/niklas


MIBA 2.0.0 : what's next ?

2010-09-27 Thread Emmanuel Lecharny

 Hi guys,

now that we got this damn release done, what will we do next ?

There are many things we still have to take care of :
- the MINA new site is still pending, waiting for some love 
(http://mina.apache.org/mina2/)

- the doco is also lagging a lot, and we may want to improve it
- more important, IMO, is the next version. Should we create an branch 
for 2.0.1 immediately, and let trunk be 3.0 ?


wdyt ?

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



Re: MINA 2.0.0 : what's next ?

2010-09-27 Thread Julien Vermillard
+1 for 3.0 as trunk.

Le Mon, 27 Sep 2010 17:37:35 +0200,
Emmanuel Lecharny elecha...@gmail.com a écrit :

   Hi guys,
 
 now that we got this damn release done, what will we do next ?
 
 There are many things we still have to take care of :
 - the MINA new site is still pending, waiting for some love 
 (http://mina.apache.org/mina2/)
 - the doco is also lagging a lot, and we may want to improve it
 - more important, IMO, is the next version. Should we create an
 branch for 2.0.1 immediately, and let trunk be 3.0 ?
 
 wdyt ?
 


-- 
Julien Vermillard

Archean Technologies
http://www.archean.fr


signature.asc
Description: PGP signature


Hudson build is back to stable : ftpserver-trunk-jdk1.6-osx #14

2010-09-27 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/ftpserver-trunk-jdk1.6-osx/14/changes




Hudson build is back to stable : ftpserver- trunk-jdk1.6-osx » Apache FtpServer Core #14

2010-09-27 Thread Apache Hudson Server
See 
https://hudson.apache.org/hudson/job/ftpserver-trunk-jdk1.6-osx/org.apache.ftpserver$ftpserver-core/14/changes




Re: MIBA 2.0.0 : what's next ?

2010-09-27 Thread Ashish
On Mon, Sep 27, 2010 at 9:07 PM, Emmanuel Lecharny elecha...@gmail.com wrote:
  Hi guys,

 now that we got this damn release done, what will we do next ?

 There are many things we still have to take care of :
 - the MINA new site is still pending, waiting for some love
 (http://mina.apache.org/mina2/)

+1, anything specific that we must take on priority

 - the doco is also lagging a lot, and we may want to improve it

site or javadoc?

 - more important, IMO, is the next version. Should we create an branch for
 2.0.1 immediately, and let trunk be 3.0 ?

+1, but what do we do about 3.0 branch and the work that we did there?


 wdyt ?

A BIG THANKS again for the release :)


-- 
thanks
ashish


Re: MIBA 2.0.0 : what's next ?

2010-09-27 Thread Emmanuel Lécharny

 On 9/27/10 5:50 PM, Ashish wrote:

On Mon, Sep 27, 2010 at 9:07 PM, Emmanuel Lecharnyelecha...@gmail.com  wrote:

  Hi guys,

now that we got this damn release done, what will we do next ?

There are many things we still have to take care of :
- the MINA new site is still pending, waiting for some love
(http://mina.apache.org/mina2/)

+1, anything specific that we must take on priority

We must move all the old MINA site pages to MINA2 new site.

- the doco is also lagging a lot, and we may want to improve it

site or javadoc?

Both :)

We may go for a docstyle generated site here.

- more important, IMO, is the next version. Should we create an branch for
2.0.1 immediately, and let trunk be 3.0 ?

+1, but what do we do about 3.0 branch and the work that we did there?
I would suggest that we branch trunk as it is, to create a 2.0.1 branch 
(which will become the working trunk for 2.0.0 and upper), and move what 
we did in the 3.0 branch into trunk.


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



Re: MIBA 2.0.0 : what's next ?

2010-09-27 Thread Ashish
On Mon, Sep 27, 2010 at 9:37 PM, Emmanuel Lécharny elecha...@apache.org wrote:
  On 9/27/10 5:50 PM, Ashish wrote:

 On Mon, Sep 27, 2010 at 9:07 PM, Emmanuel Lecharnyelecha...@gmail.com
  wrote:

  Hi guys,

 now that we got this damn release done, what will we do next ?

 There are many things we still have to take care of :
 - the MINA new site is still pending, waiting for some love
 (http://mina.apache.org/mina2/)

 +1, anything specific that we must take on priority

 We must move all the old MINA site pages to MINA2 new site.

hmmm.. AFAIK we moved all :), anything missing?


 - the doco is also lagging a lot, and we may want to improve it

 site or javadoc?

 Both :)

Ahh... +1


 We may go for a docstyle generated site here.

 - more important, IMO, is the next version. Should we create an branch
 for
 2.0.1 immediately, and let trunk be 3.0 ?

 +1, but what do we do about 3.0 branch and the work that we did there?

 I would suggest that we branch trunk as it is, to create a 2.0.1 branch
 (which will become the working trunk for 2.0.0 and upper), and move what we
 did in the 3.0 branch into trunk.

+1, Got that :)

-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal


Re: MIBA 2.0.0 : what's next ?

2010-09-27 Thread Niklas Gustavsson
On Mon, Sep 27, 2010 at 5:37 PM, Emmanuel Lecharny elecha...@gmail.com wrote:
 - more important, IMO, is the next version. Should we create an branch for
 2.0.1 immediately, and let trunk be 3.0 ?

+1, create a mina-2.0.x branch and let trunk be 3.0

/niklas


Re: MIBA 2.0.0 : what's next ?

2010-09-27 Thread Mark Webb
+1, create a mina-2.0.x branch and let trunk be 3.0.  Also, what about
all current bugs/feature requests in JIRA, should we move them to 3.0?
 I see that there a a bunch of JIRA entries currently in as 2.0.1, but
should we make sure that they should be 2.0.1 and not 3.0?

...just my $.02


On Mon, Sep 27, 2010 at 11:37 AM, Emmanuel Lecharny elecha...@gmail.com wrote:
  Hi guys,

 now that we got this damn release done, what will we do next ?

 There are many things we still have to take care of :
 - the MINA new site is still pending, waiting for some love
 (http://mina.apache.org/mina2/)
 - the doco is also lagging a lot, and we may want to improve it
 - more important, IMO, is the next version. Should we create an branch for
 2.0.1 immediately, and let trunk be 3.0 ?

 wdyt ?

 --
 Regards,
 Cordialement,
 Emmanuel Lécharny
 www.iktek.com




Re: [VOTE] Release Apache FtpServer 1.0.5

2010-09-27 Thread Niklas Gustavsson
On Sun, Sep 26, 2010 at 9:56 PM, Niklas Gustavsson nik...@protocol7.com wrote:
 We've fixed quite a few bugs in FtpServer and I think we're ready for
 a new release. I've uploaded binaries at:
 https://repository.apache.org/content/repositories/orgapachemina-015/

I'm canceling this vote and will re-open a new vote thread in a few minutes.

/niklas


[VOTE] Release Apache FtpServer 1.0.5, take 2

2010-09-27 Thread Niklas Gustavsson
Hi

I've fixed the bug discovered by Sai and the license header reported
by Emmanuel. New binaries at:

https://repository.apache.org/content/repositories/orgapachemina-016

These are based on the source here:
https://svn.apache.org/repos/asf/mina/ftpserver/branches/1.0.5/

The change log is here:
https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12314821

Let's vote, again:
[ ] +1, release FtpServer 1.0.5
[ ] 0
[ ] -1, don't release because...

/niklas


Re: [VOTE] Release Apache FtpServer 1.0.5, take 2

2010-09-27 Thread Jeff Genender
+1

Jeff

On Sep 27, 2010, at 1:12 PM, Niklas Gustavsson wrote:

 Hi
 
 I've fixed the bug discovered by Sai and the license header reported
 by Emmanuel. New binaries at:
 
 https://repository.apache.org/content/repositories/orgapachemina-016
 
 These are based on the source here:
 https://svn.apache.org/repos/asf/mina/ftpserver/branches/1.0.5/
 
 The change log is here:
 https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12314821
 
 Let's vote, again:
 [ ] +1, release FtpServer 1.0.5
 [ ] 0
 [ ] -1, don't release because...
 
 /niklas



Removing old versions of ftpServer, sshd and vysper on apache dist

2010-09-27 Thread Emmanuel Lecharny

 Hi guys,

we have a bunch of old version of ftpserver, sshd and vysper on 
/www/www.apache.org/dist/mina/.


If you don't mind, i'll do some cleanup (before the infra peeps poit 
some fingers to us ;)


About sshd, there are some recent files on 
/www/www.apache.org/dist/mina/sshd (probably the 0.4.0 latest version), 
which deserve to be moved to /www/www.apache.org/dist/mina/sshd/0.4.0. 
Guillaume ?


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



Re: [VOTE] Release Apache FtpServer 1.0.5, take 2

2010-09-27 Thread Emmanuel Lecharny



[X] +1, release FtpServer 1.0.5

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com