← 返回首页
issue 1299 abstract authentication configuration get link text should be a string by SaifuddinMerchant · Pull Request #1301 · cloudfoundry/cf-java-client · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

issue 1299 abstract authentication configuration get link text should be a string#1301

Merged
Kehrlann merged 3 commits into
cloudfoundry:mainfrom
SaifuddinMerchant:feature/issue-1299-AbstractAuthenticationConfiguration-getLinkText-should-be-a-string
Aug 19, 2025
Merged

issue 1299 abstract authentication configuration get link text should be a string#1301
Kehrlann merged 3 commits into
cloudfoundry:mainfrom
SaifuddinMerchant:feature/issue-1299-AbstractAuthenticationConfiguration-getLinkText-should-be-a-string

Conversation

Copy link
Copy Markdown
Contributor

The PR sorts an issues where the getLinkText should have been a String instead of a Boolean. In addition it remove a duplicate entry in the POM file to remove warning "duplicate declaration of version"

…o fix WARNING 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-starter-test:jar

Copy link
Copy Markdown
Contributor

Thanks for the contribution @SaifuddinMerchant !

Now that you're touching the integration test POM, would you mind also removing

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <scope>test</scope> </dependency>

It's a transitive dependency of spring-boot-starter-test anyway.

Kehrlann self-requested a review August 18, 2025 09:43
… should be pulled as a transitive dependency of spring-boot-starter-tes
Comment thread integration-test/pom.xml Show resolved Hide resolved
Hide details View details Kehrlann merged commit 53d7a32 into cloudfoundry:main Aug 19, 2025
5 checks passed

Copy link
Copy Markdown
Contributor

Thank you for your contribution!

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants

Footer

© 2026 GitHub, Inc.