This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
from 418df901d [Bug] When the unit test is executed, it reports that the
org.junit.jupiter.api.io.CleanupMode class cannot be found #1869 (#1870)
add 5592f3a0c [Improve] query data using primary key #1871 (#1872)
No new revisions were added by this update.
Summary of changes:
.../core/service/impl/CommonServiceImpl.java | 4 +-
.../console/system/authentication/JWTUtil.java | 48 ++++++++++++++--------
.../console/system/authentication/ShiroRealm.java | 10 ++---
.../system/controller/PassportController.java | 2 +-
.../console/system/mapper/RoleMapper.java | 2 +-
.../console/system/service/RoleService.java | 4 +-
.../console/system/service/UserService.java | 2 -
.../service/impl/AccessTokenServiceImpl.java | 2 +-
.../system/service/impl/RoleServiceImpl.java | 8 ++--
.../system/service/impl/UserServiceImpl.java | 13 +-----
.../main/resources/mapper/system/MenuMapper.xml | 2 +-
.../main/resources/mapper/system/RoleMapper.xml | 2 +-
.../console/system/authentication/JWTTest.java | 2 +-
13 files changed, 50 insertions(+), 51 deletions(-)