Re: [VOTE] Apache FtpServer 1.1.4/1.2.0 releases

2022-03-08 Thread Guillaume Nodet
+1

Le mar. 8 mars 2022 à 07:23, Emmanuel Lecharny  a
écrit :

> Hi,
>
> A mistake was made while releasing Apache MINA FtpServer 1.1.3: the
> API was broken. Those two releases are fixing this mistake:
> - 1.1.4 will revert back ion the changes that broke the API ascendant
> compatibility
> - 1.2.0 will contain the changes in the API that makes it possible to
> specify more than one enabled TLS version
>
> The newly approved Nexus has been used for the preparation of this
> release and all final artifacts are stored in a staging repository:
>
> 1.1.4:
> https://repository.apache.org/content/repositories/orgapachemina-1069/
> 1.2.0:
> https://repository.apache.org/content/repositories/orgapachemina-1068/
>
>
> The distributions are available for download on :
>
> 1.1.4:
>
> https://repository.apache.org/content/repositories/orgapachemina-&069/org/apache/ftpserver/ftpserver/1.1.4/
>
> 1.2.0:
>
> https://repository.apache.org/content/repositories/orgapachemina-1068/org/apache/ftpserver/ftpserver/1.2.0/
>
> Packages can also be downloaded from:
>
> 1.1.4: https://dist.apache.org/repos/dist/dev/mina/ftpserver/1.1.4/
> 1.2.0: https://dist.apache.org/repos/dist/dev/mina/ftpserver/1.2.0/
>
> Let us vote :
> [ ] +1 | Release Apache FtpServer 1.1.4 and 1.2.0
> [ ] +/- | Abstain
> [ ] -1 | Do *NOT* release Apache FtpServer 1.1.4 and 1.2.0
>
> Thanks !
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
> For additional commands, e-mail: dev-h...@mina.apache.org
>
>

-- 

Guillaume Nodet


[jira] [Commented] (FTPSERVER-506) Binary compatibility is broken in ftpserver-core 1.1.3 vs 1.1.2

2022-03-08 Thread Gary D. Gregory (Jira)


[ 
https://issues.apache.org/jira/browse/FTPSERVER-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502920#comment-17502920
 ] 

Gary D. Gregory commented on FTPSERVER-506:
---



> Binary compatibility is broken in ftpserver-core 1.1.3 vs 1.1.2
> ---
>
> Key: FTPSERVER-506
> URL: https://issues.apache.org/jira/browse/FTPSERVER-506
> Project: FtpServer
>  Issue Type: Bug
>  Components: Core
>Reporter: Gary D. Gregory
>Priority: Major
>
> Over at Apache Commons, when we update Commons Net from 1.1.2 to 1.1.3, we 
> get compile errors:
> {noformat}
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> commons-net ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 63 source files to 
> /home/runner/work/commons-net/commons-net/target/test-classes
> [INFO] -
> Error:  COMPILATION ERROR : 
> [INFO] -
> Error:  
> /home/runner/work/commons-net/commons-net/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java:[30,8]
>  org.apache.commons.net.ftp.NoProtocolSslConfigurationProxy is not abstract 
> and does not override abstract method getEnabledProtocols() in 
> org.apache.ftpserver.ssl.SslConfiguration
> Error:  
> /home/runner/work/commons-net/commons-net/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java:[32,5]
>  method does not override or implement a method from a supertype
> [INFO] 2 errors 
> [INFO] -
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  20.310 s
> [INFO] Finished at: 2022-03-04T02:17:14Z
> [INFO] 
> 
> Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile 
> (default-testCompile) on project commons-net: Compilation failure: 
> Compilation failure: 
> Error:  
> /home/runner/work/commons-net/commons-net/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java:[30,8]
>  org.apache.commons.net.ftp.NoProtocolSslConfigurationProxy is not abstract 
> and does not override abstract method getEnabledProtocols() in 
> org.apache.ftpserver.ssl.SslConfiguration
> Error:  
> /home/runner/work/commons-net/commons-net/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java:[32,5]
>  method does not override or implement a method from a supertype
> Error:  -> [Help 1]
> Error:  
> Error:  To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> Error:  Re-run Maven using the -X switch to enable full debug logging.
> Error:  
> Error:  For more information about the errors and possible solutions, please 
> read the following articles:
> Error:  [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> Error: Process completed with exit code 1.
> {noformat}
> See PR Bump ftpserver-core from 1.1.2 to 1.1.3 Java CI #429: 
> https://github.com/apache/commons-net/runs/5416642453?check_suite_focus=true
> Please don't break BC! That should be rule #1 IMO.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



Re: [VOTE] Apache FtpServer 1.1.4/1.2.0 releases

2022-03-08 Thread Jonathan Valliere
+1

On Tue, Mar 8, 2022 at 1:23 AM Emmanuel Lecharny 
wrote:

> Hi,
>
> A mistake was made while releasing Apache MINA FtpServer 1.1.3: the
> API was broken. Those two releases are fixing this mistake:
> - 1.1.4 will revert back ion the changes that broke the API ascendant
> compatibility
> - 1.2.0 will contain the changes in the API that makes it possible to
> specify more than one enabled TLS version
>
> The newly approved Nexus has been used for the preparation of this
> release and all final artifacts are stored in a staging repository:
>
> 1.1.4:
> https://repository.apache.org/content/repositories/orgapachemina-1069/
> 1.2.0:
> https://repository.apache.org/content/repositories/orgapachemina-1068/
>
>
> The distributions are available for download on :
>
> 1.1.4:
>
> https://repository.apache.org/content/repositories/orgapachemina-&069/org/apache/ftpserver/ftpserver/1.1.4/
>
> 1.2.0:
>
> https://repository.apache.org/content/repositories/orgapachemina-1068/org/apache/ftpserver/ftpserver/1.2.0/
>
> Packages can also be downloaded from:
>
> 1.1.4: https://dist.apache.org/repos/dist/dev/mina/ftpserver/1.1.4/
> 1.2.0: https://dist.apache.org/repos/dist/dev/mina/ftpserver/1.2.0/
>
> Let us vote :
> [ ] +1 | Release Apache FtpServer 1.1.4 and 1.2.0
> [ ] +/- | Abstain
> [ ] -1 | Do *NOT* release Apache FtpServer 1.1.4 and 1.2.0
>
> Thanks !
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
> For additional commands, e-mail: dev-h...@mina.apache.org
>
> --
CONFIDENTIALITY NOTICE: The contents of this email message and any
attachments are intended solely for the addressee(s) and may contain
confidential and/or privileged information and may be legally protected
from disclosure.


[GitHub] [mina-ftpserver] elecharny commented on issue #8: TLS protocol is not enabled correctly, also only one can be set

2022-03-08 Thread GitBox


elecharny commented on issue #8:
URL: https://github.com/apache/mina-ftpserver/issues/8#issuecomment-1061516764


   @marcelkoopman FYI, the 1.1.3 release breaks teh API compatibility with 
1.1.2. The decision was made to cut two new releases, 1.1.4 and 1.2.0.
   * 1.1.4 will rollback the changes made to keep the 1.1.X branch API 
compatible
   * 1.2.0 will contain the changes made in 1.1.3
   
   So in your case, I suggest you switch to 1.2.0 as soon as it get out (ie by 
the end of this week).
   
   Sorry for the inconvenience...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Commented] (FTPSERVER-506) Binary compatibility is broken in ftpserver-core 1.1.3 vs 1.1.2

2022-03-08 Thread Jira


[ 
https://issues.apache.org/jira/browse/FTPSERVER-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502789#comment-17502789
 ] 

Emmanuel Lécharny commented on FTPSERVER-506:
-

Hi Gary,

I just pushed a vote for 1.1.4 (a reverted version API compatible with 1.1.2) 
and for 1.2.0 with the changed API. Expect the new releases to be out by the 
end of this week.

> Binary compatibility is broken in ftpserver-core 1.1.3 vs 1.1.2
> ---
>
> Key: FTPSERVER-506
> URL: https://issues.apache.org/jira/browse/FTPSERVER-506
> Project: FtpServer
>  Issue Type: Bug
>  Components: Core
>Reporter: Gary D. Gregory
>Priority: Major
>
> Over at Apache Commons, when we update Commons Net from 1.1.2 to 1.1.3, we 
> get compile errors:
> {noformat}
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> commons-net ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 63 source files to 
> /home/runner/work/commons-net/commons-net/target/test-classes
> [INFO] -
> Error:  COMPILATION ERROR : 
> [INFO] -
> Error:  
> /home/runner/work/commons-net/commons-net/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java:[30,8]
>  org.apache.commons.net.ftp.NoProtocolSslConfigurationProxy is not abstract 
> and does not override abstract method getEnabledProtocols() in 
> org.apache.ftpserver.ssl.SslConfiguration
> Error:  
> /home/runner/work/commons-net/commons-net/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java:[32,5]
>  method does not override or implement a method from a supertype
> [INFO] 2 errors 
> [INFO] -
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  20.310 s
> [INFO] Finished at: 2022-03-04T02:17:14Z
> [INFO] 
> 
> Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile 
> (default-testCompile) on project commons-net: Compilation failure: 
> Compilation failure: 
> Error:  
> /home/runner/work/commons-net/commons-net/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java:[30,8]
>  org.apache.commons.net.ftp.NoProtocolSslConfigurationProxy is not abstract 
> and does not override abstract method getEnabledProtocols() in 
> org.apache.ftpserver.ssl.SslConfiguration
> Error:  
> /home/runner/work/commons-net/commons-net/src/test/java/org/apache/commons/net/ftp/NoProtocolSslConfigurationProxy.java:[32,5]
>  method does not override or implement a method from a supertype
> Error:  -> [Help 1]
> Error:  
> Error:  To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> Error:  Re-run Maven using the -X switch to enable full debug logging.
> Error:  
> Error:  For more information about the errors and possible solutions, please 
> read the following articles:
> Error:  [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> Error: Process completed with exit code 1.
> {noformat}
> See PR Bump ftpserver-core from 1.1.2 to 1.1.3 Java CI #429: 
> https://github.com/apache/commons-net/runs/5416642453?check_suite_focus=true
> Please don't break BC! That should be rule #1 IMO.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org