Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Bundled OpenJDK to latest #5834

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Bundled OpenJDK to latest
srv-gh-o11y-gdi committed Jan 24, 2025
commit e70eb3f8b1582d4d2258c51f7803e0089a0d2ef5
2 changes: 1 addition & 1 deletion cmd/otelcol/Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ ARG JMX_METRIC_GATHERER_RELEASE
RUN New-Item -Path "C:\\" -Name "opt" -ItemType "directory"
RUN Invoke-WebRequest -Uri "https://github.com/open-telemetry/opentelemetry-java-contrib/releases/download/${env:JMX_METRIC_GATHERER_RELEASE}/opentelemetry-jmx-metrics.jar" -Outfile "c:\opt\opentelemetry-java-contrib-jmx-metrics.jar"

ARG JDK_VERSION="11.0.25_9"
ARG JDK_VERSION="11.0.26_4"
ARG OPENJDK_BASE_URL="https://github.com/adoptium/temurin11-binaries/releases/download"
ENV JAVA_HOME="C:\java\jre"
ENV JAVA_PATH="$JAVA_HOME\bin"
2 changes: 1 addition & 1 deletion packaging/bundle/Dockerfile
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
# limitations under the License.

ARG ARCH=amd64
ARG JDK_VERSION=11.0.25_9
ARG JDK_VERSION=11.0.26_4
ARG MAVEN_VERSION=3.6.0
ARG PYTHON_VERSION=3.13.1
ARG PIP_VERSION=24.2

Unchanged files with check annotations Beta

func TestComponentLifecycle(t *testing.T) {
factory := NewFactory()
tests := []struct {

Check failure on line 29 in internal/receiver/signalfxgatewayprometheusremotewritereceiver/generated_component_test.go

GitHub Actions / generate-metrics

struct with 24 pointer bytes could be 16
createFn func(ctx context.Context, set receiver.Settings, cfg component.Config) (component.Component, error)
name string
}{