Magnus Reftel

Results 19 issues of Magnus Reftel

Use the same version as for other spring dependencies. Otherwise, we get old RC versions through transitive dependencies.

Make actions in the Hibernate adapter observable, e.g. for tracing purposes

The artifacts do not seem to be published anywhere any longer (https://maven.research.rackspacecloud.com/content/repositories/releases/org/atomhopper/atomhopper/ does not have the latest version). This makes it difficult to embed AtomHopper in other applications. Would it...

This set of patches solves an issue where pagination using a marker would miss entries due to a race condition. The fixes are mostly for the Hibernate adapter, but the...

When converting an existing testcase that uses PowerMock and EasyMock to use Mockito, I ran into a problem: the test used to use `PowerMock.mockStatic(Thread.class)` and then do ```java Thread.sleep(1000); EasyMock.expectLastCall();...

Various small improvements made while trying JQF out for a project.

I´m writing a simple fuzz runner. To isolate the interesting parts of the application, the test uses some Mockito mocks. Starting the runner via maven using "jqf:fuzz" fails with the...

It´s been many years since 1.0. A new release (if only to have something that pulls in updated transitive dependencies) would be appreciated!

Remove mention of JDBC tracing, since that used the P6Spy instrumentation, which was removed in 6.0.