spring-cloud / spring-cloud-netflix

Integration with Netflix OSS components
http://cloud.spring.io/spring-cloud-netflix/
Apache License 2.0
4.87k stars 2.44k forks source link

Create integration test for eureka with jersey #3788

Open spencergibb opened 4 years ago

spencergibb commented 4 years ago

Now that #3785 is done, we should have an integration test that makes certain, jersey still works. Likely needs to be in a separate integration tests module

Haybu commented 4 years ago

Not sure what would be new to test. Jersey deps are made optional in the module, that keeps the autowired DiscoveryClientOptionalArgs bean on existing JerseyOptionalArgsConfigurationTest.java test class to remain not null and verify still that Jersey discovery client is there.