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

CritasWang pushed a change to branch wx/iotdb-2.0.11-alignment
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git


    from 54adfa4  feat!: align integrations with IoTDB 2.0.11 and JDK 17
     new 5bc6d2b  ci: make the MyBatis integration job reach the IoTDB service
     new a6d5cb8  build: run the reactor quality gates on the Spring Boot 
examples
     new 339d6ba  mybatis: drop unsupported UPDATE statements and ship the 
runtime jar
     new 62f4a87  collector: fail task creation when the IoTDB source cannot 
consume
     new 4f03d97  thingsboard: drop per-test databases and refresh 2.0.11 notes
     new c564f23  chore: document the starter timeout default and drop unused 
properties

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/compile-check.yml                |  29 ++--
 README-zh.md                                       |   6 +
 README.md                                          |   6 +
 connectors/flink-iotdb-connector/pom.xml           |   1 -
 connectors/hive-connector/pom.xml                  |   1 -
 distributions/pom.xml                              |  70 ++++++++
 .../src/assembly/mybatis-generator-plugin.xml      |   8 +
 examples/iotdb-spring-boot-start/pom.xml           |   4 +-
 examples/mybatisplus-generator/README.md           |   2 +-
 examples/mybatisplus-generator/pom.xml             |  65 ++++----
 .../builtin/source/iotdb/IoTDBPushSource.java      |  82 ++++++++--
 .../runtime/task/source/pull/PullSourceTask.java   |   4 +-
 .../runtime/task/source/push/PushSourceTask.java   |   4 +-
 iotdb-spring-boot-starter/README.md                |   3 +
 iotdb-thingsboard-table/README.md                  |   2 +-
 iotdb-thingsboard-table/docs/migration-guide.md    |   4 +-
 .../thingsboard/table/IoTDBTableTimeseriesDao.java |  40 ++---
 .../table/IoTDBTableAttributesDaoIT.java           |  20 ++-
 .../table/IoTDBTableIngestionBenchmarkIT.java      |  20 ++-
 .../thingsboard/table/IoTDBTableLatestDaoIT.java   |  20 ++-
 .../table/IoTDBTableTimeseriesAggregationIT.java   |  20 ++-
 .../table/IoTDBTableTimeseriesDaoIT.java           |  20 ++-
 .../extras/thingsboard/table/IoTDBTableTtlIT.java  |  21 ++-
 mybatis-generator/README-zh.md                     |   4 +-
 mybatis-generator/README.md                        |   4 +-
 .../iotdb/mybatis/plugin/IoTDBKeyPlugin.java       |  28 +++-
 .../iotdb/mybatis/plugin/IoTDBKeyPluginTest.java   | 180 +++++++++++++++++++++
 mybatis-support/README.md                          |   2 +
 28 files changed, 575 insertions(+), 95 deletions(-)
 create mode 100644 
mybatis-generator/src/test/java/org/apache/iotdb/mybatis/plugin/IoTDBKeyPluginTest.java

Reply via email to