Re: [VOTE] Release Apache TomEE 7.1.0 (take 2)

2018-09-05 Thread David Blevins
Looks good and thank you!

+1


-- 
David Blevins
http://twitter.com/dblevins
http://www.tomitribe.com

> On Sep 3, 2018, at 4:22 PM, Jonathan Gallimore  
> wrote:
> 
> Hi Everyone,
> 
> Here is the first roll of TomEE 7.1.0. Please can you take a look and
> vote? Everyone,
> committer or not, is encouraged to test and vote.
> 
> Staging repo:
> https://repository.apache.org/content/repositories/orgapachetomee-1120
> 
> Source zip:
> https://repository.apache.org/content/repositories/orgapachetomee-1120/org/apache/tomee/tomee-project/7.1.0/tomee-project-7.1.0-source-release.zip
> 
> Dist area:
> https://dist.apache.org/repos/dist/dev/tomee/staging-1120/
> 
> Legal:
> https://dist.apache.org/repos/dist/dev/tomee/staging-1120/legal.zip
> 
> Keys:
> https://dist.apache.org/repos/dist/release/tomee/KEYS
> 
> Please vote:
> +1: Release
> -1 Do not release because ...
> 
> The vote will be open for 3 days or the consensus is binding (At least 3
> binding votes).
> 
> Here is my +1.
> 
> Many thanks
> 
> Jon



Re: TOMEE-2230 exposing more details through JMX

2018-09-05 Thread Jonathan Gallimore
Hi

This still needs some tests, but here's a first shot:
https://github.com/apache/tomee/pull/160

The idea here is that connection factories, resource adapters and general
resources are exposed in JMX. All very much read-only, but useful for
getting a view of "what's there" through JMX, and in the case of connection
factories, getting a real-time view of the connection usage in the
connection manager.

The connection factory object exposed is
in org.apache.openejb.monitoring.ConnectionFactoryMonitor, while the
resource adapters and resources are introspected to find getters, and those
are exposed as attributes dynamically.

I have wired and checked the removal of the connection factory JMX MBean
when the resource is removed - I still need to do the same for the others.

Thoughts and discussion is most welcome.

Jon

On Fri, Aug 31, 2018 at 3:26 PM Jonathan Gallimore <
jonathan.gallim...@gmail.com> wrote:

> Hey folks
>
> I filed this ticket. The general gist is to expose more details on
> resources we create via JMX. Specifically we can fairly easily provide a
> view on both resource adapters and connection factories and the usage of
> connection pools for the connection factories.
>
> I'll code this up and propose a PR. Any thoughts are welcome.
>
> Jon
>


Re: [VOTE] Release Apache TomEE 7.1.0 (take 2)

2018-09-05 Thread Bruno Baptista

+1

Microprofile flavor works on my machine.

Bruno Baptista
http://twitter.com/brunobat_


On 03/09/2018 22:22, Jonathan Gallimore wrote:

Hi Everyone,

Here is the first roll of TomEE 7.1.0. Please can you take a look and
vote? Everyone,
committer or not, is encouraged to test and vote.

Staging repo:
https://repository.apache.org/content/repositories/orgapachetomee-1120

Source zip:
https://repository.apache.org/content/repositories/orgapachetomee-1120/org/apache/tomee/tomee-project/7.1.0/tomee-project-7.1.0-source-release.zip

Dist area:
https://dist.apache.org/repos/dist/dev/tomee/staging-1120/

Legal:
https://dist.apache.org/repos/dist/dev/tomee/staging-1120/legal.zip

Keys:
https://dist.apache.org/repos/dist/release/tomee/KEYS

Please vote:
  +1: Release
  -1 Do not release because ...

The vote will be open for 3 days or the consensus is binding (At least 3
binding votes).

Here is my +1.

Many thanks

Jon