-
Cantaloupe appears to be slowly leaking memory in `ConcurrentLocalContextProvider` (screenshot from Eclipse MAT on a heap dump):
![ConcurrentLocalContextProvider retaining about 8GB](https://github…
-
## Basic Info
* Faraday Version: `2.11.0`
* Ruby Version: `jruby 9.4.8.0 (3.1.4) 2024-07-02 4d41e55a67 OpenJDK 64-Bit Server VM 21.0.4+7-LTS on 21.0.4+7-LTS +jit [x86_64-linux]`
* JRuby OpenSSL V…
-
This module expects in multiple locations that it can convert the special numbers 0 and 2^64-1 into a time stamp. This does not work in JRuby, where it uses a signed long to work on times.
```
irb…
-
## License Policy Violation detected in jruby-stdlib-9.4.3.0.jar
Library - jruby-stdlib-9.4.3.0.jar
Library home page: https://www.jruby.org
Path to dependency file: /pom.xml
Path to library: /home…
-
Right now, JRuby cannot be supported, mainly because of:
1. `npn_protocols` is an undefined method for `OpenSSL::SSL::SSLContext` in JRuby. This is used in the [client](https://github.com/ostinelli/n…
-
My `Elasticsearch, Logstash and Kibana` stack setup is based on Docker Compose and the version is - `8.15.2`.
`Logstash` container always fails to start and throws the following error.
```
logstash …
-
JRuby does not support forking, which is used here to spaw the rack server.
I have a draft [fork](https://github.com/roque86/sidekiq_alive/tree/rra_jruby_2.5.4) where I just replaced processes for…
-
I'm getting the following error after upgrading from jdbc-mysql from the 5.1.* series to 8.0.20: `ActiveRecord::JDBCError: HOUR_OF_DAY: 2 -> 3`
It looks like its due to upgrading Connector/J from t…
-
We observe LockException when logstash process is running. Looking at the logs, before LockException has occurred logstash.agent is trying to fetch the pipelines count but it couldn't get casuing Java…
-
I have some old jruby code, probably copy/pasted.
Some of it uses "include Java", but I seem to not need it really. java_import
seems to suffice.
Could this question perhaps be added into:
h…