[mina] branch 2.1.X updated: Removed the buf.reset() call

2019-05-22 Thread elecharny
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/2.1.X by this push:
 new 9274dda  Removed the buf.reset() call
9274dda is described below

commit 9274ddad3edce5b8796d98fdb0a9ccbe487a9b9e
Author: emmanuel lecharny 
AuthorDate: Wed May 22 10:13:57 2019 +0200

Removed the buf.reset() call
---
 .../java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java| 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/mina-core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java
 
b/mina-core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java
index 1553a99..8b13e99 100644
--- 
a/mina-core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java
+++ 
b/mina-core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java
@@ -1170,7 +1170,6 @@ public abstract class AbstractPollingIoProcessor im
 // The first unwritten empty buffer must be
 // forwarded to the filter chain.
 if (buf.hasRemaining()) {
-buf.reset();
 failedRequests.add(req);
 } else {
 IoFilterChain filterChain = session.getFilterChain();



[mina] branch 2.1.X updated: Switch to using https in the poms

2019-05-22 Thread elecharny
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/2.1.X by this push:
 new b872915  Switch to using https in the poms
b872915 is described below

commit b872915ef0aede1ea4b60ab7ad881607e3f976f5
Author: emmanuel lecharny 
AuthorDate: Wed May 22 10:55:28 2019 +0200

Switch to using https in the poms
---
 distribution/pom.xml|  2 +-
 mina-benchmarks/pom.xml |  2 +-
 mina-core/pom.xml   |  2 +-
 mina-example/pom.xml|  2 +-
 mina-filter-compression/pom.xml |  2 +-
 mina-http/pom.xml   |  2 +-
 mina-integration-beans/pom.xml  |  2 +-
 mina-integration-jmx/pom.xml|  2 +-
 mina-integration-ognl/pom.xml   |  2 +-
 mina-integration-xbean/pom.xml  |  4 ++--
 mina-legal/pom.xml  |  4 ++--
 mina-statemachine/pom.xml   |  2 +-
 mina-transport-apr/pom.xml  |  2 +-
 mina-transport-serial/pom.xml   |  2 +-
 pom.xml | 10 +-
 15 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 059c3d3..0f62a42 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -18,7 +18,7 @@
  under the License. -->  
 
 
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";>
   4.0.0
   
   
diff --git a/mina-benchmarks/pom.xml b/mina-benchmarks/pom.xml
index 9255879..3de4433 100755
--- a/mina-benchmarks/pom.xml
+++ b/mina-benchmarks/pom.xml
@@ -19,7 +19,7 @@
   under the License.
 -->
 
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";>
   4.0.0
   
 org.apache.mina
diff --git a/mina-core/pom.xml b/mina-core/pom.xml
index a714526..7f7cb25 100644
--- a/mina-core/pom.xml
+++ b/mina-core/pom.xml
@@ -19,7 +19,7 @@
   under the License.
 -->
 
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
   4.0.0
   
 org.apache.mina
diff --git a/mina-example/pom.xml b/mina-example/pom.xml
index 802f559..d564e2c 100644
--- a/mina-example/pom.xml
+++ b/mina-example/pom.xml
@@ -16,7 +16,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
httpq://maven.apache.org/maven-v4_0_0.xsd">
   4.0.0
   
 org.apache.mina
diff --git a/mina-filter-compression/pom.xml b/mina-filter-compression/pom.xml
index 8aac340..be249a7 100644
--- a/mina-filter-compression/pom.xml
+++ b/mina-filter-compression/pom.xml
@@ -19,7 +19,7 @@
   under the License.
 -->
 
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
   4.0.0
   
 org.apache.mina
diff --git a/mina-http/pom.xml b/mina-http/pom.xml
index 7f1ade0..0c3d21b 100644
--- a/mina-http/pom.xml
+++ b/mina-http/pom.xml
@@ -19,7 +19,7 @@
   under the License.
 -->
 
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";>
   4.0.0
   
 org.apache.mina
diff --git a/mina-integration-beans/pom.xml b/mina-integration-beans/pom.xml
in

[mina-sshd] branch master updated: Switch to using https in the poms

2019-05-22 Thread elecharny
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
 new 308dd86  Switch to using https in the poms
308dd86 is described below

commit 308dd8685dc9e73a7e855f4d23c5c46d28d1638e
Author: emmanuel lecharny 
AuthorDate: Wed May 22 15:38:04 2019 +0200

Switch to using https in the poms
---
 assembly/pom.xml |  2 +-
 pom.xml  | 16 
 sshd-cli/pom.xml |  2 +-
 sshd-common/pom.xml  |  2 +-
 sshd-contrib/pom.xml |  2 +-
 sshd-core/pom.xml|  2 +-
 sshd-git/pom.xml |  2 +-
 sshd-ldap/pom.xml|  2 +-
 sshd-mina/pom.xml|  2 +-
 sshd-netty/pom.xml   |  2 +-
 sshd-openpgp/pom.xml |  2 +-
 sshd-osgi/pom.xml|  2 +-
 sshd-putty/pom.xml   |  2 +-
 sshd-scp/pom.xml |  2 +-
 sshd-sftp/pom.xml|  2 +-
 sshd-spring-sftp/pom.xml |  2 +-
 16 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index c6cb79c..468d0b3 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -1,4 +1,4 @@
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>