eclipse-jkube / jkube

Build and Deploy java applications on Kubernetes
https://www.eclipse.dev/jkube/
Eclipse Public License 2.0
755 stars 496 forks source link

BuildService: Unused import 'import org.eclipse.jkube.kit.common.RegistryConfig;' #3387

Open manusa opened 2 weeks ago

manusa commented 2 weeks ago

Description

The class BuildService presents the issue: Unused import 'import org.eclipse.jkube.kit.common.RegistryConfig;'.

The following line: https://github.com/eclipse-jkube/jkube/blob/f340d005693cfceb0c86e70767bcd6c20309c64f/jkube-kit/config/service/src/main/java/org/eclipse/jkube/kit/config/service/BuildService.java#L17 should be removed.

:red_circle: Before you start :red_circle:

:point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down: :point_down:

Make sure you read the contributing guide first.

Pay special attention to the ECA agreement section and the requirement to sign-off your commit.

This is a first-timers-only issue. These issues are especially created for contributors who are contributing to the project for the first time.

If you have already contributed to this project in the past, please don't ask to be assigned one of these issues and look for good-first-issues or help-wanted issues instead in order to continue you contributor journey in the project.

misim3 commented 7 hours ago

Hi! I would like to work on this issue. Could I take it on?