Skip to content
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

fix: When using url in PactBroker annotation, the default value is broken … #1387

Merged

Conversation

mselvaku
Copy link
Contributor

Bug Fix:

V4.1.21.

@PactBroker(
url = "${pactbroker.url:https://pactbroker.internal.com}",
consumerVersionSelectors = [
VersionSelector(tag = "master"),
VersionSelector(tag = "prod")
]
)

evaluates to https and not https://pactbroker.internal.com due to extra colon.

@mselvaku mselvaku changed the title When using url in PactBroker annotation, the default value is broken … fix: When using url in PactBroker annotation, the default value is broken … Jun 21, 2021
@mselvaku mselvaku force-pushed the PactBrokerUrlJavaSystemPropertiesFix branch from 01c06a9 to b46a527 Compare June 21, 2021 05:53
@mselvaku
Copy link
Contributor Author

mselvaku commented Jun 21, 2021

Can a new release of 4.1.x be released? Our build is failing due to this bug.

@uglyog uglyog merged commit eedf59c into pact-foundation:v4.1.x Jun 24, 2021
@uglyog
Copy link
Member

uglyog commented Jun 24, 2021

4.1.23 has been released

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