Thiago dos Santos Hora
Thiago dos Santos Hora
I'm getting a StackOverflowError when trying to load a RData file R script: ``` library(caret) library(tm) library(SnowballC) library(kernlab) library(e1071) load('r/fitSvm.RData') load('r/tdm.RData') load('r/ss.RData') ``` Stack trace: ``` Loading required package: lattice...
https://jira.baeldung.com/browse/BAEL-7871
I noticed that in the documentation, it's stated that the module is compatible with Java 11 - 17. Is there any major issue to support the 21 version? Are there...
## Details ## Issues Resolves # ## Testing ## Documentation
## Details In order to make it work, we only need to set the disable envvar to false and the the following variables: ``` OTEL_EXPORTER_OTLP_ENDPOINT: https://otlp.nr-data.net:4317 OTEL_EXPORTER_OTLP_HEADERS: "api-key=xxxxxxxxx" ``` ##...
## Details Add a log table to report the first start-up as a BI event. ## Issues OPIK-130 Resolves # ## Testing Via automated tests ## Documentation By default, the...
## Details ## Issues Resolves # ## Testing ## Documentation
Error when using async request client Version: 3.0.12 Code: ``` try (Response response = client.target(BASE_RESOURCE_URI.formatted(baseURI)) .path("items") .path("stream") .request() .accept(MediaType.APPLICATION_OCTET_STREAM) .async() .post(Entity.json(streamRequest)).get()) { assertThat(response.getStatus()).isEqualTo(200); List actualItems = new ArrayList(); try (ChunkedInput...
When running test containers with Redis LOG: ``` 2024-09-11 05:53:44,035 ERROR [io.qua.arc.imp.UncaughtExceptions] (main) Error occurred while destroying instance of CLASS bean [types=[java.lang.AutoCloseable, com.quarkus.langchain4j.ChatBot, com.quarkus.langchain4j.ChatBot$$QuarkusImpl, java.lang.Object, io.quarkiverse.langchain4j.runtime.aiservice.ChatMemoryRemovable], qualifiers=[@Default, @Any], target=com.quarkus.langchain4j.ChatBot$$QuarkusImpl]: jakarta.enterprise.inject.CreationException:...