-
Notifications
You must be signed in to change notification settings - Fork 20
chore: remove the usage of the DefaultRunContext #239
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
base: main
Are you sure you want to change the base?
Conversation
🧪 Java Unit Tests
|
| version=1.3.1-SNAPSHOT | ||
| kestraVersion=1.0.0 | ||
| version=1.4.0-SNAPSHOT | ||
| kestraVersion=1.2.0-SNAPSHOT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All those 1.2.0 updates here and there prevent us to do any release of these plugins before start of January :(
|
|
||
| try (KubernetesClient client = PodService.client(runContext, this.getConnection()); | ||
| PodLogService podLogService = new PodLogService(((DefaultRunContext) runContext).getApplicationContext().getBean(ThreadMainFactoryBuilder.class))) { | ||
| PodLogService podLogService = new PodLogService()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has to be reported to EE K8s plugin
fdelbrayelle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.