Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

java-25-openjdk-devel-25.0.2.0.10-2.el10 RPM for x86_64

From CentOS Stream 10 AppStream for x86_64

Name: java-25-openjdk-devel Distribution: CentOS
Version: 25.0.2.0.10 Vendor: CentOS
Release: 2.el10 Build date: Thu Feb 19 20:06:40 2026
Group: Development/Languages Build host: x86-03.stream.rdu2.redhat.com
Size: 11785764 Source RPM: java-25-openjdk-25.0.2.0.10-2.el10.src.rpm
Packager: builder@centos.org
Url: http://openjdk.java.net/
Summary: OpenJDK 25 Development Environment
The OpenJDK 25 development tools.

Provides

Requires

License

ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA

Changelog

* Wed Feb 18 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.2.0.10-2
  - Bump rpmrelease for CentOS build
  - Related: RHEL-139579
  - Related: RHEL-131430
  - Related: RHEL-131443
  - Related: RHEL-142855
  - Related: RHEL-142799
* Wed Jan 21 2026 Jiri Vanek <jvanek@redhat.com> - 1:25.0.2.0.10-1
  - Execute create-redhat-properties-files.bash with '-e' to exit on failure
  - Related: RHEL-142855
* Mon Jan 12 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.2.0.10-1
  - Update to jdk-25.0.2+10 (GA)
  - Update release notes to 25.0.2+10
  - Add JDK-8372534 libpng 1.6.51 ahead of 25.0.3
  - Bump libpng version to 1.6.51 following JDK-8372534
  - Bump ID of NSS adapter patch so we can stay in sync with portable on the libpng patch
  - Test for java.security's existence in create-redhat-properties-files.bash
  - Handle 'upgrade' as an alternative to 'update' in openjdk_news.sh
  - Sync the copy of the portable specfile with the latest update
  - ** This tarball is embargoed until 2026-01-20 @ 1pm PT. **
  - Resolves: RHEL-139579
  - Resolves: RHEL-131430
  - Resolves: RHEL-131443
  - Resolves: RHEL-142855
  - Resolves: RHEL-142799
* Sat Dec 06 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.1.0.8-6
  - Sync the copy of the portable specfile with the latest update
  - Related: RHEL-133733
  - Related: RHEL-133735
* Thu Dec 04 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:25.0.1.0.8-6
  - Remove /usr/lib/jvm/java-25-openjdk/conf/security/redhat/fips.properties
  - Resolves: RHEL-131897
* Thu Dec 04 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.1.0.8-5
  - Incorporate new FIPS patch for 25u
  - Drop static libjvm.a following adjusted build target for portable build
  - Remove redundant (and now outdated) build targets, jdkimage and static_libs_image
  - Pass ourflags and ourldflags into the nssadapter build using CFLAGS & LDFLAGS
  - Patch the nssadapter build to recognise LDFLAGS
  - Remove OpenJDK compiler flag filters and use build_{c,ld}flags directly
  - Resolves: RHEL-133733
  - Resolves: RHEL-133735
  - Resolves: RHEL-133763
* Wed Nov 26 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:25.0.1.0.8-4
  - Add java-25-openjdk-crypto-adapter subpackage
  - Update library setting in create-redhat-properties-files.bash
  - Resolves: RHEL-131896
* Mon Nov 24 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:25.0.1.0.8-3
  - Add libnssadapter.so
  - Add FIPS crypto-policies configuration
  - Remove obsolete security.useSystemPropertiesFile setup
  - Update TestSecurityProperties.java test and calling convention
  - Resolves: RHEL-128413
  - Resolves: RHEL-128409
* Wed Nov 12 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.1.0.8-2
  - Remove superfluous backslashes that cause two alternative commands to be combined
  - Related: RHEL-120553
* Mon Nov 10 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:25.0.1.0.8-1
  - Update to jdk-25.0.1+8 (GA)
  - Update release notes with features of JDK 25
  - Mention finalisation JEP for features finalised in JDK 22, 23 & 24
  - Drop fakefeaturever now we have reached OpenJDK 25
  - Update release notes to 25.0.1+8
  - Sync the copy of the portable specfile with the latest update
  - Resolves: RHEL-120553
* Wed Nov 05 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:24.0.2.0.12-1
  - Update to jdk-24.0.2+12 (GA)
  - Update release notes with features of JDK 24
  - alt-java man page installation is now handled by the OpenJDK build
  - Adjust TestTranslations.java with updated German translations from CLDR 46 (JDK-8333582) (Mountain->Mountains)
  - Run javap with the disassembled code (-c) option now required for -l by JDK-8345145
  - Sync the copy of the portable specfile with the latest update
  - Remove default.policy and java.policy following JDK-8338411: "Permanently Disable the Security Manager"
  - Make man page handling dependent on pandoc being available during the portable build
  - Handle new CDS archive variants (*_coh*) added by Compact Object Headers (JDK-8305895)
  - Add missing man page alternatives for jdeprscan, jfr, jhsdb, jimage, jlink & jmod and fix alphabetical ordering
  - Support jnativescan added by JDK-8317611: "Add a tool like jdeprscan to find usage of restricted methods"
  - Add recent native libraries to _privatelibs (libjsvml.so, libsimdsort.so, libsyslookup.so)
  - Support libsleef on AArch64 & RISC-V added by JDK-8329816, JDK-8320500 (RISC-V) & JDK-8312425 (AArch64)
  - Related: RHEL-120553
* Sat Oct 25 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:23.0.2.0.7-1
  - Update to jdk-23.0.2+7 (GA)
  - Update release notes with features of JDK 23
  - Sync the copy of the portable specfile with the latest update
  - Remove lible.so handling following its removal in JDK-8327476: "Upgrade JLine to 3.26.1"
  - Install jaxp-strict.properties.template added by JDK-8330542: "Template for Creating Strict JAXP Configuration File"
  - Related: RHEL-120553
* Tue Sep 23 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:22.0.2.0.9-1
  - Update to jdk-22.0.2+9 (GA)
  - Update release notes with features of JDK 22
  - Remove 21u FIPS patch and disable use until we are ready for the 25 version
  - Adjust CLDR expectations in TestTranslations.java after JDK-8317979 started using tzdata values
  - Adjust TestTranslations.java to expect the same short name throughout for fr_FR and de_DE (bug?)
  - Sync the copy of the portable specfile with the latest update
  - Remove references to libsystemconf.so and nss.fips.cfg from the 21u FIPS patch
  - Include static libraries in the vm_variant subdirectory after JDK-8307858 (libjvm.a)
  - Flip equals test in TestSecurityProperties.java to handle null values from Security.getProperty
  - Introduce crypto_policy_active to designate whether we should expect policy adherence in testing
  - Flip crypto_policy_active to false while the crypto policy & FIPS patch is not present
  - Handle new libsimdsort.so introduced on x86_64 only by JDK-8309130
  - Related: RHEL-100678
* Mon Aug 25 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.8.0.9-1
  - Create java-25-openjdk package based on java-21-openjdk
  - Introduce fakefeaturever to pretend we are java-25-openjdk ahead of time
  - Sync the copy of the portable specfile with the latest update
  - Update README file for java-25-openjdk
  - Make sure this is not the default/system JDK providing 'java', 'jre', 'java-devel' ,etc.
  - Related: RHEL-100678
* Thu Jul 10 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.8.0.9-1
  - Update to jdk-21.0.8+9 (GA)
  - Related: RHEL-100678

Files

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/23c4159d23e5c12766d7e37d1b178d7502a543
/usr/lib/.build-id/07
/usr/lib/.build-id/07/9e2000fdda85ba1eec985fc13d8dafe6fcca7d
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/25080e18206ed6ec2b53b79384c6f091e6f580
/usr/lib/.build-id/1f/48b538f3142b20ca5fe03e8f9d8ff880f99171
/usr/lib/.build-id/25
/usr/lib/.build-id/25/44cd7d0700f63df3d9da0d479e43430c9c2c65
/usr/lib/.build-id/28
/usr/lib/.build-id/28/6953739645203ff30a6d7352622993f6e163af
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/a44e01212ba1f28513b8f9deed52ac9864e100
/usr/lib/.build-id/31/6e9ca51ca0b3e84e9966c902ca4d760ba314a5
/usr/lib/.build-id/41
/usr/lib/.build-id/41/70ed9badbc30058a35114222308070a9f67b26
/usr/lib/.build-id/46
/usr/lib/.build-id/46/4e3d8f34e809f84235398be5d0fc2194cd7571
/usr/lib/.build-id/4a/9a1ed1be0deba67ff581356b0d768fa7e55286
/usr/lib/.build-id/53
/usr/lib/.build-id/53/470af88d382d80a876d3e4ae881e2e1fca384a
/usr/lib/.build-id/55
/usr/lib/.build-id/55/5e5b91bf57e1172a50d7efa3aff39b89d32051
/usr/lib/.build-id/57
/usr/lib/.build-id/57/d679adb2c3d22dbfb7c2377f05b87dece7a1da
/usr/lib/.build-id/58
/usr/lib/.build-id/58/7b254412928e508dc6ebd28cb8ecd474c4260e
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/e1ac65dfa8a80a9194e049b52ede6f7d1a134f
/usr/lib/.build-id/6e/ac4f29963a2e978e90a5d08992e6ce8d0b6bef
/usr/lib/.build-id/7d/8344dc33da936fb79fd821edc798ef4b62e177
/usr/lib/.build-id/88
/usr/lib/.build-id/88/94a8838ea00723a69108db99d18e21620a8772
/usr/lib/.build-id/a1/f3ff0fc8e167bf563702a5f42ac96877d20e90
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/234a7ad9253147b3d23d7e2e3152a7cee8f92f
/usr/lib/.build-id/a8/27e8f5f8910c0c2d12fd86108c76b8283decc1
/usr/lib/.build-id/ac/7ede10913e38f787217093cafe85fb4b6bd1d9
/usr/lib/.build-id/af
/usr/lib/.build-id/af/e02e0c2ce6a47e09d899db41c92345171fc858
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/ccef2dd63d768875adb4549692d692058d19b2
/usr/lib/.build-id/ef/31984149625544689f30ded5983c62d7889e4d
/usr/lib/jvm/java-25-openjdk/bin
/usr/lib/jvm/java-25-openjdk/bin/jar
/usr/lib/jvm/java-25-openjdk/bin/jarsigner
/usr/lib/jvm/java-25-openjdk/bin/javac
/usr/lib/jvm/java-25-openjdk/bin/javadoc
/usr/lib/jvm/java-25-openjdk/bin/javap
/usr/lib/jvm/java-25-openjdk/bin/jconsole
/usr/lib/jvm/java-25-openjdk/bin/jdb
/usr/lib/jvm/java-25-openjdk/bin/jdeprscan
/usr/lib/jvm/java-25-openjdk/bin/jdeps
/usr/lib/jvm/java-25-openjdk/bin/jfr
/usr/lib/jvm/java-25-openjdk/bin/jhsdb
/usr/lib/jvm/java-25-openjdk/bin/jimage
/usr/lib/jvm/java-25-openjdk/bin/jinfo
/usr/lib/jvm/java-25-openjdk/bin/jlink
/usr/lib/jvm/java-25-openjdk/bin/jmap
/usr/lib/jvm/java-25-openjdk/bin/jmod
/usr/lib/jvm/java-25-openjdk/bin/jnativescan
/usr/lib/jvm/java-25-openjdk/bin/jpackage
/usr/lib/jvm/java-25-openjdk/bin/jps
/usr/lib/jvm/java-25-openjdk/bin/jrunscript
/usr/lib/jvm/java-25-openjdk/bin/jshell
/usr/lib/jvm/java-25-openjdk/bin/jstack
/usr/lib/jvm/java-25-openjdk/bin/jstat
/usr/lib/jvm/java-25-openjdk/bin/jstatd
/usr/lib/jvm/java-25-openjdk/bin/jwebserver
/usr/lib/jvm/java-25-openjdk/bin/serialver
/usr/lib/jvm/java-25-openjdk/include
/usr/lib/jvm/java-25-openjdk/include/classfile_constants.h
/usr/lib/jvm/java-25-openjdk/include/jawt.h
/usr/lib/jvm/java-25-openjdk/include/jdwpTransport.h
/usr/lib/jvm/java-25-openjdk/include/jni.h
/usr/lib/jvm/java-25-openjdk/include/jvmti.h
/usr/lib/jvm/java-25-openjdk/include/jvmticmlr.h
/usr/lib/jvm/java-25-openjdk/include/linux
/usr/lib/jvm/java-25-openjdk/include/linux/jawt_md.h
/usr/lib/jvm/java-25-openjdk/include/linux/jni_md.h
/usr/lib/jvm/java-25-openjdk/lib/ct.sym
/usr/lib/jvm/java-25-openjdk/tapset
/usr/lib/jvm/java-25-openjdk/tapset/hotspot-25.0.2.0.10-2.el10.x86_64.stp
/usr/lib/jvm/java-25-openjdk/tapset/hotspot_gc-25.0.2.0.10-2.el10.x86_64.stp
/usr/lib/jvm/java-25-openjdk/tapset/hotspot_jni-25.0.2.0.10-2.el10.x86_64.stp
/usr/lib/jvm/java-25-openjdk/tapset/jstack-25.0.2.0.10-2.el10.x86_64.stp
/usr/share/applications/java-25-openjdk-jconsole.desktop
/usr/share/systemtap
/usr/share/systemtap/tapset
/usr/share/systemtap/tapset/x86_64
/usr/share/systemtap/tapset/x86_64/hotspot-25.0.2.0.10-2.el10.x86_64.stp
/usr/share/systemtap/tapset/x86_64/hotspot_gc-25.0.2.0.10-2.el10.x86_64.stp
/usr/share/systemtap/tapset/x86_64/hotspot_jni-25.0.2.0.10-2.el10.x86_64.stp
/usr/share/systemtap/tapset/x86_64/jstack-25.0.2.0.10-2.el10.x86_64.stp


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 22 03:37:05 2026