Matt Magoffin
Matt Magoffin
This PR is to address #14, and adds Debian package build support, using `debhelper`. You may want to tweak things like the email address or other package metadata but this...
I'd like to be able to include this extension in environments where a Debian binary package would be helpful, instead of having to build from source. I researched a bit...
Hello, I am not finding how to resolve a `Quantity` instance if I am starting with a `Number` and a `Unit` instance, using only the `javax.measure` API. The trouble here...
…testing of many threaded HTTP responses in [WebApiClient](https://github.com/Blue-Rocket/WebApiClient) project unit tests. I kept getting crashes from the `setHeadersForResponse:error:` method, on the line that calls `[http.defaultHeaders enumerateKeysAndObjectsUsingBlock:...` and I noticed the...
This PR adds a high service ranking to the registered LogService so it will take precedent over any built-in LogService provided by the OSGi runtime (e.g. Equinox). I figured if...
Hello, I was writing some tests to verify parsing of UCUM units, and ran into a problem where parsing `Hz/60` did not result in a `Unit` that was equal to...
**Describe the bug** When configuring WebSocket message security via Spring Security's XML support, a `CsrfChannelInterceptor` is configured but the default CSRF handler in the web layer is generated by the...
Change WebSocketMessageBrokerSecurityBeanDefinitionParser to use XorCsrfChannelInterceptor by default, so WebSocket XML configuration matches the default Xor-based configuration already in WebSocketMessageBrokerSecurityConfiguration. Issue gh-17260