[JBoss JIRA] (ISPN-9824) Doclets do not work with JDK11
by Vladimir Dosoudil (Jira)
[ https://issues.jboss.org/browse/ISPN-9824?page=com.atlassian.jira.plugin.... ]
Vladimir Dosoudil closed ISPN-9824.
-----------------------------------
> Doclets do not work with JDK11
> ------------------------------
>
> Key: ISPN-9824
> URL: https://issues.jboss.org/browse/ISPN-9824
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 9.4.3.Final
> Reporter: Vladimir Dosoudil
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Alpha3, 9.4.6.Final
>
>
> It's not able to build Infinispan with JDK 11.
> Module infinispan-commons contains JDK specific classes which requires to be built in JDK 9+ (JDK 11 is LTS) but it's not able to build the whole Infinispan project with distribution profile related to fails on missing classes for infinispan-doclets module (referencing com.sun.javadoc*) using tools.jar which are not the part of JDK 9+ anymore. The failure is also on generating javadoc for infinispan-commons which uses sun.reflect.Reflection.getCallerClass which is discontinuing in JDK 11.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months
[JBoss JIRA] (ISPN-9915) JDBC publish Flowable should explicitly rollback connection
by William Burns (Jira)
[ https://issues.jboss.org/browse/ISPN-9915?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-9915:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> JDBC publish Flowable should explicitly rollback connection
> -----------------------------------------------------------
>
> Key: ISPN-9915
> URL: https://issues.jboss.org/browse/ISPN-9915
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 10.0.0.Alpha3, 9.4.6.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta1, 9.4.7.Final
>
>
> The Flowable for the JDBC store publisher sets `autoCommit(false)` in order for pagination to work as expected, however we never explicitly call commit or rollback on the connection, therefore the exact behaviour is determined by the underlying connection pool. Instead we should explicitly call rollback() on the connection after the publisher has finished, because the operation is read only.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months
[JBoss JIRA] (ISPN-9920) Update Netty to 4.1.30.Final
by William Burns (Jira)
[ https://issues.jboss.org/browse/ISPN-9920?page=com.atlassian.jira.plugin.... ]
William Burns commented on ISPN-9920:
-------------------------------------
Vert.x is currently on 4.1.30.Final. We want to be on a version as close as we can to them to avoid running into situations where we are testing a different version of netty than what is ran. Synchronizing versions cannot be exact, but we at least need to try a little.
> Update Netty to 4.1.30.Final
> ----------------------------
>
> Key: ISPN-9920
> URL: https://issues.jboss.org/browse/ISPN-9920
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Hot Rod, Server
> Reporter: William Burns
> Priority: Major
> Fix For: 10.0.0.Beta1
>
>
> Netty is a bit outdated, we should update.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 11 months