Skip to content

Commit

Permalink
Merge pull request #605 from tochi-y/develop
Browse files Browse the repository at this point in the history
For v1.7.22
  • Loading branch information
tochi-y committed Apr 28, 2021
2 parents 5237de5 + 5e65596 commit 2f8bcb9
Show file tree
Hide file tree
Showing 847 changed files with 871 additions and 848 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 1.7.22
IMPROVEMENTS:
* Implement for relaying request of dynamic path service execution ([#593](https://github.com/personium/personium-core/issues/593))
* Use java 7+ nio file APIs for more flexible and precise File handling ([#579](https://github.com/personium/personium-core/issues/579))
* Should respond error when accessed via domain name different from the one configured in Unit Certificate ([#535](https://github.com/personium/personium-core/issues/535))
* Update elasticsearch version 6.8.15 ([#602](https://github.com/personium/personium-core/issues/602))

BUG FIXES:
* WebDAV MOVE fails on subdomain-based mode ([#553](https://github.com/personium/personium-core/issues/553))
* Box metadata falsely returns "ready" at the initial instant of bar installation ([#574](https://github.com/personium/personium-core/issues/574))
* Unit test case ObjectIoTest.marshal_Acl failed when PathBasedCellUrl is enabled. ([#581](https://github.com/personium/personium-core/issues/581))
* Modifying error message for unsupported grant type ([#595](https://github.com/personium/personium-core/issues/595))

MISC:
* Implementing multi-stage Dockerfile ([#594](https://github.com/personium/personium-core/issues/594))
* Update checkstyle version and check rules
* Updating forkflow scripts for Releasing ([#599](https://github.com/personium/personium-core/issues/599))
* move properties from pom to src/test/resources ([#601](https://github.com/personium/personium-core/issues/601))

NOTES:
* Use personium-engine 1.5.28 for this version of personium-core

## 1.7.21
BREAKING CHANGES:
* Exported bar file now does not use a "personium-localunit:" URL ([#512](https://github.com/personium/personium-core/issues/512))
Expand Down
2 changes: 1 addition & 1 deletion src/main/assembly/distribution.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Personium
Copyright 2014-2020 Personium Project Authors
Copyright 2014-2021 Personium Project Authors
- FUJITSU LIMITED
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/ElapsedTimeLog.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/PersoniumCoreListener.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2017-2020 Personium Project Authors
* Copyright 2017-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/PersoniumCoreLog.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/PersoniumUnitConfig.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/annotations/ACL.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/annotations/MERGE.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/annotations/MKCOL.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/annotations/MOVE.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/annotations/PROPFIND.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/annotations/PROPPATCH.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/annotations/REPORT.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/annotations/WriteAPI.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2017-2020 Personium Project Authors
* Copyright 2017-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/auth/AccessContext.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2019-2020 Personium Project Authors
* Copyright 2019-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/auth/AuthUtils.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/auth/BoxPrivilege.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/auth/CellPrivilege.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/auth/OAuth2Helper.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/auth/Privilege.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2019-2020 Personium Project Authors
* Copyright 2019-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2019-2020 Personium Project Authors
* Copyright 2019-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2019-2020 Personium Project Authors
* Copyright 2019-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2019-2020 Personium Project Authors
* Copyright 2019-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/auth/package-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/bar/BarFile.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/bar/BarFileExporter.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/bar/BarFileInstaller.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/bar/BarFileReadRunner.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/personium/core/bar/BarFileUtils.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2014-2020 Personium Project Authors
* Copyright 2014-2021 Personium Project Authors
* - FUJITSU LIMITED
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Personium
* Copyright 2018-2020 Personium Project Authors
* Copyright 2018-2021 Personium Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 2f8bcb9

Please sign in to comment.