Skip to content

Conversation

@SamBarker
Copy link
Contributor

Rather embarrassingly there is a typo in the new httpclient property luckily as its still un-released we can freely rename it.

Copy link

@robobario robobario left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

on main:

rg -F 'fabric8.httpclinent.impl'
Dockerfile
28:RUN --mount=type=cache,target=/root/.m2 mvn -ntp clean install -pl flink-kubernetes-standalone,flink-kubernetes-operator-api,flink-kubernetes-operator,flink-autoscaler,flink-kubernetes-webhook -DskipTests=$SKIP_TESTS -Dfabric8.httpclinent.impl="$HTTP_CLIENT"

flink-kubernetes-operator/pom.xml
41:        <fabric8.httpclinent.impl>okhttp</fabric8.httpclinent.impl>
72:            <artifactId>kubernetes-httpclient-${fabric8.httpclinent.impl}</artifactId>
428:                    <name>fabric8.httpclinent.impl</name>

rg -F 'fabric8.httpclient.impl' | wc -l
0

on your PR:

rg -F 'fabric8.httpclinent.impl' | wc -l
0

rg -F 'fabric8.httpclient.impl' 
Dockerfile
28:RUN --mount=type=cache,target=/root/.m2 mvn -ntp clean install -pl flink-kubernetes-standalone,flink-kubernetes-operator-api,flink-kubernetes-operator,flink-autoscaler,flink-kubernetes-webhook -DskipTests=$SKIP_TESTS -Dfabric8.httpclient.impl="$HTTP_CLIENT"

flink-kubernetes-operator/pom.xml
41:        <fabric8.httpclient.impl>okhttp</fabric8.httpclient.impl>
72:            <artifactId>kubernetes-httpclient-${fabric8.httpclient.impl}</artifactId>
428:                    <name>fabric8.httpclient.impl</name>

@gyfora gyfora merged commit 6e3cc79 into apache:main Oct 14, 2024
233 checks passed
@SamBarker SamBarker deleted the typofix branch October 14, 2024 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants