Title: Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Cayenne 3.1.2 Released _Nov 20, 2017_ This is a maintenance release with a few bug fixes. It can be downloaded from [here](/download.html). ### A full list of changes in this release: #### Bug Fixes: * _CAY-1969_ Malformed EJBQL Yields NPE * _CAY-2084_ ObjectIdQuery - no cache access polymorphism * _CAY-2101_ DataContext.currentSnapshot() doesn't set snapshot entity name * _CAY-2137_ When generating SQL from EJBQL, use "AND" to separate multiple join conditions * _CAY-2175_ AliasName used in EJBQLQuery is not working if it contains mixed case * _CAY-2226_ PK generation for Frontbase: PK cache size must be ignored * _CAY-2276_ PrePersist listener registered as PostPersist in LifecycleCallbackRegistry.addListener(Class, LifecycleListener)