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 aa264c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
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 aa264c6

Please sign in to comment.