This repository was archived by the owner on Jan 2, 2026. It is now read-only.
Releases: ColyTeam/JDATesting
Releases · ColyTeam/JDATesting
v0.7.0 | Support for Annotated System
What's Changed
Dependencies:
- Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by @dependabot in #44
- Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 by @dependabot in #45
- Bump org.mockito:mockito-core from 5.9.0 to 5.10.0 by @dependabot in #46
- Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in #47
- Bump org.mockito:mockito-core from 5.10.0 to 5.11.0 by @dependabot in #48
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #49
- Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #50
- Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by @dependabot in #51
Full Changelog: v0.6.0...v0.7.0
v0.6.0 | Support multiple value callback
v0.5.0 | Self User for JDA
JDA has now a simple self user and getInviteUrl now works
v0.4.3 | Update JDA
This release only updates JDA and other libraries
v0.4.2 | Ephemeral in slash commands
- Add ephemeral function
- Now includes source files
v0.4.1 | Update JDA
Update JDA to alpha 17
v0.4.0 | Rework and update to JDA 5
This releases reworks the whole library by using mockito. It also requires JDA 5 to work.
v0.3.3 | Fix reply defer not working
A defer replay with .deferReply().queue() on slash command would result in a NullPointerException, this was fixed.
v0.3.2 | Bug fix with embeds in slash command
This version fixes a small bug with the slash command where sometimes some embeds were forgotten.
v0.3.1 | Sub commands for slash commands
- Slash commands now support sub commands and sub command groups
- Dependencies were updated