NSAmelchev commented on code in PR #10665:
URL: https://github.com/apache/ignite/pull/10665#discussion_r1176430390
##########
RELEASE_NOTES.txt:
##########
@@ -1,6 +1,156 @@
Apache Ignite Release Notes
===========================
+Apache Ignite In-Memory Distributed Database 2.15.0
+-----------------------------------------------------------
+
+(!) WARNINGS:
+* Removed deprecated daemon mode for Ignite nodes.
+* Removed deprecated ignitevisorcmd tool.
+* Removed legacy JMX metric beans (ThreadPoolMXBean, CacheGroupMetricsMXBean,
CacheMetricsMXBean, PersistenceMetricsMXBean, DataStorageMetricsMXBean,
DataRegionMetricsMXBean).
+* Removed redundant ignite-spring to ignite-indexing module dependency. If you
use SQL in Ignite and get Ignite dependency via maven, check that you have
explicit dependency to the one of the SQL engines (ignite-indexing or
ignite-calcite).
+* Moved ignite-ssh module to the ignite-extensions.
+* Deprecated lazy flag of SqlFieldsQuery.
Review Comment:
Lets add that default value is now `true`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]