Per-Ake Minborg
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...
This creates unnecessary lambda instantiations for calls with two or more parameters.
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.
The default should be `Inclusion.START_INCLUSIVE_END_EXCLUSIVE` as this is the default Java behavior. This is the current behavior: 
A customer reports connections being leaked with spring boot and postgres, hiraki
If several instances of JPA streamer is built within a single application, one should be able to limit startup messages.
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)...