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

Resolve runbundles for CXF upgrade #15473

Merged
merged 2 commits into from
Aug 23, 2023
Merged

Resolve runbundles for CXF upgrade #15473

merged 2 commits into from
Aug 23, 2023

Commits on Aug 21, 2023

  1. Resolve runbundles for CXF upgrade

    Related to openhab/openhab-core#3770
    
    Signed-off-by: Wouter Born <[email protected]>
    wborn committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    50ac8d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Replace Grizzly JAX-RS Client with Jetty HTTP client in hueemulation …

    …tests
    
    It seems that the Grizzly JAX-RS Client implementation does not work well with the new CXF dependencies on the classpath.
    As we do not use Grizzly anywhere else it is probably best to also stop using the Grizzly HTTP Server in these tests in the future.
    
    Signed-off-by: Wouter Born <[email protected]>
    wborn committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7640dc1 View commit details
    Browse the repository at this point in the history