shollander

Results 14 issues of shollander

I would like to use off-heap persistence together with on-heap indexes in order to minimize memory usage while providing quick queries. The problem I am encountering is that the current...

enhancement
performance

- [ ] What version of the library are you using? Is it the latest version? 2.8.0. Yes. What kind of issue is this? - [ ] Feature Request. Provide...

feature
help-wanted

When loading a very large number of values into a MutableMap, a `java.lang.NegativeArraySizeException` is encountered. A cursory examination of the code appears to point to `org.eclipse.collections.impl.map.mutable.UnifiedMap:300` where there is no...

I use the Spring IO [dependency-management-plugin](https://github.com/spring-gradle-plugins/dependency-management-plugin) in order to manage some dependencies. When the version is managed by the dependency-management-plugin the release plugin will not fail on snapshot dependencies.

bug

**Environment:** - OS: [Windows 10 19044.1466] - Version [version: 2261] **Issue** I'm trying to run "The Lost Mind of Dr. Brain". When I run the SETUP.EXE program, it seems to...

I am attempting to use an SSL Bundle to configure the certificate used by the embedded web server. If I do something like this in my `application.yaml` file: ``` spring:...

type: documentation

Please add support for capped collections. We have an application that uses capped collections and we can't use `mongo-java-server` with it.

The current design of the RetryTemplate and RecoveryCallback is to not throw any exception if a recovery callback is provided. There are cases where even after recovery, the caller wants...

I am trying to test a web client that sends a `tar.gz` file. The problem is that wiremock is automatically unzipping the body if it detects a gzip file [WireMockHttpServletRequestAdapter.java.getBody](https://github.com/tomakehurst/wiremock/blob/master/src/main/java/com/github/tomakehurst/wiremock/servlet/WireMockHttpServletRequestAdapter.java#L93)....

enhancement

date-fns claims to support Unicode Technical Standard #35, however the `Z` format specifier is unsupported. I realize that `xxxx` can be used instead. However, this can cause problems when dealing...