feat(avro)/refactor(core): unify *_POST_PROCESS_FILE behaviour and reuse code (#19761)

* feat(avro)/refactor: unify `*_POST_PROCESS_FILE` bahviour and code

* refactor: use existing function

* test: add simple test for post processor execution

* test: restrict concurrency to 1

* docs: add explanation to method
This commit is contained in:
Joscha Feth
2024-10-05 10:25:17 +01:00
committed by GitHub
parent 98468aba5c
commit 899ddecdbd
37 changed files with 219 additions and 484 deletions

View File

@@ -19,6 +19,7 @@ Also refer to the relevant documentation for [CLI](./usage.md), [Maven Plugin](h
The following environment variables are supported by their respective generators:
<!-- query with: grep -Rn '_POST_PROCESS_FILE"' modules | grep -Eo '[^"]+_POST_PROCESS_FILE' | sort -u -->
* `AVRO_POST_PROCESS_FILE`
* `CPP_POST_PROCESS_FILE`
* `CSHARP_POST_PROCESS_FILE`
* `C_POST_PROCESS_FILE`