Hans Van Akelyen
Hans Van Akelyen
I can no longer reproduce this issue, tried it on both macos and windows.
I have taken a look at this a while back and I know where the issue is coming from. We are currently using references to the row data to store...
> [@hansva](https://github.com/hansva) > > > FYI. these errors are related to the execution information perspective and will not cause a pipeline to fail > > Any possibility to switch the...
could you check if the problem is also there with Java 11. For MacOs I recommend the zulu jdk it's what I use https://www.azul.com/downloads/?version=java-11-lts&os=macos&package=jdk#zulu
you can change the java used (in the current terminal) with following command: ``` export JAVA_HOME=`/usr/libexec/java_home -v 11` ``` note that this will only be valid in the single terminal...
Could you try one of our latest builds. Could be solved by #4195 You can fetch a current build [here](https://repository.apache.org/content/repositories/snapshots/org/apache/hop/hop-client/2.10.0-SNAPSHOT/) these do require Java 17
Ok this post explains preemptive vs non-preemptive authentication. https://stackoverflow.com/questions/7482523/why-preemptive-authentication The solution will be to add a checkbox to enable/disable that feature flag.
To be clear, which lines did you disable to get it working? Because I see code labeled as Preemtive authentication: https://github.com/apache/hop/blob/5e0ecaa4b33a18db0542aa94dc66d52876d6beb3/plugins/transforms/http/src/main/java/org/apache/hop/pipeline/transforms/http/Http.java#L154-L158 But disabling that is the same as removing the...