Tags: eclipse-opensmartclide/smartclide-context
Tags
test publishing jars to github maven package repository
Show error message if reading config file fails (#171) * NullPointerException thrown when drmHandle is null in readConfigurationFile. MonitoringConfiguration constructor removed * Code clean up: unnecessary constructor removed from AmIMonitoringService and getInstance() method removed form MonitoringConfiguration. * error message logged when config file does not exist for given location and fileName. * minor change with file path in default getInstance() method. * getInstance() method in MonitoringConfiguration takes default file path when not specified. * NullPointerException thrown when drmHandle is null in readConfigurationFile. MonitoringConfiguration constructor removed * Code clean up: unnecessary constructor removed from AmIMonitoringService and getInstance() method removed form MonitoringConfiguration. * error message logged when config file does not exist for given location and fileName. * minor change with file path in default getInstance() method. * getInstance() method in MonitoringConfiguration takes default file path when not specified. * applied patch for resolving logging issue * readConfigurationFileTest() is added and some code cleanup * suggestions applied * replacing workaround code for getting config file path with ContextPathUtils.getConfigDir() * Apply patch for: fix_silently_failing_test_TestMonitoringService * suggestions applied * suggestions applied Co-authored-by: Sebastian Scholze <4063307+schlotze@users.noreply.github.com>
Bump cxf.version from 3.5.4 to 3.5.5 Bumps `cxf.version` from 3.5.4 to 3.5.5. Updates `cxf-rt-frontend-jaxws` from 3.5.4 to 3.5.5 Updates `cxf-rt-transports-http-jetty` from 3.5.4 to 3.5.5 Updates `cxf-rt-transports-http-hc` from 3.5.4 to 3.5.5 --- updated-dependencies: - dependency-name: org.apache.cxf:cxf-rt-frontend-jaxws dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.cxf:cxf-rt-transports-http-jetty dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.cxf:cxf-rt-transports-http-hc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
move httpClient initialisation to constructor minor re-formatting update some log statements and docs
PreviousNext