RFR: 8025612: rt.jar still has old specification value in the manifest

Alan Bateman Alan.Bateman at oracle.com
Fri Oct 11 11:02:13 UTC 2013


Looks good. At some point it would be great to have a page somewhere 
with the list of things that need to be updated when we move major 
versions. There always seems to be something that only remember late in 
the release.

-Alan

On 11/10/2013 11:50, Erik Joelsson wrote:
> Please review this small change, updating the specification version in the manifest of the jar files. Posted diff inline since it's so small. I couldn't find anywhere else where this would need changing, but if anyone knows of somewhere, please speak up.
>
> /Erik
>
> diff -r 98d98ec01f07 make/tools/manifest.mf
> --- a/make/tools/manifest.mf
> +++ b/make/tools/manifest.mf
> @@ -1,6 +1,6 @@
>   Manifest-Version: 1.0
>   Specification-Title: Java Platform API Specification
> -Specification-Version: 1.7
> +Specification-Version: 1.8
>   Specification-Vendor: Oracle Corporation
>   Implementation-Title: Java Runtime Environment
>   Implementation-Version: @@RELEASE@@
>
>
> https://bugs.openjdk.java.net/browse/JDK-8025612




More information about the build-dev mailing list