Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite3698c8

Browse files
add java7 category
1 parent61f1db4 commite3698c8

File tree

1 file changed

+43
-24
lines changed

1 file changed

+43
-24
lines changed

‎README.md

Lines changed: 43 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -368,27 +368,46 @@
368368
- JEP185:[Restrict Fetching of External XML Resources](http://openjdk.java.net/jeps/185)
369369

370370
#[Java 7](https://openjdk.org/projects/jdk7/)([Feature](https://openjdk.org/projects/jdk7/milestones/))
371-
-[JSR 292: Support for dynamically-typed languages (InvokeDynamic)](https://openjdk.org/projects/jdk7/features/##f353)
372-
-[Strict class-file checking](https://openjdk.org/projects/jdk7/features/##fa535991)
373-
-[JSR 334: Small language enhancements (Project Coin)](https://openjdk.org/projects/jdk7/features/##f618)
374-
-[Upgrade class-loader architecture](https://openjdk.org/projects/jdk7/features/##f352)
375-
-[Method to close a URLClassLoader](https://openjdk.org/projects/jdk7/features/##f584)
376-
-[Concurrency and collections updates (jsr166y)](https://openjdk.org/projects/jdk7/features/##f515)
377-
-[Unicode 6.0](https://openjdk.org/projects/jdk7/features/##f497)
378-
-[Locale enhancement](https://openjdk.org/projects/jdk7/features/##fa535895)
379-
-[Separate user locale and user-interface locale](https://openjdk.org/projects/jdk7/features/##fa538265)
380-
-[JSR 203: More new I/O APIs for the Java platform (NIO.2)](https://openjdk.org/projects/jdk7/features/##f250)
381-
-[NIO.2 filesystem provider for zip/jar archives](https://openjdk.org/projects/jdk7/features/##fa537814)
382-
-[SCTP (Stream Control Transmission Protocol)](https://openjdk.org/projects/jdk7/features/##f405)
383-
-[SDP (Sockets Direct Protocol)](https://openjdk.org/projects/jdk7/features/##f639)
384-
-[Use the Windows Vista IPv6 stack](https://openjdk.org/projects/jdk7/features/##fa535996)
385-
-[TLS 1.2](https://openjdk.org/projects/jdk7/features/##fa534339)
386-
-[Elliptic-curve cryptography (ECC)](https://openjdk.org/projects/jdk7/features/##f73)
387-
-[JDBC 4.1](https://openjdk.org/projects/jdk7/features/##fa539110)
388-
-[XRender pipeline for Java 2D](https://openjdk.org/projects/jdk7/features/##f653)
389-
-[Create new platform APIs for 6u10 graphics features](https://openjdk.org/projects/jdk7/features/##f650)
390-
-[Nimbus look-and-feel for Swing](https://openjdk.org/projects/jdk7/features/##f244)
391-
-[Swing JLayer component](https://openjdk.org/projects/jdk7/features/##f652)
392-
-[Gervill sound synthesizer](https://openjdk.org/projects/jdk7/features/##fa99999)
393-
-[Update the XML stack](https://openjdk.org/projects/jdk7/features/##f568)
394-
-[Enhanced MBeans](https://openjdk.org/projects/jdk7/features/##fa530068)
371+
##vm
372+
-[JSR 292: Support for dynamically-typed languages (InvokeDynamic)](https://openjdk.org/projects/jdk7/features/#f353)
373+
-[Strict class-file checking](https://openjdk.org/projects/jdk7/features/#fa535991)
374+
375+
##lang
376+
-[JSR 334: Small language enhancements (Project Coin)](https://openjdk.org/projects/jdk7/features/#f618)
377+
378+
##core
379+
-[Upgrade class-loader architecture](https://openjdk.org/projects/jdk7/features/#f352)
380+
-[Method to close a URLClassLoader](https://openjdk.org/projects/jdk7/features/#f584)
381+
-[Concurrency and collections updates (jsr166y)](https://openjdk.org/projects/jdk7/features/#f515)
382+
383+
##i18n
384+
-[Unicode 6.0](https://openjdk.org/projects/jdk7/features/#f497)
385+
-[Locale enhancement](https://openjdk.org/projects/jdk7/features/#fa535895)
386+
-[Separate user locale and user-interface locale](https://openjdk.org/projects/jdk7/features/#fa538265)
387+
388+
##ionet
389+
-[JSR 203: More new I/O APIs for the Java platform (NIO.2)](https://openjdk.org/projects/jdk7/features/#f250)
390+
-[NIO.2 filesystem provider for zip/jar archives](https://openjdk.org/projects/jdk7/features/#fa537814)
391+
-[SCTP (Stream Control Transmission Protocol)](https://openjdk.org/projects/jdk7/features/#f405)
392+
-[SDP (Sockets Direct Protocol)](https://openjdk.org/projects/jdk7/features/#f639)
393+
-[Use the Windows Vista IPv6 stack](https://openjdk.org/projects/jdk7/features/#fa535996)
394+
-[TLS 1.2](https://openjdk.org/projects/jdk7/features/#fa534339)
395+
396+
##sec
397+
-[Elliptic-curve cryptography (ECC)](https://openjdk.org/projects/jdk7/features/#f73)
398+
399+
##jdbc
400+
-[JDBC 4.1](https://openjdk.org/projects/jdk7/features/#fa539110)
401+
402+
##client
403+
-[XRender pipeline for Java 2D](https://openjdk.org/projects/jdk7/features/#f653)
404+
-[Create new platform APIs for 6u10 graphics features](https://openjdk.org/projects/jdk7/features/#f650)
405+
-[Nimbus look-and-feel for Swing](https://openjdk.org/projects/jdk7/features/#f244)
406+
-[Swing JLayer component](https://openjdk.org/projects/jdk7/features/#f652)
407+
-[Gervill sound synthesizer](https://openjdk.org/projects/jdk7/features/#fa99999)
408+
409+
##web
410+
-[Update the XML stack](https://openjdk.org/projects/jdk7/features/#f568)
411+
412+
##mgmt
413+
-[Enhanced MBeans](https://openjdk.org/projects/jdk7/features/#fa530068)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp