This is an automated email from the ASF dual-hosted git repository.

andreac pushed a commit to branch 3.8-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.8-dev by this push:
     new ecc89d434e Fixed typo in gremlin-archetype log file name (#3266)
ecc89d434e is described below

commit ecc89d434eeedeb60c4e1700059babbefd2ca777
Author: andreachild <[email protected]>
AuthorDate: Mon Nov 3 13:39:26 2025 -0800

    Fixed typo in gremlin-archetype log file name (#3266)
    
    Fixed typo in gremlin-archetype log file name which was causing an error 
stack trace to be output in the ServiceTest log.
---
 CHANGELOG.asciidoc                                                      | 1 +
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index cbb9cc0089..1ad51844b1 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -127,6 +127,7 @@ This release also includes changes from <<release-3-7-XXX, 
3.7.XXX>>.
 * Updated `asString()` step to throw `IllegalArgumentException` with `null` 
inputs for casting step consistency.
 * Renamed `MergeElementStep` to `MergeElementStep` as it is a base class to 
`mergeV()` and `mergeE()`.
 * Renamed `MergeStep` of `merge()` to `MergeElementStep` for consistency.
+* Fixed referenced log file name for `gremlin-archetype-server`.
 * Modified `RepeatUnrollStrategy` to use a more conservative approach, only 
unrolling repeat loops containing safe navigation and filtering steps.
 * Modified `limit()`, `skip()`, range()` in `repeat()` to track per-iteration 
counters.
 * Moved `Traverser` loop logic into new interface `NL_SL_Traverser` and 
changed loop-supporting `Traverser`s to extend the common interface.
diff --git 
a/gremlin-archetype/gremlin-archetype-server/src/main/resources/archetype-resources/pom.xml
 
b/gremlin-archetype/gremlin-archetype-server/src/main/resources/archetype-resources/pom.xml
index b8fe09075c..d9189fe17f 100644
--- 
a/gremlin-archetype/gremlin-archetype-server/src/main/resources/archetype-resources/pom.xml
+++ 
b/gremlin-archetype/gremlin-archetype-server/src/main/resources/archetype-resources/pom.xml
@@ -73,7 +73,7 @@ limitations under the License.
                 <version>2.22.0</version>
                 <configuration>
                     <systemPropertyVariables>
-                        
<logback.configurationFile>file:conf/logback-test.properties</logback.configurationFile>
+                        
<logback.configurationFile>file:conf/logback-test.xml</logback.configurationFile>
                     </systemPropertyVariables>
                 </configuration>
             </plugin>

Reply via email to