1
0
mirror of synced 2026-01-21 15:06:13 -05:00
Files
airbyte/airbyte-commons
Michael Siega 6a48da9226 Introduce webhook configs into workspace api and persistence (#17950)
* wip

* handle webhook configs in workspaces endpoint and split/hydrate secrets

* style improvements to documentation around webhook configs

* Clarify documentation around webhook auth tokens

* More documentation clarification around webhook configs

* Format.

* unit test coverage for webhook config handling

* use common json parsing libraries around webhook configs

* clean up around testing webhook operation configs

Co-authored-by: Davin Chia <davinchia@gmail.com>
2022-10-14 02:59:02 +02:00
..
2021-09-27 11:17:17 -07:00
2022-03-13 14:45:36 -07:00

airbyte-commons

Common java helpers.

This submodule is inherited by all other java modules in the monorepo! It is therefore important that we do not add dependencies to it, as those dependencies will also be added to every java module. The only dependencies that this module uses are the ones declared in the build.gradle at the root of the Airbyte monorepo. In other words it only uses dependencies that are already shared across all modules. The dependencies section of the build.gradle of airbyte-commons should always be empty.

For other common java code that needs to be shared across modules that requires additional dependencies, we follow this convention: airbyte-commons-<name of lib>. See for example airbyte-commons-cli and airbyte-commons-docker.