Per-Ake Minborg

Results 76 issues of Per-Ake Minborg

``` 11:42:55 net.openhft.chronicle.osgi.OSGiBundleTest 11:42:55 checkInject 11:42:55 10:42:55.072 [main] INFO o.o.pax.exam.spi.DefaultExamSystem - Pax Exam System (Version: 3.4.0) created. 10:42:55.077 [main] DEBUG o.ops4j.store.intern.TemporaryStore - Storage Area is /tmp/1607337775075-0 10:42:55.087 [main] INFO o.o.pax.exam.junit.impl.ProbeRunner...

bug

This creates unnecessary lambda instantiations for calls with two or more parameters.

enhancement

Sometimes it is useful to be able to compose ArchUnit tests from interfaces with default implementations. This is a pattern that works for JUnit for example. So I have an...

A user reports 1 always being returned from: ``` jpaStreamer.stream(SomeEntity.class).count(); ``` But the table in question contains a large number of rows. This was using Oracle DB.

bug

The default should be `Inclusion.START_INCLUSIVE_END_EXCLUSIVE` as this is the default Java behavior. This is the current behavior: ![image](https://user-images.githubusercontent.com/7457876/117657755-3bb91f80-b19a-11eb-8335-506e3dd886d4.png)

bug

A customer reports connections being leaked with spring boot and postgres, hiraki

bug

If several instances of JPA streamer is built within a single application, one should be able to limit startup messages.

enhancement

Add additional properties as package names.

enhancement

Reproduce: ``` cd jpa-streamer-test mvn clean install -e ``` Produces: ``` Caused by: java.lang.ClassNotFoundException: com.speedment.jpastreamer.field.ComparableField at java.net.URLClassLoader.findClass (URLClassLoader.java:471) at java.lang.ClassLoader.loadClass (ClassLoader.java:588) at java.lang.ClassLoader.loadClass (ClassLoader.java:521) at com.speedment.jpastreamer.fieldgenerator.standard.internal.InternalFieldGeneratorProcessor.referenceType (InternalFieldGeneratorProcessor.java:236) at com.speedment.jpastreamer.fieldgenerator.standard.internal.InternalFieldGeneratorProcessor.addFieldToClass (InternalFieldGeneratorProcessor.java:145)...

bug