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

Rest client classic: revert to package private visibility for configuration methods #27810

Merged
merged 3 commits into from Sep 13, 2022

Commits on Sep 9, 2022

  1. Rest client classic: make configuration methods in RestClientBase pro…

    …tected
    
    This is to accommodate kogito extension that accesses these methods.
    TomasHofman committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    23d2600 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Add RestClientBuilder factories

    These factories should make it easier for developers to obtain a
    RestClientBuilder instance preconfigured according to current
    application config. The builder can be further tweaked and then used to
    programatically build a rest client proxy.
    TomasHofman committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c0e11c6 View commit details
    Browse the repository at this point in the history
  2. Rest client config: Remove incorrect note about the proxyAddress prop…

    …erty being only applicable to reactive clients
    TomasHofman committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    58c0966 View commit details
    Browse the repository at this point in the history