-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Break job engine to rest api dependency #4073
base: develop
Are you sure you want to change the base?
Break job engine to rest api dependency #4073
Commits on Aug 1, 2024
-
➖ removing unneeded dependencies from kapua-service-client
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b7bead - Browse repository at this point
Copy the full SHA 6b7beadView commit details -
➖ removing unneeded dependencies from kapua-client-security
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b9f384 - Browse repository at this point
Copy the full SHA 2b9f384View commit details -
➖ removing the checker framework as it was not activated anyway, and …
…if activated it failed compilation without any debug information Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd4fc1c - Browse repository at this point
Copy the full SHA cd4fc1cView commit details -
➖ removing unused guava dependency
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 021e172 - Browse repository at this point
Copy the full SHA 021e172View commit details -
partially restoring javax validation
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9410088 - Browse repository at this point
Copy the full SHA 9410088View commit details -
➖ removed unused or indirect dependencies from client modules
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f2a1a3 - Browse repository at this point
Copy the full SHA 8f2a1a3View commit details -
➖ absorbed job-engine-app-core into job-engine-app-web as it was not …
…generic, neither used anywhere else Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0ff37e - Browse repository at this point
Copy the full SHA d0ff37eView commit details -
➖ trying to clean up job-engine-app's dependencies a little bit
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df1c6bc - Browse repository at this point
Copy the full SHA df1c6bcView commit details -
🐛 was throwing npe on null isRunning properties (for jobs that do not…
… exist) Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43b9344 - Browse repository at this point
Copy the full SHA 43b9344View commit details -
➖ removing unused logging bridges
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f8cef2 - Browse repository at this point
Copy the full SHA 4f8cef2View commit details -
➖ removing inherited dependencies from job-engine-jbatch
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e90f509 - Browse repository at this point
Copy the full SHA e90f509View commit details -
➖ removing inherited dependency commons-configurationh
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2353c6 - Browse repository at this point
Copy the full SHA b2353c6View commit details -
🔥 removed unused postcontruct feature
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cf53b4 - Browse repository at this point
Copy the full SHA 0cf53b4View commit details -
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e954d1 - Browse repository at this point
Copy the full SHA 7e954d1View commit details -
Revert ":heavy_minus_sign: trying to clean up job-engine-app's depend…
…encies a little bit" This reverts commit 5bd0938.
Configuration menu - View commit details
-
Copy full SHA for dc854f5 - Browse repository at this point
Copy the full SHA dc854f5View commit details -
better dependencies cleanup in job-engine
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52fce1e - Browse repository at this point
Copy the full SHA 52fce1eView commit details -
📝 fixing and improving javadoc for Initializing Methods
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0464c45 - Browse repository at this point
Copy the full SHA 0464c45View commit details -
when referencing the internal, the api already comes indirectly
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fa4fc0 - Browse repository at this point
Copy the full SHA 6fa4fc0View commit details -
Revert ":heavy_minus_sign: absorbed job-engine-app-core into job-engi…
…ne-app-web as it was not generic, neither used anywhere else" This reverts commit 3450f05.
Configuration menu - View commit details
-
Copy full SHA for f01690f - Browse repository at this point
Copy the full SHA f01690fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a79bd6c - Browse repository at this point
Copy the full SHA a79bd6cView commit details -
➖ breaking the dependency between job-engine app and job-client
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f71b698 - Browse repository at this point
Copy the full SHA f71b698View commit details -
➖ no longer necessary to exclude job-engine-client from job engin app…
…, as the dependency was broken Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9bc2e6 - Browse repository at this point
Copy the full SHA d9bc2e6View commit details -
➖ absorbed job-engine-app-core into job-engine-app-web as it was not …
…generic, neither used anywhere else Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b3d248 - Browse repository at this point
Copy the full SHA 4b3d248View commit details -
Revert ":heavy_minus_sign: absorbed job-engine-app-core into job-engi…
…ne-app-web as it was not generic, neither used anywhere else" This reverts commit 3450f05.
Configuration menu - View commit details
-
Copy full SHA for 276a1f2 - Browse repository at this point
Copy the full SHA 276a1f2View commit details -
➖ breaking the dependency between job-engine app and job-client
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ab11d4 - Browse repository at this point
Copy the full SHA 8ab11d4View commit details -
♻️ breaking the dependency between job-engine and rest-api by moving …
…common code in commons-rest Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f95e9f - Browse repository at this point
Copy the full SHA 9f95e9fView commit details -
♻️ reorganizing web and rest libraries
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 122bff7 - Browse repository at this point
Copy the full SHA 122bff7View commit details -
Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85f8407 - Browse repository at this point
Copy the full SHA 85f8407View commit details -
♻️ using base class provided in library instead of reheating the same…
… soup Signed-off-by: dseurotech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37406a1 - Browse repository at this point
Copy the full SHA 37406a1View commit details