solace-samples-semp icon indicating copy to clipboard operation
solace-samples-semp copied to clipboard

Getting Started Samples for the Solace SEMP API.

Results 3 solace-samples-semp issues
Sort by recently updated
recently updated
newest added

### 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

### 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...

bug