File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/io/projectreactor Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 54
54
--resource-group ${{ env.GROUP_NAME }} \
55
55
--artifact-path ${{env.JAR_PATH}} \
56
56
--runtime-version Java_21 \
57
- --jvm-options='-Xmx1g -Xms1g' \
58
- --disable-probe=true
57
+ --jvm-options='-Xmx1g -Xms1g'
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2015-2024 VMware Inc. or its affiliates, All Rights Reserved.
2
+ * Copyright (c) 2015-2025 VMware Inc. or its affiliates, All Rights Reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -129,7 +129,7 @@ public final class Application {
129
129
130
130
context = HttpServer .create ()
131
131
.host ("0.0.0.0" )
132
- .port (8080 )
132
+ .port (1025 )
133
133
.route (r -> r .file ("/favicon.ico" , contentPath .resolve ("favicon.ico" ))
134
134
.get ("/security-policy" , template ("security-policy" ))
135
135
.file ("/.well-known/security.txt" , contentPath .resolve ("well-known/security.txt" ))
You can’t perform that action at this time.
0 commit comments