Bruno Gonçalves

Results 18 issues of Bruno Gonçalves

Camel does not accept timeout of 0 seconds. Using timeout of 1 millisecond when timeout is set with 0 seconds.

bug

Camel doesn't accept timeout of 0 seconds on stop route call.

bug

Problems on the frontend login (Dovetail). The problem only occurs on Next-temp (temporary server deploy). The error log on Assimbly: ``` Caused by: java.lang.NoSuchMethodError: 'org.hibernate.proxy.LazyInitializer org.hibernate.proxy.HibernateProxy.extractLazyInitializer(java.lang.Object)' at org.hibernate.jpa.internal.util.PersistenceUtilHelper.isLoadedWithoutReference(PersistenceUtilHelper.java:125) at org.hibernate.jpa.HibernatePersistenceProvider$1.isLoadedWithoutReference(HibernatePersistenceProvider.java:185)...

bug

The setting `max-http-header-size` is deprecated on Spring Boot 3. The new setting is `max-http-request-header-size`.

bug

Every component needs: 1. Kamelet 2. Integration test (json) https://docs.google.com/spreadsheets/d/1bMDOmR9qFnmpD-56492GJR3dOCF2Y6p4nB1fgFTLYYA/edit#gid=2142788801

1. External provider --> Dovetail a. Create CamelContext (run in the backend) as2:server/methodName?[parameters] Test with one of the public AS2 (for example https://mendelson-e-c.com/as2_testserver) Decide what minimal parameters are needed. 2....