Request for JIRA access

2019-03-22 Thread Matt Bellinger
Hello, I need to create a JIRA issue for a bug I found in a previous mailing list email. May I have access to JIRA? Thank you, Matt -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups

Re: [pax-jdbc] Possible bug with Pax JDBC HikariCP configuration

2019-03-22 Thread Matt Bellinger
Hello Grzegorz, I will do that, but how do I get access to JIRA? I tried to log in and got " doesn't have access to ops4j1.jira.com*"* Regards, Matt On Friday, March 22, 2019 at 10:12:06 AM UTC-4, Grzegorz Grzybek wrote: > > Hello > > I was trying to properly partition "pool." and "factory." pr

Re: [pax-jdbc] Possible bug with Pax JDBC HikariCP configuration

2019-03-22 Thread Grzegorz Grzybek
Hello I was trying to properly partition "pool." and "factory." prefixed properties, but I didn't find problems with hikari - probably I missed something. Could you please create a JIRA for PAXJDBC? regards Grzegorz Grzybek pt., 22 mar 2019 o 15:01 Matt Bellinger napisaƂ(a): > I was using pax-

[pax-jdbc] Possible bug with Pax JDBC HikariCP configuration

2019-03-22 Thread Matt Bellinger
I was using pax-jdbc with HikariCP to connect to PostgreSQL for a project at work, and we noticed that no matter what settings we used for HikariCP, they never took effect. It was always a static 10 connections, JMX monitoring would not be installed, etc. Through some debugging in my IDE I came

How to work with fragment bundles?

2019-03-22 Thread Johan Haleby
I'm trying to upgrade an open source project that I'm running (https://github.com/rest-assured/rest-assured) from Groovy 2.4.x to 2.5.x. Groovy 2.5 uses fragment bundles and I cannot seem to get this working in Pax Exam. Here's a test (you can find it here