[GitHub] tomcat pull request #82: Add maven-install target

2017-11-01 Thread maxime-beck
GitHub user maxime-beck opened a pull request:

https://github.com/apache/tomcat/pull/82

Add maven-install target

**Description**
_Ant release_ currently builds jars independently one to another. Because 
some jars ultimately depend on each other (as defined in res/maven/*.pom 
files), I believe it may be a good fonctionnality to provide developers the 
ability to install the jars as they would be published on ASF right in their 
maven local repository.

**Usage**
`$ ant -f mvn-pub.xml generic-install`



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/maxime-beck/tomcat maven-install

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tomcat/pull/82.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #82


commit 0c7599eddaa535baba0d5d1c327cf8e221065eac
Author: Maxime Beck 
Date:   2017-11-01T12:01:24Z

Add maven-install target




---

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



[GitHub] tomcat pull request #84: Add tomcat in the cloud abstract implementation

2017-11-06 Thread maxime-beck
GitHub user maxime-beck opened a pull request:

https://github.com/apache/tomcat/pull/84

Add tomcat in the cloud abstract implementation

## Tomcat in the Cloud
_Tomcat in the Cloud_ is a project that seeks to add support for clustering 
into a cloud environment for a variety of cloud service providers such as 
OpenShift, Kubernetes, Azure and more.

This commit is the first of many related to this project. It adds the 
abstract implementation of both **_MemberProvider_** and **_StreamProvider_**.

### MemberProvider
Discovers all running instances of Tomcat in the cloud environment.

### StreamProvider
Establish connection throughout the cloud network to provide multi-casting 
in the cloud environment.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/maxime-beck/tomcat trunk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tomcat/pull/84.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #84


commit fca17b17e947f0546853a06fe2ded5e0af311fbf
Author: Maxime Beck 
Date:   2017-10-24T15:02:28Z

Add tomcat in the cloud abstract implementation




---

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



[GitHub] tomcat issue #84: Add tomcat in the cloud abstract implementation

2017-11-17 Thread maxime-beck
Github user maxime-beck commented on the issue:

https://github.com/apache/tomcat/pull/84
  
Apparently Microsoft recently came up with a new container management 
service **[1]** based on Kubernetes for Azure. This means that all container 
management providers that we're aiming to support now potentially work with 
Kubernetes. It makes us rethink our data model and especially our necessity for 
abstraction.

Because this now needs a higher level of investigation and analysis, I'll 
close this pull request for now.
___
**[1]** 
https://azure.microsoft.com/en-us/blog/introducing-azure-container-service-aks-managed-kubernetes-and-azure-container-registry-geo-replication/


---

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



[GitHub] tomcat pull request #84: Add tomcat in the cloud abstract implementation

2017-11-17 Thread maxime-beck
Github user maxime-beck closed the pull request at:

https://github.com/apache/tomcat/pull/84


---

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



Tomcat S2I

2019-07-30 Thread Maxime Beck
Hello everyone,

Has there been any release of a Source-to-Image Tomcat builder container by
any chance? If not, is there any plan to implement one in the near future?

Kind regards,
Maxime