This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-3866 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit b07ead6cfdbc996420b87e84e5fada41a8798e97 Author: Dan Haywood <[email protected]> AuthorDate: Sat Oct 18 22:23:13 2025 +0100 CAUSEWAY-3866: fixes up CausewayPresets --- .../presets/DebugCausewayInteraction.properties | 7 +++-- .../core/config/presets/DebugDiscovery.properties | 5 ++-- .../DebugInteractionScopedServices.properties | 1 + .../core/config/presets/DebugMetaModel.properties | 7 +++-- .../presets/DebugProgrammingModel.properties | 9 +++--- .../DebugTransactionScopedServices.properties | 1 + .../presets/H2InMemory_withUniqueSchema.properties | 5 ++-- .../core/config/presets/IntrospectFully.properties | 5 ++-- .../config/presets/IntrospectLazily.properties | 5 ++-- .../core/config/presets/NoTranslations.properties | 5 ++-- .../config/presets/SilenceMetaModel.properties | 7 +++-- .../presets/SilenceProgrammingModel.properties | 34 ++++++++++------------ .../core/config/presets/SilenceWicket.properties | 5 ++-- 13 files changed, 53 insertions(+), 43 deletions(-) diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugCausewayInteraction.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugCausewayInteraction.properties index 216f1853f48..19f73bc14ab 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugCausewayInteraction.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugCausewayInteraction.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -5,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -15,4 +16,4 @@ # specific language governing permissions and limitations # under the License. -logging.level.org.apache.causeway.core.runtimeservices.session.CausewayInteractionFactoryDefault = DEBUG +logging.level.org.apache.causeway.core.runtimeservices.session.InteractionServiceDefault = DEBUG diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugDiscovery.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugDiscovery.properties index b9e81fd4c40..ee79149cf51 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugDiscovery.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugDiscovery.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -5,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugInteractionScopedServices.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugInteractionScopedServices.properties index ab612d577b6..530492cd3df 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugInteractionScopedServices.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugInteractionScopedServices.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugMetaModel.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugMetaModel.properties index efc00686ed7..ab29a55d928 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugMetaModel.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugMetaModel.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -5,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -15,4 +16,4 @@ # specific language governing permissions and limitations # under the License. -logging.level.org.apache.causeway.core.metamodel.specloader.SpecificationLoaderDefault = DEBUG +logging.level.org.apache.causeway.core.metamodel.spec.impl.SpecificationLoaderDefault = DEBUG diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugProgrammingModel.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugProgrammingModel.properties index 3e1993b963c..82b6919b73a 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugProgrammingModel.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugProgrammingModel.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -5,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -15,5 +16,5 @@ # specific language governing permissions and limitations # under the License. -logging.level.org.apache.causeway.core.metamodel.specloader.ProgrammingModelServiceDefault = DEBUG -logging.level.org.apache.causeway.core.metamodel.specloader.specimpl.FacetedMethodsBuilder = DEBUG +logging.level.org.apache.causeway.core.metamodel.spec.impl.ProgrammingModelDefault = DEBUG +logging.level.org.apache.causeway.core.metamodel.spec.impl.FacetedMethodsBuilder = DEBUG diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugTransactionScopedServices.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugTransactionScopedServices.properties index 94d9ecbd42f..c868a8cc54f 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugTransactionScopedServices.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/DebugTransactionScopedServices.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/H2InMemory_withUniqueSchema.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/H2InMemory_withUniqueSchema.properties index 3e3ce263f97..b84dfb5eb18 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/H2InMemory_withUniqueSchema.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/H2InMemory_withUniqueSchema.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -5,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/IntrospectFully.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/IntrospectFully.properties index 4030f1fd1ba..4f2d4829e6b 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/IntrospectFully.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/IntrospectFully.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -5,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/IntrospectLazily.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/IntrospectLazily.properties index ac9cae82060..c3ff12ef71b 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/IntrospectLazily.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/IntrospectLazily.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -5,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/NoTranslations.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/NoTranslations.properties index 902cb28c230..c9aa23b86a5 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/NoTranslations.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/NoTranslations.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -5,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceMetaModel.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceMetaModel.properties index 8c73de5f0c0..b1539dd3588 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceMetaModel.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceMetaModel.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -5,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -15,4 +16,4 @@ # specific language governing permissions and limitations # under the License. -logging.level.org.apache.causeway.core.metamodel.specloader.SpecificationLoaderDefault = WARN +logging.level.org.apache.causeway.core.metamodel.spec.impl.SpecificationLoaderDefault = WARN diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceProgrammingModel.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceProgrammingModel.properties index 086429e53df..846d39628b5 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceProgrammingModel.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceProgrammingModel.properties @@ -1,22 +1,20 @@ # -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at # +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. -logging.level.org.apache.causeway.core.metamodel.specloader.ProgrammingModelServiceDefault = WARN -logging.level.org.apache.causeway.core.metamodel.specloader.specimpl.FacetedMethodsBuilder = WARN +logging.level.org.apache.causeway.core.metamodel.spec.impl.ProgrammingModelDefault = WARN +logging.level.org.apache.causeway.core.metamodel.spec.impl.FacetedMethodsBuilder = WARN diff --git a/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceWicket.properties b/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceWicket.properties index 7862d5c75f9..862855e0128 100644 --- a/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceWicket.properties +++ b/core/config/src/main/java/org/apache/causeway/core/config/presets/SilenceWicket.properties @@ -1,3 +1,4 @@ +# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -5,9 +6,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
