This is an automated email from the ASF dual-hosted git repository.
liubao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-fence.git
from d676a04 publish compiled code
new 59ab1fe redirect login when token expired
new 5b57f9e provide scaffoding for new projects
new cd7de0c publish compiled source code
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/resources/static/assets/index.js | 366 +++++++++++----------
admin-website/src/main/resources/static/index.html | 2 +-
admin-website/src/main/web/index.html | 2 +-
admin-website/src/main/web/src/api/interceptor.ts | 21 +-
.../servicecomb/fence/token/JWTTokenStoreImpl.java | 2 +-
.../fence/edge/AuthenticationEdgeFilter.java | 8 +-
pom.xml | 1 +
{common => scaffolding}/pom.xml | 18 +-
.../META-INF/maven/archetype-metadata.xml | 54 +++
.../main/resources/archetype-resources}/pom.xml | 8 +-
.../src/main/java/ScafolldingApplication.java | 8 +-
.../src/main/resources/application.yml | 8 +-
.../src/main/resources/log4j2.xml | 2 +-
13 files changed, 279 insertions(+), 221 deletions(-)
copy {common => scaffolding}/pom.xml (78%)
create mode 100644
scaffolding/src/main/resources/META-INF/maven/archetype-metadata.xml
copy {resource-server =>
scaffolding/src/main/resources/archetype-resources}/pom.xml (91%)
copy
edge-service/src/main/java/org/apache/servicecomb/fence/EdgeServiceApplication.java
=>
scaffolding/src/main/resources/archetype-resources/src/main/java/ScafolldingApplication.java
(89%)
copy {admin-service =>
scaffolding/src/main/resources/archetype-resources}/src/main/resources/application.yml
(91%)
copy {admin-service =>
scaffolding/src/main/resources/archetype-resources}/src/main/resources/log4j2.xml
(97%)