J. Koster
J. Koster
Do you have any logs and evidence to see, including used versions etc? This is too less info.
**Situation 1** http://localhost/iaf-test/api/openapi.json => still works fine in master (8.1-SNAPSHOT). **Situation 2** http://localhost/iaf-test/iaf/api/webservices/openapi.json?uri=/exception Needs the configured `loadBalancer.url` property, and otherwise it shows an empty array. Does work as expected in:...
The solution is upgrading the Lombok dependency itself, which is suggested in this PR #180, but not merged yet unfortunately. The Java version doesn't matter, in the supplied patch above.
I just sent Anthony an email if he can merge this PR and publish the new artifacts, or find new developers he can trust, to take over this maintenance process....
Tried to address 2 things: type issue & temp dir issue while starting in Tomcat & Docker. No solution yet. The current experiments are in this patch: [Experiments.patch](https://github.com/frankframework/frankframework/files/15349764/Experiments.patch) Refs: https://github.com/oracle/graaljs/issues/94...
> Increasing message persistence to disk is ok, I think even 5 mb is reasonable. However the log files configuration should not change. Whoever has told you they are having...
Response from meeting: does Narayana not work properly? Adding a new Atomikos would involve many Core team dev hours, most likely.
Vraag alvast voor 13u: als een adapter meerdere receivers heeft, moet iedere receiver dan zijn eigen adapters kunnen specificeren? Moeten ze verschillend kunnen zijn per receiver, voor dezelfde adapter?
We only see 3 JSPs in our FF project. Suggestion from the refinement meeting: recompilation can be turned off. Normal compilation, does that hurt existing JSP files? If no, turn...
Yes, for our project https://github.com/frankframework/frankframework we are using SendGrid as well, which uses this `java-http-client` which depends on the old `org.apache.httpcomponents:httpclient:4.*`.