[VOTE] Mina SSHD 2.8.0

2021-11-29 Thread Guillaume Nodet
I've staged a release candidate at
   https://repository.apache.org/content/repositories/orgapachemina-1061
GIt Tag:
  https://github.com/apache/mina-sshd/releases/tag/sshd-2.8.0
Issues solved:

https://issues.apache.org/jira/issues/?jql=project%20%3D%20SSHD%20AND%20fixVersion%20%3D%202.8.0

Please review and vote !

Cheers
Guillaume Nodet


[jira] [Updated] (SSHD-1162) Make sure the project is built using a 1.8

2021-11-29 Thread Guillaume Nodet (Jira)


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

Guillaume Nodet updated SSHD-1162:
--
Fix Version/s: (was: 2.8.0)

> Make sure the project is built using a 1.8
> -
>
> Key: SSHD-1162
> URL: https://issues.apache.org/jira/browse/SSHD-1162
> Project: MINA SSHD
>  Issue Type: Task
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Blocker
> Fix For: 2.7.1
>
>
> If not, the Buffer.flip() methods can be built using JDK 11 methods and cause 
> linking errors when run at JDK 8.



--
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



[jira] [Resolved] (SSHD-1225) NOTICE: wrong copyright year range

2021-11-29 Thread Guillaume Nodet (Jira)


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

Guillaume Nodet resolved SSHD-1225.
---
Fix Version/s: 2.7.1
 Assignee: Guillaume Nodet
   Resolution: Fixed

Fixed with 
https://github.com/apache/mina-sshd/commit/80e57cfaa7bc0d36deecf19b2fc7c12e18427593

> NOTICE: wrong copyright year range
> --
>
> Key: SSHD-1225
> URL: https://issues.apache.org/jira/browse/SSHD-1225
> Project: MINA SSHD
>  Issue Type: Bug
>Affects Versions: 2.7.0
>Reporter: Thomas Wolf
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 2.7.1
>
>
> The NOTICE files included in the JAR artifacts published to maven central say 
> for instance for 2.7.0:
> {code:java}
> Apache MINA SSHD
> Copyright 2008-2020 The Apache Software Foundation
> {code}
> This is wrong. 2.7.0 was released in 2021, so it must say 2008-2021.
> It's not clear to me where this comes from, but I find [this property 
> setting|https://github.com/apache/mina-sshd/blob/8e6e907e3/pom.xml#L86] in 
> our root pom suspicious.
> For the sshd-osgi artifact we get a range of 2018-2020, which I find strange 
> given that this is just a shading of sshd-common and sshd-core. Lower end of 
> the range should also be 2008.
> These NOTICE files appear to be generated by the Apache root pom; there's a 
> template in org.apache:apache-jar-resource-bundle:1.4 which uses a 
> ${projectTimespan} variable, but I don't see where _that_ is set.



--
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