You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgrated to Dataflow 2.11.0 to use it with my springboot2 & 3 apps.
Problem :
When calling the endpoint /jobs/executions/17?schemaTarget=boot3 I am getting the same anwser as previous version but I do not get the field contextExecution in the object jobExecution populated, it is marked as empty (the filed empty is at true) but the context is present/insert in database..
Am I using the wrong endpoint or doing it the wrong way ?
I upgrated to Dataflow 2.11.0 to use it with my springboot2 & 3 apps.
Problem :
When calling the endpoint
/jobs/executions/17?schemaTarget=boot3
I am getting the same anwser as previous version but I do not get the field contextExecution in the object jobExecution populated, it is marked as empty (the filed empty is at true) but the context is present/insert in database..Am I using the wrong endpoint or doing it the wrong way ?
Context :
Table boot3_batch_job_execution_context :
job_execution_id|short_context |serialized_context|
----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------
16|rO0ABXNyABFqYXZhLnV0aWwuSGFzaE1hcAUH2sHDFmDRAwACRgAKbG9hZEZhY3RvckkACXRocmVzaG9sZHhwP0AAAAAAAAx3CAAAABAAAAADdAAEdGVzdHQAKWNlY2kgZXN0IHVuIHRlc3QgZCdham91dCBkZSBsJ2FmdGVyIGNodW5rdAALQUFBQUFBQUFBQUF0AA5ISVpIRlpJSEZJT1pGSnQADWJhdGNoLnZlcnNpb250AAU1LjAuMng= | |
17|rO0ABXNyABFqYXZhLnV0aWwuSGFzaE1hcAUH2sHDFmDRAwACRgAKbG9hZEZhY3RvckkACXRocmVzaG9sZHhwP0AAAAAAAAx3CAAAABAAAAAEdAAFdGVzdDJ0ACljZWNpIGVzdCB1biB0ZXN0IGQnYWpvdXQgZGUgbCdhZnRlciBjaHVua3QABHRlc3R0AChjZWNpIGVzdCB1biB0ZXN0IGR1IGJlZm9yZUNodW5jayBkJ2Fqb3V0dAALQUFBQUF| |
But the response of the endpoint
/jobs/executions/17?schemaTarget=boot3
The text was updated successfully, but these errors were encountered: