Bruno Gonçalves

Results 13 comments of Bruno Gonçalves

PR's: https://github.com/dovetailworld/front-end/pull/4355 https://github.com/assimbly/runtime/pull/237

Migration script was executed on Development, please take a look. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> **Tenant: dovetail** > iterate over flows dovetail > flow_id: 6311e4bbb0f180000e000013 > 12 (Test -> test) dovetail > flow_id: 6311e4bbb0f180000e000013...

The following commit was done on the gateway: https://github.com/assimbly/gateway/commit/148e42f543c11b426149578822c4065e818052c4 , but the value of `max-http-request-header-size` is not used internally, and the default value (8192) is used instead. The following PR...

Basically it cannot find the NTLMProcessor that was added on Karaf (Camel2), to correct the following issue: https://dovetailworld.atlassian.net/jira/servicedesk/projects/DOV/queues/custom/20/DOV-1510 For now, this will be also removed from the frontend. In the...

These 2 examples should work now on Next. Basically we added the following options when running java: ``` --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED ``` Maybe in the feature we need to...

The following files are now being deleted on reboot of the server: - assimbly_reinstall.lock - update_state_flows.lock

PR's: https://github.com/dovetailworld/dovetail/pull/611 https://github.com/dovetailworld/front-end/pull/4417

It seems that smooksnoxml uses an old version of hibernate (4.3.8.Final), ``` milyn-smooks-all 1.7.1 > milyn-scribe-hibernate 1.7.1 > hibernate-core 4.3.8 ``` and that old version was loaded instead of a...

PR: https://github.com/assimbly/custom-components/pull/102

Created Camel Jira ticket - https://issues.apache.org/jira/browse/CAMEL-22820