Corey
Corey
Is there any change a new release could be created that includes #523? This would be extremely helpful. Thanks!
Allow "/foo/**/*.log" in fileglobs to match the current subdirectory and arbitrary sub-directories.
Currently log-courier doesn't appear to support matching in cases where logs are spread out over arbitrary depths of sub-directories. This is commonly supported via a ".../**/.." fileglob operator in other...
It would simplify things to switch to using the Oracle JDBC driver that has (finally) been published to Maven Central as announced earlier this year at https://medium.com/oracledevs/oracle-jdbc-drivers-on-maven-central-64fcf724d8b. Maven coordinates: ```...
### Your checklist for this issue - [x] Jenkins version 2.235.1 - [x] Plugin version 2.8.0 - [x] Bitbucket cloud - [ ] Bitbucket server and version ### Description I...
##### Issue Overview The community page (http://arquillian.org/community/) under the Forums and Wiki section references User discussions and Development discussions links that point to pages that have been archived and are...
POI 3.17 is impacted by [CVE-2019-12415](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12415). Need to upgrade to 4.1.1 or newer to resolve.
I was looking at starting a project using JavaFX so thought this would be a good starting point but quite a number of the projects listed are decidedly NOT awesome...
We had some code that implemented batched calls of a SQL function. Simplified code: ```java private void batchingCalls(Handle handle, List physIdList) { try (PreparedBatch sql = handle.prepareBatch("{call package.add_to_item_array( p_piid =>...
**Is your feature request related to a problem? Please describe.** I'm interested in experimenting with image-based documents but it appears this currently isn't possible as the core Document class only...
TreeColumns are advertised as a feature but I can't find any documentation or example that shows how to use the feature or what it does...