Stefan Zabka
Stefan Zabka
Okay, so my dependent FEEL expressions would need to emulate this behavior by having a `realValueOfText` that is smt like `=if not decisionCheckbox then text else null` ?
@maff do you think a better strategy for validating that everything is wired correctly is to inject the "hostile" object mapper into every test and see what breaks?
> > @maff do you think a better strategy for validating that everything is wired correctly is to inject the "hostile" object mapper into every test and see what breaks?...
@maff tried to find all Agentic uses and haven't updated the tests yet. Can you still give a quick pass if I'm on the right track
Summarizing: - The connnectorsObjectMapper is no longer injected by default - Assuming all tests use some sort of feel expression (? Is that a reasonable assumption) we can be certain...
Okay, what I've found so far: Copying the two comment blocks into files and then running npx jwt-gen-cli -f /tmp/payload.json -e 5y -a none -s /tmp/secret.json after deleting the `"exp":...
Another thing that the exception is: com.auth0.jwt.exceptions.TokenExpiredException: The Token has expired on 2025-01-13T11:16:38Z. So why were the tests passing until pretty much exactly 10 months later?
Also the token named `NO_ALG_PRESENT_JWT` uses the RS256 apparently even from a real system because there is mention of `https://sts.windows.net/8ebe249d-8312-4ffb-9b6b-08e56669d578/` as the idp
Okay, jwt-gen-cli just doesn't support JWK, so it's not parsing the JSON to retrieve the private key components. Maybe this needs to be a little Java programm that consumes the...
The tests are passing again, so closing this for now