@@ -5,8 +5,245 @@ match the actual issue resolution (i.e. a bug might not be a bug). Please
55refer to the particular case on JIRA using the issue tracking number to learn
66more about each case.
77
8+
9+ Changes in version 4.3.0.Beta1 (2012.07.12)
10+ ------------------------------------------------------------------------------------------------------------------------
11+ https://hibernate.atlassian.net/browse/HHH/fixforversion/12152
12+
13+ ** Sub-task
14+ * [HHH-7941] - Script OSGi manifest creation in Gradle
15+ * [HHH-7942] - Create Hibernate OSGi bundle activator and class loader services
16+ * [HHH-7966] - Remove external use of internal impls
17+ * [HHH-7968] - Upgrade to JACC 1.0.2.Final -- needed for OSGi manifests
18+ * [HHH-7981] - Load (now) locally defined orm.xsd while processing orm.xml files
19+ * [HHH-7982] - Revisist discrepancy between <join-table> and @JoinTable after discussion with EG
20+ * [HHH-7991] - Correct all instances of Thread.currentThread().getContextClassLoader()
21+ * [HHH-7994] - Improve OsgiClassLoader performance
22+ * [HHH-7997] - Integrate changes to EntityGraphs
23+ * [HHH-8010] - Ensure Hibernate manifests allow user bundle managed SF/EMF
24+ * [HHH-8077] - Add MDC usage into attribute walking to help decode logs from recursive calls
25+ * [HHH-8098] - JTA 1.2
26+ * [HHH-8099] - CDI 1.1
27+ * [HHH-8100] - BV 1.1
28+
29+ ** Bug
30+ * [HHH-995] - Order.ignoreCase() only works for VARCHAR types, not CHAR types
31+ * [HHH-1168] - Problem combining locking and paging on Oracle
32+ * [HHH-1283] - ScrollableResults JoinFetch don't set child collection correctly after the second parent object
33+ * [HHH-1570] - criteria-api: filtering by key-many-to-one causes invalid sql
34+ * [HHH-1904] - Identifier too long
35+ * [HHH-2045] - in () result in "unexpected end of subtree"
36+ * [HHH-2721] - PostgreSQLDialect: function md5() always returns a string value
37+ * [HHH-3788] - FirebirdDialect: current_date() function
38+ * [HHH-3862] - Wrong link in documentation tutorial chapter 1
39+ * [HHH-4084] - @UniqueConstraint(columnNames="") causes StringIndexOutOfBoundsException
40+ * [HHH-4150] - EntityManager.createQuery does not recognize COUNT CASE statement
41+ * [HHH-4459] - Query with Composite Primary Key parameter crashes when query cache is on
42+ * [HHH-4562] - Some kind of typo in chapter 7.3.1
43+ * [HHH-4635] - Oracle ORA-24816 inserting and updating data for entities containg LOB attributes
44+ * [HHH-5188] - Use provided enum type ordinal/string when reading
45+ * [HHH-5209] - org.hibernate.hql.ast.QuerySyntaxException when running a JPQL query with a MEMBER OF on an @ElementCollection
46+ * [HHH-5267] - NPE when updating a detached entity with a one-to-one association changed to null that is mapped with delete-orphan
47+ * [HHH-5376] - Tests contain invalid SQL
48+ * [HHH-5732] - @OrderColumn not updated if @OneToMany has mappedby defined
49+ * [HHH-5836] - Mapping collection of entities with same name and notnull constraints from two different entities results in duplicate property mapping of Backref
50+ * [HHH-5973] - Typo in documentation about Interceptors
51+ * [HHH-6043] - PostLoad method invoked before collection initialised
52+ * [HHH-6349] - AuditJoinTable rows missing when detached entities with collections are merged into the persistence context
53+ * [HHH-6496] - ClassCastException inside proxy without explicit casting in application code
54+ * [HHH-6643] - Criteria doesn't support a chaining of 2 not restrictions (sql = not not criterion)
55+ * [HHH-6655] - trim function on DB2 is broken
56+ * [HHH-6972] - Support PostgreSQL and Oracle LOBs
57+ * [HHH-7029] - Javadoc says the opposite as in code example
58+ * [HHH-7203] - IdentityGenerator fails with JOINED Inheritance when inserting entity to PosgtreSQL
59+ * [HHH-7233] - unmuck EntityManager#getSingleResult wrt auto-setting of max results
60+ * [HHH-7304] - NaturalIdResolutionCache not correctly filled on first persist when @GeneratedValue-@Id
61+ * [HHH-7308] - beforeTransactionCompletion() not getting called in the same scenarios as afterTransactionCompletion() in the TransactionObserver for child Sessions
62+ * [HHH-7309] - Natural-id not cached in shared cache after insert
63+ * [HHH-7359] - Trace logging causes numerous test errors
64+ * [HHH-7377] - NullPointerException in conjunction with natural IDs after Session.clear()
65+ * [HHH-7398] - Transaction timeouts are not properly enforced
66+ * [HHH-7437] - Classcast issue with new property auditing feature of Envers(withModifiedFlag)
67+ * [HHH-7479] - getForUpdateString() of HSQLDialect returns empty string.
68+ * [HHH-7487] - org.hibernate.type.EnumType incorrectly logs binded values
69+ * [HHH-7519] - Upgrade byteman version
70+ * [HHH-7524] - Enabling AvailableSettings.ENABLE_LAZY_LOAD_NO_TRANS results in leaking DB-connections
71+ * [HHH-7541] - When using HSQLDB, inserting any CLOB value larger than 16Mb always fails with an exception
72+ * [HHH-7557] - Map entries get deleted
73+ * [HHH-7561] - PersistenceUnitUtil.getIdentifier returning null for a persisted proxy
74+ * [HHH-7563] - Fallback for JBossAppServerJtaPlatform.locateUserTransaction() to look at "java:jboss" if "java:comp" not available
75+ * [HHH-7566] - Activating JOIN fetch profile involving self-referential associations causes StackOverflowError
76+ * [HHH-7567] - Better checking when @Enumerated involved
77+ * [HHH-7568] - Add JPA1.0 compound key compatability when orm descriptor file used to override annotations.
78+ * [HHH-7569] - Correct test-only failures in hibernate-core-master-matrix CI job
79+ * [HHH-7575] - Hibernate Getting Started Guide refers to incorrect tutorial directory for annotations tutoral
80+ * [HHH-7577] - Dialect's supportsNotNullUnique not working when false
81+ * [HHH-7578] - Sybase does not support "unique not null"
82+ * [HHH-7579] - Oracle does not support "unique not null"
83+ * [HHH-7580] - Complete 2-phase SessionFactory building design
84+ * [HHH-7584] - Sybase dialects attempting to use BLOB types
85+ * [HHH-7586] - Re-architect Type or TypeFactory dynamic descriptors
86+ * [HHH-7603] - NullPointerException being thrown instead of LazyInitializationException with collection reattach change
87+ * [HHH-7608] - @OrderBy in combination with @Formula fails
88+ * [HHH-7643] - java.io.NotSerializableException org.hibernate.type.EnumType
89+ * [HHH-7644] - Correct memory leak introduced by HHH-7557
90+ * [HHH-7645] - Enum property defined within orm.xml using enum-type string does not work
91+ * [HHH-7669] - JtaTransaction test fails on Oracle RAC
92+ * [HHH-7674] - DB locks not cleared on LazyLoadingTest#testLazyCollectionLoadingWithClearedSession
93+ * [HHH-7692] - Postgres 9 and 9.1 use 8.1 dialect instead of 8.2 by default
94+ * [HHH-7693] - SQL Server 2012 gets the SQL Server 2000 dialect by default
95+ * [HHH-7711] - SchemaExport doesn't create file with script if both parameters exportToDatabase and scriptToConsole are false
96+ * [HHH-7716] - Update CUBRID dialect and test cases
97+ * [HHH-7717] - Reserved keywords are used in unit tests' column names
98+ * [HHH-7721] - SQLFunctionRegistry findSQLFunction does not honor case sensitivity
99+ * [HHH-7724] - JpaLargeBlobTest failing on multiple DBs
100+ * [HHH-7730] - SchemaExportManagedConnectionTest#testGenerateDdlToFile failing on Oracle & Sybase
101+ * [HHH-7732] - QueryTest#testMemberOfSyntax failing on Oracle
102+ * [HHH-7733] - NativeSQLQueriesTest failing on Postgres
103+ * [HHH-7734] - SerializableTypeTest#testNewSerializableType failing for Oracle 11G R1
104+ * [HHH-7748] - EnumType crashes because of unsupported JDBC API in Oracle
105+ * [HHH-7757] - NOT IN handled incorrectly with tuples for dialects that do not support tuple syntax
106+ * [HHH-7767] - JoinWalker creates ".." substring in association path
107+ * [HHH-7768] - Names of invalid named queries incorrectly concatenated
108+ * [HHH-7769] - Define short-names for built-in MultiTableBulkIdStrategy impls
109+ * [HHH-7785] - Schema export does not generate unique constraints for HSQLDialect any more
110+ * [HHH-7797] - Inconsistent logic by uses of Dialect#supportsNotNullUnique
111+ * [HHH-7800] - maximize() builds incorrect query if used inside an AuditDisjunction
112+ * [HHH-7816] - DDL opertations will incorrectly commit current transaction on Oracle XA
113+ * [HHH-7819] - Correct test issues found in CI hibernate-core-master-matrix job
114+ * [HHH-7821] - NPE after upgrade from 4.1.6 to 4.1.8
115+ * [HHH-7825] - org.hibernate.type.descriptor.java.DataHelper is incompatible with FireBird JDBC
116+ * [HHH-7829] - NullPointerException when manually flushing One-To-One relationship with orphan removal
117+ * [HHH-7839] - Documentation bug at SimpleNaturalIdLoadAccess.getReference(Object naturalIdValue)
118+ * [HHH-7849] - Unable to join on an embedded field
119+ * [HHH-7889] - Sybase jConnect driver cannot use ResultSet.getClob(String) method
120+ * [HHH-7890] - Quoting identifiers breaks @UniqueConstraint
121+ * [HHH-7910] - Transaction timeout can cause non-threadsafe session access by reaper thread
122+ * [HHH-7911] - NPE in TwoPhaseLoad#initializeEntity
123+ * [HHH-7923] - Revert to Javassist 3.15
124+ * [HHH-7928] - Regression caused by HHH-6361
125+ * [HHH-7930] - Hibernate will crash with (custom) enum types when running with a logback.xml in debug mode
126+ * [HHH-7933] - boolean is broken on SQLServerDialect
127+ * [HHH-7948] - Merging CollectionChangeWorkUnit with ModWorkUnit ended with incorrect values of modified flags
128+ * [HHH-7970] - @javax.persistence.Cacheable is never wired up
129+ * [HHH-7984] - Prepared statement for callable returning cursor not closed
130+ * [HHH-7990] - Bootstrapping Hibernate fails if javax.validation API is on classpath but no provider
131+ * [HHH-8002] - TransactionTimeoutTest#testTransactionTimeoutSuccess failing on Oracle
132+ * [HHH-8003] - Create "sqlDropString" method in Dialect to handle "if exists" correctly
133+ * [HHH-8005] - Sybase 15 - nullable column are not nullable (when created by SchemaExport)
134+ * [HHH-8006] - MergeCollectionEventTest & BadMergeHandlingTest fail on MySQL
135+ * [HHH-8007] - Update SQLServer2005LimitHandler to handle multiselects (*, table.*)
136+ * [HHH-8017] - Correct SybaseDialect's getNullColumnString
137+ * [HHH-8019] - Multiple tests creating identifiers too long for Oracle
138+ * [HHH-8022] - Return REFCURSOR on native named query: regression on 4.2.0 CR1
139+ * [HHH-8025] - Binary compatibility broken between 4.1.9 -> 4.1.10 for Restrictions.eq and Restrictions.ne
140+ * [HHH-8026] - Duplicate constraint names with unique=true
141+ * [HHH-8036] - Envers projection max causes mysql syntax error
142+ * [HHH-8037] - Empty SQL statements with custom UniqueDelegate
143+ * [HHH-8053] - HibernateBundleActivator should not register itself as a PersistenceProvider
144+ * [HHH-8061] - tests failing on master-matrix CI
145+ * [HHH-8067] - Hibernate's ManagedType#getDeclaredAttribute fails to find plural attributes
146+ * [HHH-8072] - envers @ElementCollection Map support failing -- nullable KEY
147+ * [HHH-8073] - Column#getAlias logic incorrectly uses Dialect#getMaxAliasLength
148+ * [HHH-8082] - HQLScrollFetchTest.testScroll hangs on DB2-97
149+ * [HHH-8085] - QueryCacheTest.testGetByCompositeId fails on db2-97 -- DB2 SQL Error: SQLCODE=-613
150+ * [HHH-8086] - Allow explicit package naming in persistence.xml via <class/>
151+ * [HHH-8087] - Envers delete doesn't insert a new row with revtype=2 for unidirectional manytomany collections
152+ * [HHH-8092] - Configuration#generateSchemaUpdateScript does not create unique constraints
153+ * [HHH-8107] - JandexHelper.getValue() returns Boolean instead of boolean, causing ClassCastException
154+ * [HHH-8136] - Correct "to_char" function in HSQL
155+
156+ ** Deprecation
157+ * [HHH-7777] - Deprecate XmlRepresentableType
158+ * [HHH-7856] - Deprecate TableHiLoGenerator and TableGenerator
159+
160+ ** Improvement
161+ * [HHH-465] - order by nulls first / last
162+ * [HHH-1123] - Cannot put more than 1000 elements in a InExpression
163+ * [HHH-1775] - collection batch fetching
164+ * [HHH-1917] - Bulk Delete on the owning side of a ManyToMany relation needs to delete corresponding rows from the JoinTable
165+ * [HHH-2448] - Generate identical column aliases among cluster
166+ * [HHH-2805] - The class Order does not contain getters
167+ * [HHH-2951] - Restrictions.eq when passed null, should create a NullRestriction
168+ * [HHH-3458] - Register postgres random() function as "rand" in PostgresSQLDialect
169+ * [HHH-4412] - bulk update with native sql queries
170+ * [HHH-5951] - Strategy for deciding JtaPlatform when an explicit one not specified
171+ * [HHH-6452] - PostgreSQL Dialect does not fully implement NOWAIT locking
172+ * [HHH-6682] - add support for oracle "bitand" function to Oracle Dialect
173+ * [HHH-6823] - Short-name config values
174+ * [HHH-6841] - Allow multiple @SkipForDialect annotations
175+ * [HHH-7462] - Make JACC service
176+ * [HHH-7520] - BlobProxy.invoke Javadoc is incorrect
177+ * [HHH-7550] - Fix UP-TO-DATE checking for APT-based tasks
178+ * [HHH-7626] - Add javadoc to annotations
179+ * [HHH-7631] - Improve performance of UpdateTimestampsCache
180+ * [HHH-7633] - Improve performance of IdentityMap
181+ * [HHH-7667] - Initial improved bytecode enhancement support
182+ * [HHH-7683] - Optimize performance of AbstractLazyInitializer.prepareForPossibleSpecialSpecjInitialization()
183+ * [HHH-7698] - In efficient LOB creations backed by streams
184+ * [HHH-7714] - Add support for EntityMode.MAP to JPA Criteria API
185+ * [HHH-7725] - Make handling multi-table bulk HQL operations more pluggable
186+ * [HHH-7728] - Add equals method in the table class
187+ * [HHH-7746] - Investigate alternative batch loading algorithms
188+ * [HHH-7806] - Failure of lazy initialization of collection no longer reports role
189+ * [HHH-7811] - grammar error in devguide for HB
190+ * [HHH-7813] - mistake in code examples in devguide for HB
191+ * [HHH-7826] - Generate 'unique' constraints in stable order
192+ * [HHH-7835] - Inefficient implementation of JarVisitorFactory.getBytesFromInputStream
193+ * [HHH-7840] - org.hibernate.id.IncrementGenerator very slow
194+ * [HHH-7866] - Avoid redundant log level checking in StandardQueryCache
195+ * [HHH-7869] - bad performance problem with org.hibernate.internal.util.StringHelper#firstIndexOfChar
196+ * [HHH-7872] - Improved L2 cache storage of "reference" data
197+ * [HHH-7902] - Replace JDBC proxies with a set of contracts/helpers
198+ * [HHH-7912] - Define edge-case behavior for Session.evict
199+ * [HHH-7947] - remove not maintained 2LC provider from Doc
200+ * [HHH-7952] - Missing Deprecated Javadoc For TableGenerator/TableHiLoGenerator
201+ * [HHH-7965] - Redesign DialectResolver contract
202+ * [HHH-7992] - Add a base Session delegator implementation
203+ * [HHH-7999] - Oracle test failures due to lack of support for various syntax
204+ * [HHH-8029] - Improve SimpleNationalizedTest
205+ * [HHH-8071] - Add debug/trace logging to HibernatePersistenceProvider
206+ * [HHH-8076] - javax.security and javax.validation should be optional in OSGi manifest
207+ * [HHH-8088] - Redesign Scanner contract
208+ * [HHH-8096] - Re-work the OSGi class loading concepts
209+ * [HHH-8113] - Persistence.createEntityManagerFactory() should run schema export if JPA properties are set
210+ * [HHH-8121] - Make property-able JPA settings defined in persistence.xml available in EMF.getProperties()
211+ * [HHH-8122] - Scrub known-sensitive settings from EMF.getProperties()
212+
213+ ** New Feature
214+ * [HHH-5869] - Add suport for nationalized character mappings
215+ * [HHH-6613] - Support for audited @ElementCollection / collection of elements
216+ * [HHH-6736] - Support for SELECT ... FOR UPDATE SKIP LOCKED / read past locking
217+ * [HHH-7402] - Improve performance of named query registry
218+ * [HHH-7552] - New StrategySelectorService
219+ * [HHH-7723] - Adding mssql2012 DBAllocator label
220+ * [HHH-7827] - [ENVERS] Create ability to get the latest revision of all instances for a requested Entity Class
221+
222+ ** Patch
223+ * [HHH-3869] - Improve toString on SessionStatistics
224+ * [HHH-6361] - Collection events may contain wrong stored snapshot after merging a detached entity into the persistencecontext
225+
226+ ** Task
227+ * [HHH-7387] - Integrate Draft 6 of the JPA 2.1 spec
228+ * [HHH-7451] - Integrate Draft 7 of the JPA 2.1 spec
229+ * [HHH-7521] - JBoss 7 / JPA 2.1 integration work
230+ * [HHH-7620] - allow ValidatorFactory to be passed into EntityManagerFactoryBuilder
231+ * [HHH-7621] - allow DataSource to be passed into EntityManagerFactoryBuilder
232+ * [HHH-7727] - Mark Envers demo as test source
233+ * [HHH-7749] - Allow setting system properties for tests on gradle command line
234+ * [HHH-7782] - Deprecate PersistentElementHolder, PersistentIndexedElementHolder, PersistentListElementHolder and PersistentMapElementHolder
235+ * [HHH-7914] - Improve new stored procedure call support
236+ * [HHH-7957] - Integrate Latest draft(s) of the JPA 2.1 spec
237+ * [HHH-7978] - Document new feature from HHH-5869
238+ * [HHH-8044] - Remove mention of unsupported cache providers from Developer Guide
239+ * [HHH-8095] - Upgrade to JTA API 1.0.1
240+ * [HHH-8097] - Pull in new EE7 apis for integration
241+ * [HHH-8129] - Unify BaseQueryImpl and AbstractQueryImpl hierarchies
242+
243+
8244Changes in version 4.1.5.SP1 (2012.07.12)
9245------------------------------------------------------------------------------------------------------------------------
246+ https://hibernate.atlassian.net/browse/HHH/fixforversion/12155
10247
11248** Bug
12249 * [HHH-7447] - ValueHolder used in NaturalIdCacheKey is not Serializable
0 commit comments