Commit graph

26 commits

Author SHA1 Message Date
WANG Xu
c52c68aa4f
sync: apply remaining build system changes from monorepo (main)
The following commits could not be applied individually due to context
differences between the monorepo and the public repo's build files.
They have been applied as a cumulative diff to ensure the final state
matches the monorepo exactly:

- chore: sync CI files with 3.0 branch to eliminate merge conflicts (rd-public/tsdb!271)
- revert(refactor): dynamically link taosd taosudf taosmqtt against libtaosnative.so to reduce binary size (revert #183) (rd-public/tsdb!282)
- fix(docs): autofix formatting issues across all doc files (rd-public/tsdb!296)
- feat: support -DBUILD_SANITIZER=true on windows for debug build (rd-public/tsdb!291)
- feat(build): build cache, mirror, and sccache optimizations (rd-public/tsdb!326)
- docs: update image for three replica (rd-public/tsdb!324)
- enh: shared storage on windows (rd-public/tsdb!333)
- fix(cmake): convert ext_libs3 from git clone to URL tarball download (rd-public/tsdb!360)
- feat: dual-source deps and comprehensive docs/packaging (cherry-pick to main) (rd-public/tsdb!352)
- fix(cmake): guard DOWNLOAD_EXTRACT_TIMESTAMP for CMake < 3.24 and fix duplicate Cargo.lock entry (rd-public/tsdb!369)
- fix: test case execution failure in pytest.sh (rd-public/tsdb!338)
- enh: built-in compilation support for Python UDF plugins use abi3 (rd-public/tsdb!325)
2026-05-23 14:11:50 +08:00
She Yanjie
9982398004
docs(jdbc): release 3.8.3 (#35170) 2026-04-17 23:29:38 +08:00
She Yanjie
c8652c82bf
docs(jdbc): publish 3.8.2 (#35029) 2026-04-01 17:57:28 +08:00
She Yanjie
b4dad213d6
docs(jdbc): add varcharAsString=true to all JDBC connection examples (#34964)
* docs(jdbc): add varcharAsString=true to all JDBC connection examples

- Add varcharAsString=true parameter to all WebSocket (TAOS-WS) JDBC
  URLs in documentation and example code (en/zh)
- Migrate connectionPools DruidDemo/HikariDemo from deprecated native
  TAOS:// (port 6030) to WebSocket TAOS-WS:// (port 6041)
- Use PROPERTY_KEY_VARCHAR_AS_STRING constant in WSHighVolumeDemo and
  ConsumerDemo for programmatic configuration
- Fix string comparison bug in Util.java: replace jdbcURL == "" with
  jdbcURL.isEmpty()
- Remove trailing whitespace in log4j.properties

* Update docs/examples/JDBC/SpringJdbcTemplate/src/main/resources/applicationContext.xml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-27 17:29:04 +08:00
She Yanjie
7adf54e5c0
chore(JDBC): fix jdbc demo vulnerabilities (#34514)
Closes:

- https://project.feishu.cn/taosdata_td/defect/detail/6769701722
- https://project.feishu.cn/taosdata_td/defect/detail/6769703621
- https://project.feishu.cn/taosdata_td/defect/detail/6769622333
- https://project.feishu.cn/taosdata_td/defect/detail/6769660096
- https://project.feishu.cn/taosdata_td/defect/detail/6769414905
- https://project.feishu.cn/taosdata_td/defect/detail/6769444164
- https://project.feishu.cn/taosdata_td/defect/detail/6769452200
- https://project.feishu.cn/taosdata_td/defect/detail/6767732261
- https://project.feishu.cn/taosdata_td/defect/detail/6769417781
- https://project.feishu.cn/taosdata_td/defect/detail/6713473789
- https://project.feishu.cn/taosdata_td/defect/detail/6713502070
- https://project.feishu.cn/taosdata_td/defect/detail/6713233913
- https://project.feishu.cn/taosdata_td/defect/detail/6713577199
2026-02-07 21:26:02 +08:00
She Yanjie
6ca5053824
docs(jdbc): release 3.8.1 and update demo (#34433) 2026-02-03 22:03:54 +08:00
She Yanjie
552faab6e1
chore(jdbc): update jdbc version (#34157) 2026-01-05 08:44:29 +08:00
She Yanjie
10d6df6e93
docs(jdbc): jdbc release 3.7.8 (#33661)
* chore(jdbc): update jdbc version

* docs(jdbc): jdbc release 3.7.8
Closes TD-38643
2025-11-20 18:00:52 +08:00
She Yanjie
ac6c05c503
docs: jdbc release 3.7.7 (#33575)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.7

Closes TD-38565
2025-11-13 15:10:12 +08:00
She Yanjie
05ba8289a5
docs: jdbc release 3.7.6 (#33293)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.6

* Update docs/en/14-reference/05-connector/14-java.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-17 16:24:15 +08:00
She Yanjie
34f77c4790
jdbc release 3.7.5 (#33152)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.5
2025-09-29 20:27:42 +08:00
She Yanjie
64facf71fe
jdbc release 3.7.3 (#32682)
* chore(jdbc): update jdbc version

* docs(jdbc): release 3.7.3
2025-08-21 20:03:16 +08:00
She Yanjie
f24fba6ca6
docs(jdbc): jdbc release 3.7.2 (#32565)
* chore(jdbc): update jdbc version

* docs(jdbc): jdbc release 3.7.2
2025-08-13 12:02:46 +08:00
She Yanjie
6d9367ba9a
fix(keeper): gin log level (#32298)
* fix(keeper): gin log level

* fix: add missing log file copy for JDBC example

* fix: use jdbc standard api

* chore(jdbc): update jdbc version

---------

Co-authored-by: haoranchen <haoran920c@163.com>
2025-07-27 18:25:37 +08:00
sheyanjie-qq
13a9dc78ea docs(jdbc): udpate 3.7.0 release doc 2025-07-26 10:41:58 +08:00
She Yanjie
ddb4b36404
docs: jdbc release 3.6.3 version (#31132) 2025-05-19 11:24:31 +08:00
She Yanjie
7ab13d40e7
docs(jdbc): release jdbc v3.6.2 (#30897)
* taoskeeper support new adapter metrics: connection pool and status

* jdbc release 3.6.2

* update gitignore

* update jdbc release history
2025-04-25 19:23:07 +08:00
She Yanjie
6f88b2c30a
docs: jdbc release 3.6.1, and update some comments (#30809)
* taoskeeper support new adapter metrics: connection pool and status

* jdbc 3.6.1 released, and update some comments
2025-04-17 10:01:44 +08:00
She Yanjie
019542a353
docs: jdbc 3.6.0 and fix grafana compose cfg issue (#30499)
* jdbc 3.6.0 and fix grafana compose cfg issue

* add highvolume demo file
2025-03-26 14:19:17 +08:00
sheyanjie-qq
dfd9673f0c jdbc add unsigned data types support 2025-01-22 14:32:30 +08:00
sheyanjie-qq
b992f27ca0 jdbc update to 3.5.2 2025-01-16 19:31:17 +08:00
sheyanjie-qq
2550b26c85 update jdbc version to 3.5.1 2024-12-31 13:41:51 +08:00
sheyanjie-qq
b1e9c7e6e6 update jdbc stmt2 doc and sample code 2024-12-25 16:58:30 +08:00
sheyanjie-qq
4ea40116d2 update spring version, improve demo code 2024-11-08 19:19:32 +08:00
sheyanjie-qq
553b57f268 mod java code comments 2024-10-01 10:44:37 +08:00
sheyanjie-qq
3b6b873e33 move sample code to docs/example 2024-08-22 18:15:02 +08:00