Jamil Ahmed
Jamil Ahmed
1. Amended `DirectPublisherWithManualInstrumentation` to add example span attributes and baggage for contextual information. 2. Added a new `QueueSubscriberWithManualInstrumentation` that creates a `receive` and `processing` span 3. Included an example of...
1. Amended `TopicPublisher` to publish in persistent mode, add example span attributes and baggage for contextual information. 2. Amended `QueuePublisher` to publish in persistent mode, add example span attributes and...
### Bug Description Exception triggers when running samples: `Creating Object: tutorialUser Exception in thread "main" java.lang.IllegalStateException: InjectionManagerFactory not found. at org.glassfish.jersey.internal.inject.Injections.lambda$lookupInjectionManagerFactory$0(Injections.java:74) at java.util.Optional.orElseThrow(Optional.java:290) at org.glassfish.jersey.internal.inject.Injections.lookupInjectionManagerFactory(Injections.java:74) at org.glassfish.jersey.internal.inject.Injections.createInjectionManager(Injections.java:44) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:412) at...
### Bug Description Instructions to build and try samples fail when using Java 17. Only after using Java 8 did it work. ### Expected Behavior For instruction steps to work...