1
mirror of https://github.com/CarmJos/EasyListener.git synced 2024-09-19 21:35:51 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
dependabot[bot]
f7cf8a5bbf
build(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 (#10)
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-17 22:08:06 +08:00
dependabot[bot]
2c7dd2ea54
build(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#9)
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 21:04:20 +08:00
a1faaf05d6 fix(handler): 修复EventHandlers的泛型问题。 2022-07-16 16:55:56 +08:00
bc939777a8
Merge pull request #8 from tdiant/patch-1
Remove the inappropriate statement
2022-06-26 21:56:53 +08:00
tdiant
60f21e753c
Remove the inappropriate statement
Carm and I are friends forever!
2022-06-26 21:55:30 +08:00
9f9adc39dd chore(code): 简化判断代码 2022-06-25 05:05:26 +08:00
dfe9c833f7 docs(java): 补全新方法的 Javadoc 2022-06-25 05:02:26 +08:00
10b4800ac9 feat(api): 提供functional注册方式,预设方法提供方式变更。
BREAKING CHANGE: 大部分API的实现方式发生变革,与先前版本并不兼容。
2022-06-25 04:50:39 +08:00
ed376a8239 Merge remote-tracking branch 'origin/master' 2022-06-23 09:29:30 +08:00
875d2155ee feat(api): 修改接口的实现方式。
将关键方法置顶,并采用接口与实现类的方式分离关键代码,便于学习使用。
2022-06-23 09:29:17 +08:00
179c08f699
Merge pull request #6 from CarmJos/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1
build(deps): bump maven-source-plugin from 3.2.0 to 3.2.1
2022-06-23 09:03:05 +08:00
dependabot[bot]
135e71cdff
build(deps): bump maven-source-plugin from 3.2.0 to 3.2.1
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-source-plugin/releases)
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.0...maven-source-plugin-3.2.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 00:57:02 +00:00
4f7c93537c feat(event): 添加unregisterAll方法
添加unregisterAll方法便于快速注销单个
EasyListener实例中的全部监听器。

BREAKING CHANGE: 包名由 cc.carm.lib.easylisteners 变更为 cc.carm.lib.easylistener 。
2022-06-23 08:15:35 +08:00
ebfe697517 feat(event): 添加unregisterAll方法
添加unregisterAll方法便于快速注销单个
EasyListener实例中的全部监听器。

BREAKING CHANGE: 包名由 cc.carm.lib.easylisteners 变更为 cc.carm.lib.easylistener 。
2022-06-23 08:15:23 +08:00
ede0664d9d build(plugin): 添加gpg签名插件。 2022-06-23 00:18:21 +08:00
b32eadf823 build(plugin): 修改构建所用插件 2022-06-23 00:16:08 +08:00
d5fd6ac27c docs(java): 补全项目大部分方法的Javadoc。 2022-06-23 00:11:59 +08:00
be1f4c4626 docs(readme): 修改依赖库位置与开发示例介绍。 2022-06-22 23:57:25 +08:00
a8169bca7e docs(readme): 添加委托人信息。 2022-06-22 23:38:12 +08:00
ed6b35d8e4 ci(build): 修改target文件夹位置 2022-06-22 23:36:26 +08:00
b1a18dc1b5
Merge pull request #2 from CarmJos/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.4.0
build(deps): bump maven-javadoc-plugin from 3.2.0 to 3.4.0
2022-06-22 23:35:14 +08:00
1581bf3920
Merge pull request #4 from CarmJos/dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.3.0
build(deps): bump maven-shade-plugin from 3.2.3 to 3.3.0
2022-06-22 23:35:05 +08:00
82a9442892
Merge pull request #5 from CarmJos/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-2.22.2
build(deps): bump maven-surefire-plugin from 2.22.1 to 2.22.2
2022-06-22 23:34:53 +08:00
a5dc3d0488
Merge pull request #1 from CarmJos/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.1
build(deps): bump maven-compiler-plugin from 3.8.1 to 3.10.1
2022-06-22 23:34:32 +08:00
d7e2ecda77
Merge pull request #3 from CarmJos/dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.2.2
build(deps): bump maven-jar-plugin from 3.2.0 to 3.2.2
2022-06-22 23:33:57 +08:00
dependabot[bot]
61e51036e0
build(deps): bump maven-surefire-plugin from 2.22.1 to 2.22.2
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.1 to 2.22.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.1...surefire-2.22.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 15:32:55 +00:00
dependabot[bot]
18608dd9e4
build(deps): bump maven-shade-plugin from 3.2.3 to 3.3.0
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.3...maven-shade-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 15:32:52 +00:00
dependabot[bot]
3da8d8f98a
build(deps): bump maven-jar-plugin from 3.2.0 to 3.2.2
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.0...maven-jar-plugin-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 15:32:49 +00:00
ce5b85c018 docs(demo): 修改示范代码 2022-06-22 23:32:09 +08:00
dependabot[bot]
e7944e87f0
build(deps): bump maven-javadoc-plugin from 3.2.0 to 3.4.0
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 15:31:26 +00:00
dependabot[bot]
b90fdbc1b8
build(deps): bump maven-compiler-plugin from 3.8.1 to 3.10.1
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 15:30:32 +00:00
ebe43a816e feat(listener): 提供简单快捷的通用Spigot插件监听器类库 2022-06-22 23:28:43 +08:00