Skip to content

Commit

Permalink
Native image test.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
  • Loading branch information
spericas committed Jan 14, 2025
1 parent 3bab67f commit a11114c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions tests/integration/oidc/.helidon-oidc-secret
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
53fbda69-9586-4be6-92f1-6df6d19ed2a5
1 change: 1 addition & 0 deletions tests/integration/packaging/mp-1/.helidon-oidc-secret
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cf4ddeee-561a-4fd9-95a6-088629789633
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
#

Args=--initialize-at-build-time=io.helidon.tests.integration.packaging.mp1 \
--trace-object-instantiation=java.lang.Thread
--trace-object-instantiation=java.lang.Thread \
--trace-object-instantiation=io.micrometer.prometheus.PrometheusMeterRegistry
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023, 2024 Oracle and/or its affiliates.
# Copyright (c) 2023, 2025 Oracle and/or its affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,4 +15,5 @@
#

Args=--initialize-at-build-time=io.helidon.tests.integration.packaging.mp2 \
--enable-url-protocols=http
--enable-url-protocols=http \
--trace-object-instantiation=io.micrometer.prometheus.PrometheusMeterRegistry
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023, 2024 Oracle and/or its affiliates.
# Copyright (c) 2023, 2025 Oracle and/or its affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,4 +14,5 @@
# limitations under the License.
#

Args=--initialize-at-build-time=io.helidon.tests.integration.packaging.mp3
Args=--initialize-at-build-time=io.helidon.tests.integration.packaging.mp3 \
--trace-object-instantiation=io.micrometer.prometheus.PrometheusMeterRegistry

0 comments on commit a11114c

Please sign in to comment.