Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JwtManager.java #818

Closed
wants to merge 1 commit into from
Closed

Conversation

hzdhgf
Copy link

@hzdhgf hzdhgf commented May 29, 2022

org.mortbay.log.Log依赖的是jetty-util库,pom没引用到,直接使用全局的LOG写日记。这个和ApiServiceImpl.java类是相同的原因。

What is the purpose of the change

(For example: AppConn Core defines the abstractions and interfaces of the AppConn core functions.
It is the core concept that enables DSS to easily and quickly integrate various upper-layer web systems.
Related issues: #590. )

Brief change log

(for example:)

  • Define the core abstraction and interfaces of the AppConn;
  • Define the core abstraction and interfaces of the three-level specifications of AppConn.

Verifying this change

(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)

  • Added tests for creating and execute the workflow contains the nodes that DSS has integrated to go through and verify the availability of different AppConns.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (yes / no)
  • Anything that affects deployment: (yes / no / don't know)
  • The Core framework, i.e., AppConn, Orchestrator, ApiService.: (yes / no)

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

org.mortbay.log.Log依赖的是jetty-util库,pom没引用到,直接使用全局的LOG写日记。这个和ApiServiceImpl.java类是相同的原因。
@wushengyeyouya
Copy link
Contributor

This bug has been solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants