You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sd...@apache.org on 2022/03/03 13:20:04 UTC

[ignite] branch master updated (4feef02 -> bebf037)

This is an automated email from the ASF dual-hosted git repository.

sdanilov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 4feef02  IGNITE-16629 Wrong calculation of replies count for queries with partition pruning and enabled parallelism (#9857)
     add bebf037  IGNITE-16622 Add support for JDK17 (#9849)

No new revisions were added by this update.

Summary of changes:
 bin/control.bat                                    |  31 +---
 bin/control.sh                                     |  30 +---
 bin/ignite.bat                                     |  31 +---
 bin/ignite.sh                                      |  31 +---
 bin/ignitevisorcmd.bat                             |  31 +---
 bin/ignitevisorcmd.sh                              |  30 +---
 bin/include/jvmdefaults.bat                        |  73 +++++++++
 bin/include/jvmdefaults.sh                         |  72 +++++++++
 bin/index-reader.bat                               |  24 +--
 bin/index-reader.sh                                |  24 +--
 .../wal/filehandle/FileWriteHandleImpl.java        | 174 +++++++++++++++++----
 .../ignite/internal/util/FeatureChecker.java       |  13 ++
 .../tcp/internal/TcpHandshakeExecutor.java         |  22 ++-
 .../scala/org/apache/ignite/spark/IgniteRDD.scala  |   4 +-
 .../apache/ignite/spark/impl/IgniteSqlRDD.scala    |   4 +-
 modules/sqlline/bin/sqlline.bat                    |  31 +---
 modules/sqlline/bin/sqlline.sh                     |  31 +---
 modules/tools/pom.xml                              |  12 +-
 .../ignite/tools/javadoc/IgniteLinkTaglet.java     |  85 ++++++++++
 modules/web/ignite-websphere-test/pom.xml          |   5 +
 parent/pom.xml                                     |  63 +++++++-
 21 files changed, 497 insertions(+), 324 deletions(-)
 create mode 100644 bin/include/jvmdefaults.bat
 create mode 100644 bin/include/jvmdefaults.sh
 create mode 100644 modules/tools/src/main/java15/org/apache/ignite/tools/javadoc/IgniteLinkTaglet.java