This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch spring6 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 2a6f7dee8d37c84005b58c35eb8dde4b9d680362 Author: danhaywood <[email protected]> AuthorDate: Mon Mar 25 08:49:29 2024 +0000 CAUSEWAY-3666: fixes error when added license header; don't filter schema.gql as messes up i18n characters --- .../causeway/extensions/secman/applib/util/secman-permissions.yml | 2 +- viewers/graphql/test/pom.xml | 2 +- viewers/graphql/test2/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/security/secman/applib/src/test/resources/org/apache/causeway/extensions/secman/applib/util/secman-permissions.yml b/extensions/security/secman/applib/src/test/resources/org/apache/causeway/extensions/secman/applib/util/secman-permissions.yml index 8dea3e0d4f..d88aa0a3f7 100644 --- a/extensions/security/secman/applib/src/test/resources/org/apache/causeway/extensions/secman/applib/util/secman-permissions.yml +++ b/extensions/security/secman/applib/src/test/resources/org/apache/causeway/extensions/secman/applib/util/secman-permissions.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. - roles: +roles: - __name: causeway-conf-ConfigurationMenu description: Access configuration properties permissions: diff --git a/viewers/graphql/test/pom.xml b/viewers/graphql/test/pom.xml index 88b097756b..6dfef67834 100644 --- a/viewers/graphql/test/pom.xml +++ b/viewers/graphql/test/pom.xml @@ -43,7 +43,7 @@ <testResources> <testResource> <directory>src/test/resources</directory> - <filtering>true</filtering> + <filtering>false</filtering> </testResource> <testResource> <directory>src/test/java</directory> diff --git a/viewers/graphql/test2/pom.xml b/viewers/graphql/test2/pom.xml index c7d5f1b9eb..c0062c7984 100644 --- a/viewers/graphql/test2/pom.xml +++ b/viewers/graphql/test2/pom.xml @@ -49,7 +49,7 @@ <testResources> <testResource> <directory>src/test/resources</directory> - <filtering>true</filtering> + <filtering>false</filtering> </testResource> <testResource> <directory>src/test/java</directory>
