File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,16 @@ Build 5.0.0
50
50
* enabledFilter parameter has been removed from IProjection.ToSqlString and ICriterion.ToSqlString methods.
51
51
* Proxy factory and proxy cache now use TypeInfo instead of System.Type. This should be transparent for
52
52
most users.
53
+ * Exceptions which were based on ApplicationException are now based on Exception: HibernateException,
54
+ ParserException and AssertionFailure. The logger factory which could throw a bare ApplicationException
55
+ now throws an InstantiationException instead.
53
56
* ThreadSafeDictionary class has been removed. Use System.Collections.Concurrent.ConcurrentDictionary
54
57
instead.
55
58
* Entity mode switching capability, which had never been fully implemented, is dropped.
56
59
* BytecodeProviderImpl, intended for .Net Framework 1 and broken, is dropped.
57
60
* Sessions concrete classes constructors have been changed. (It is not expected for them to be used
58
61
directly.)
62
+ * Obsolete setting interceptors.beforetransactioncompletion_ignore_exceptions is dropped.
59
63
* Oracle: Hbm2dll will no-more choose N- prefixed types for typing Unicode string columns by default.
60
64
This can be changed with oracle.use_n_prefixed_types_for_unicode setting, which will furthermore
61
65
control DbCommand parameters typing accordingly. See NH-4062.
You can’t perform that action at this time.
0 commit comments