1
0
mirror of synced 2025-12-31 15:03:11 -05:00
Files
airbyte/airbyte-commons
Lake Mossman 73034c64da Sweep old scheduler code (#13400)
* sweep all scheduler application code and new-scheduler conditional logic

* remove airbyte-scheduler from deployments and docs

* format

* remove 'v2' from github actions

* add back scheduler in delete deployment command

* remove scheduler parameters from helm chart values

* add back job cleaner + test and add comment

* remove now-unused env vars from code and docs

* format

* remove feature flags from web backend connection handler as it is no longer needed

* remove feature flags from config api as it is now longer needed

* remove feature flags input from config api test

* format + shorter url

* remove scheduler parameters from helm chart readme
2022-06-06 10:49:17 -07:00
..
2022-06-06 10:49:17 -07: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.