Skip to content

Conversation

@ilyanep
Copy link

@ilyanep ilyanep commented Jan 13, 2026

Before this PR

Conjure-java-runtime depends on Netflix Feign 8, which is very old and winds up blocking consumers from upgrading their own Feign dependencies

After this PR

==COMMIT_MSG==
Conjure-java-runtime now depends on Openfeign 13. Consumers relying on transitive dependencies will need to update their own dependencies.
==COMMIT_MSG==

Possible downsides?

Difficulty to upgrade

@changelog-app
Copy link

changelog-app bot commented Jan 13, 2026

Generate changelog in changelog/@unreleased

Type (Select exactly one)

  • Feature (Adding new functionality)
  • Improvement (Improving existing functionality)
  • Fix (Fixing an issue with existing functionality)
  • Break (Creating a new major version by breaking public APIs)
  • Deprecation (Removing functionality in a non-breaking way)
  • Migration (Automatically moving data/functionality to a new system)

Description

Conjure-java-runtime now depends on Openfeign 13. Consumers relying on transitive dependencies will need to update their own dependencies.

Check the box to generate changelog(s)

  • Generate changelog entry

@changelog-app
Copy link

changelog-app bot commented Jan 13, 2026

Successfully generated changelog entry!

Need to regenerate?

Simply interact with the changelog bot comment again to regenerate these entries.


📋Changelog Preview

💥 Breaks

  • Conjure-java-runtime now depends on Openfeign 13. Consumers relying on transitive dependencies will need to update their own dependencies. (#3355)

}
}

private Collection<String> addTemplatedParam(Collection<String> possiblyNull, String name) {
Copy link
Author

Choose a reason for hiding this comment

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

This was removed from BaseContract upstream. I just copied the old version in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants