File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
core-services/prompt-registry/src/main/resources/spec Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 8888 FILE_PATH='core-services/document-grounding/src/main/resources/spec/grounding.yaml'
8989 ;;
9090 orchestration)
91- API_URL="$API_BASE_URL/AI/llm-orchestration/contents/src/spec/api .yaml?ref=$REF"
92- FILE_PATH='orchestration/src/main/resources/spec/v1 .yaml'
91+ API_URL="$API_BASE_URL/AI/llm-orchestration/contents/src/spec/v2 .yaml?ref=$REF"
92+ FILE_PATH='orchestration/src/main/resources/spec/orchestration .yaml'
9393 ;;
9494 prompt-registry)
9595 API_URL="$API_BASE_URL/AI/prompt-registry/contents/src/spec/prompt-registry.yaml?ref=$REF"
Original file line number Diff line number Diff line change @@ -544,12 +544,15 @@ components:
544544 name :
545545 type : string
546546 maxLength : 120
547+ pattern : " ^[a-zA-Z0-9_-]+$"
547548 version :
548549 type : string
549550 maxLength : 10
551+ pattern : " ^[a-zA-Z0-9._-]+$"
550552 scenario :
551553 type : string
552554 maxLength : 120
555+ pattern : " ^[a-zA-Z0-9_-]+$"
553556 spec :
554557 $ref : " #/components/schemas/PromptTemplateSpec"
555558 PromptTemplatePostResponse :
Original file line number Diff line number Diff line change 5959 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6060 <project .build.outputTimestamp>2025-04-03T13:23:00Z</project .build.outputTimestamp>
6161 <cloud-sdk .version>5.20.0</cloud-sdk .version>
62- <junit-jupiter .version>5.13.2 </junit-jupiter .version>
62+ <junit-jupiter .version>5.13.3 </junit-jupiter .version>
6363 <wiremock .version>3.13.1</wiremock .version>
6464 <assertj-core .version>3.27.3</assertj-core .version>
6565 <slf4j .version>2.0.17</slf4j .version>
326326 <plugin >
327327 <groupId >org.apache.maven.plugins</groupId >
328328 <artifactId >maven-enforcer-plugin</artifactId >
329- <version >3.5 .0</version >
329+ <version >3.6 .0</version >
330330 <configuration >
331331 <fail >true</fail >
332332 <skip >${enforcer.skip} </skip >
@@ -889,7 +889,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
889889 <plugin >
890890 <groupId >org.apache.maven.plugins</groupId >
891891 <artifactId >maven-gpg-plugin</artifactId >
892- <version >3.2.7 </version >
892+ <version >3.2.8 </version >
893893 <executions >
894894 <execution >
895895 <id >sign-artifacts</id >
Original file line number Diff line number Diff line change 3636 <spring-boot .version>3.5.0</spring-boot .version>
3737 <logback .version>1.5.18</logback .version>
3838 <cf-logging .version>3.8.5</cf-logging .version>
39- <apache-tomcat-embed .version>11.0.8 </apache-tomcat-embed .version>
39+ <apache-tomcat-embed .version>11.0.9 </apache-tomcat-embed .version>
4040 <!-- Skip end-to-end tests by default, can be overridden with -DskipTests=false -->
4141 <skipTests >true</skipTests >
4242 <!-- Allow logging frameworks because this module is not released -->
You can’t perform that action at this time.
0 commit comments