1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-05 00:48:16 +08:00
Commit Graph

135 Commits

Author SHA1 Message Date
carm 1e2b18026a feat: Make velocity api usable when initialize 2025-01-26 08:24:01 +08:00
carm 1013501fda chore(deps): Change "bungee" to "waterfall" 2025-01-26 08:22:48 +08:00
carm 3e30a83484 chore: 令 Velocity 版本的初始化提前。 2025-01-26 08:21:47 +08:00
carm 83936ee53e chore: 令 Velocity 版本的初始化提前。 2025-01-26 08:19:08 +08:00
dependabot[bot] 7a1216e624 build(deps): bump com.mysql:mysql-connector-j from 8.0.31 to 8.2.0 (#7)
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.0.31 to 8.2.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.31...8.2.0)

---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-01 02:19:57 +08:00
dependabot[bot] 24530e1f50 build(deps): bump h2 from 2.1.214 to 2.2.220 (#6)
Bumps [h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.1.214...version-2.2.220)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-08 12:33:30 +08:00
dependabot[bot] a22d9bd797 build(deps): bump guava from 31.0.1-jre to 32.0.0-jre (#5)
Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-16 16:16:56 +08:00
carm 62a8bc4629 fix(init): 修复SQL配置的Initializer未被调用的问题。 1.4.1 2023-04-17 00:49:46 +08:00
carm 40afd988e4 chore: 修改插件版本 1.4.0 2023-03-16 01:15:18 +08:00
carm fff84fafae chore: 移除无用代码。 2023-03-16 01:14:35 +08:00
carm e6fad85438 feat(lib): 独立数据库依赖加载,缩减文件体积。 2023-03-16 01:12:25 +08:00
carm 6331cf2047 fix(update): 修复更新检测配置读取错误的问题 1.3.1 2023-01-17 01:51:13 +08:00
carm f314ec4351 fix(update): 修复更新检测配置读取错误的问题 2023-01-16 22:34:25 +08:00
carm 6fc169ca30 chore(name): 修改项目模块名 2023-01-16 00:23:41 +08:00
carm 5b90969f81 build(deps): 移除重复依赖 2023-01-16 00:22:05 +08:00
carm 33c79affab build(plugin): 移除无用插件 2023-01-16 00:21:11 +08:00
carm f3b7653150 doc(api): 修正Branch库的位置 2023-01-15 16:19:24 +08:00
carm d2df91d45c feat(platform): Support Sponge8 (#4) 2023-01-14 21:07:37 +08:00
huanmeng_qwq 3d885a85a2 feat(platform): Sponge8 support (#4)
* feat(support): 恢复Sponge代码

(cherry picked from commit 58bddd86aa)

* Sponge8 support

* Sponge8 support

* Sponge8 support

Co-authored-by: carm <carm@carm.cc>
2023-01-14 18:05:10 +08:00
carm 3c45eb29bf fix(get): 修复获取首个Manager会出现报错的问题 1.2.2 2023-01-14 17:28:45 +08:00
carm 6456f0d2fe Revert "feat(support): 恢复Sponge代码"
This reverts commit 58bddd86aa.
2023-01-14 17:07:57 +08:00
carm 58bddd86aa feat(support): 恢复Sponge代码 2023-01-14 17:06:37 +08:00
carm 7dec1a1e5a doc(api): 修正Branch库的位置 2023-01-14 15:25:08 +08:00
carm ddf263c697 feat(get): 添加快速获取首个SQLManager实例的方法。 1.2.1 2023-01-05 19:18:17 +08:00
carm 054f9bb04c feat(table): 添加单独的表声明类及快速初始化表方法。 2023-01-03 20:52:24 +08:00
carm 8c9c6b72e2 doc: 修复语法错误 fix #3 2022-12-20 14:46:35 +08:00
carm 668df1d517 chore(conf): 修改配置文件注释 2022-12-20 09:45:42 +08:00
carm 0134b0f518 docs: 修复错误的示例配置文件 2022-12-20 09:43:33 +08:00
carm 7ca019bac9 docs: 修复排版问题 2022-12-19 19:19:50 +08:00
carm e8608adada docs: 修复排版问题 2022-12-19 19:14:30 +08:00
carm 6c82c6419b ci(javadoc): 修复部署问题 2022-12-19 19:13:01 +08:00
carm 010b5d846a ci(deploy): 修复部署问题 1.1.1 2022-12-19 19:09:07 +08:00
carm 1c650b53eb ci(deploy): 修复部署问题 2022-12-19 19:08:17 +08:00
carm e001050f15 docs: 补充开发文档 2022-12-19 19:05:13 +08:00
carm a461932135 docs: 补充使用场景 2022-12-19 18:59:38 +08:00
carm 5ecd7f54e2 ci(deploy): 支持三处同时部署 2022-12-19 18:46:38 +08:00
carm 2321ed35c2 refactor(api): 支持独立创建注册池,便于插件内部管理链接 1.1.0 2022-12-19 18:07:34 +08:00
carm 38afb05fc8 build(scm): 补全缺失的项目配置 2022-12-18 04:55:44 +08:00
carm 3881ddaea9 refactor(api): 重新设计API结构 1.0.0 2022-12-18 04:47:18 +08:00
carm 350b8452b0 refactor(api): 重新设计API结构 2022-12-18 04:45:34 +08:00
carm fa30bdad81 fix(load): 修复插件加载时出现的问题 2022-12-18 04:27:37 +08:00
carm 708d3f8f3f fix(load): 修复插件加载时出现的问题 2022-12-18 03:58:46 +08:00
carm b554f799ef ci(upload): 添加构建上传功能 2022-12-18 03:07:06 +08:00
carm 91beae16e7 build(deps): 修改依赖格式 2022-12-18 03:04:35 +08:00
carm a537117b7f docs(readme): 添加标签 2022-12-18 03:01:37 +08:00
carm 5c30bea7eb feat(proj): 项目完成,测试使用。 2022-12-18 02:57:08 +08:00
carm 1557c14116 refactor(api): 重新设计API接口 2022-09-26 22:25:28 +08:00
carm 30b1edc753 Merge pull request #2 from huanmeng-qwq/master
Sponge8 support
2022-06-22 03:20:32 +08:00
huanmeng_qwq 554cec190c Sponge8 support 2022-06-22 03:08:54 +08:00
carm a2ab7d4d9f 修改文件夹名称 2022-03-13 19:42:48 +08:00