Обсуждение: JDBC 9.4 1205 released

Поиск
Список
Период
Сортировка

JDBC 9.4 1205 released

От
Dave Cramer
Дата:
I'd like to thank everyone who contributed to this release we are making great strides in improving the performance and quality of the driver!

Thanks!

Dave Cramer

Re: JDBC 9.4 1205 released

От
Jeremy Whiting
Дата:
On 03/11/15 21:12, Dave Cramer wrote:
> I'd like to thank everyone who contributed to this release we are
> making great strides in improving the performance and quality of the
> driver!
>
> Thanks!
>
> Dave Cramer
Hi,
 I commented on 130 removal in the commit [1] for release 1205. My use
case is using Wildfly application server with datasource configuration.
For example

.....
<xa-datasource-property name="logLevel">2</xa-datasource-property>
.....

 Without the line of code debug logging is broken. Was the code causing
a problem ?

Regards,
Jeremy

[1]
https://github.com/pgjdbc/pgjdbc/commit/84b28eb9f450f844d375a427816ef1758ff66b18


--
Jeremy Whiting
Senior Software Engineer, Middleware Performance Team
Red Hat

------------------------------------------------------------
Registered Address: Red Hat UK Ltd, 64 Baker Street, 4th Floor, London. W1U 7DF. United Kingdom.
Registered in England and Wales under Company Registration No. 03798903. Directors: Directors:Michael Cunningham (US),
MichaelO'Neill(Ireland), Paul Argiry (US) 



Re: JDBC 9.4 1205 released

От
Jeremy Whiting
Дата:
On 01/12/15 15:23, Jeremy Whiting wrote:
> On 03/11/15 21:12, Dave Cramer wrote:
>> I'd like to thank everyone who contributed to this release we are
>> making great strides in improving the performance and quality of the
>> driver!
>>
>> Thanks!
>>
>> Dave Cramer
> Hi,
>  I commented on 130 removal in the commit [1] for release 1205. My use
> case is using Wildfly application server with datasource configuration.
> For example
>
> .....
> <xa-datasource-property name="logLevel">2</xa-datasource-property>
> .....
>
>  Without the line of code debug logging is broken. Was the code causing
> a problem ?
>
> Regards,
> Jeremy
>
> [1]
> https://github.com/pgjdbc/pgjdbc/commit/84b28eb9f450f844d375a427816ef1758ff66b18
>
>
Hi Dave,
 Thanks Dave for pulling in my changes to fix property loading.
 For everyone's benefit the driver checks DataSource, programmatic then
initialization value for log level.

 Despite the PR being accepted logging is still not showing messages. I
added a comment [2] regarding line 140-141 which is the next cause.

Regards,
Jeremy

[2]
https://github.com/pgjdbc/pgjdbc/commit/84b28eb9f450f844d375a427816ef1758ff66b18#commitcomment-14849037