cayenne
cayenne copied to clipboard
Mirror of Apache Cayenne
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.0 to 42.4.1. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...
Eclipse maven integration (m2e) - add two missing goals to prevent errors on project There were errors on the project like 'Plugin execution not covered by lifecycle configuration'
This problem also affects the shared query cache.
The feature was developed for work with case-sensitive naming (e.g. "name", "Name", "NAME"). Added a button for using case-sensitive naming in modeler. The useCaseSensitive option allows to have case sensitive...
New UI for the modeler class generation page. Added the ability to configure generation standards and client classes. Redesigned window for work with custom templates.  which detects flakiness under non-deterministic environment. To reproduce: ``` mvn edu.illinois:nondex-maven-plugin:1.1.2:nondex \ -pl cayenne-server \ -Dtest=org.apache.cayenne.reflect.PojoMapperTest#testObjectCreation ``` # Issue In `testObjectCreation`, the...
# Description Test `org.apache.cayenne.util.WeakValueMapTest.testConcurrentModification` will fail under [NonDex](https://github.com/TestingResearchIllinois/NonDex) which detects flakiness under non-deterministic environment. To reproduce: ``` mvn edu.illinois:nondex-maven-plugin:1.1.2:nondex \ -pl cayenne-server \ -Dtest=org.apache.cayenne.util.WeakValueMapTest#testConcurrentModification ``` # Issue The test code...
The test `org.apache.cayenne.log.CompactSlf4jJdbcEventLoggerTest.compactBindings` will fail under [NonDex](https://github.com/TestingResearchIllinois/NonDex) tool that detect flakiness under non-deterministic order. In function `CompactSlf4jJdbcEventLogger .collectBindings`, the function is declared with the usage of HashMap. ```java protected void...
Travis CI provide a way to shallow clone a repository. This has the obvious benefit of speed, since you only need to download a small number of commits.