Result: New JDK8 Committer: Vadim Pakhnushev

2013-11-06 Thread Phil Race

Voting for Vadim Pakhnushev is now closed [1]

Yes: 16
Veto: 0
Abstain: 0

According to the Bylaws definition of Lazy Consensus, this is sufficient 
to approve the nomination.


Congratulations!

-phil.

[1] http://mail.openjdk.java.net/pipermail/jdk8-dev/2013-October/003469.html


Result: New JDK8 Committer: Johnny Chen

2013-11-06 Thread Phil Race

Voting for Johnny Chen is now closed [1]

Yes: 11
Veto: 0
Abstain: 0

According to the Bylaws definition of Lazy Consensus, this is sufficient 
to approve the nomination.


Congratulations!

-phil.

[1] http://mail.openjdk.java.net/pipermail/jdk8-dev/2013-October/003473.html


CFV: New JDK 8 Committer: Anthony Scarpino (ascarpino)

2013-11-06 Thread Sean Mullan

I hereby nominate Anthony Scarpino to JDK 8 Committer.

Anthony is a member of the Security Libraries Team at Oracle and has 
contributed 16 changesets to JDK 8 in the security libraries area, 
including 2 fixes involving API changes. He has an extensive background 
in cryptography and security and has been especially instrumental in 
improving the robustness of the PKCS11 crypto provider and tests, which 
has been the cause of many intermittent failures for a long time.


Votes are due by 23:59 UTC, November 20, 2013.

Only current JDK 8 Committers [1] are eligible to vote on
this nomination.  Votes must be cast in the open by replying to
to this mailing list.

For Lazy Consensus voting instructions, see [2].

--Sean Mullan

[1] http://openjdk.java.net/census
[2] http://openjdk.java.net/projects/#committer-vote

Changesets (in jdk8/jdk repo):

8025763: Provider does not override new Hashtable methods
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fc7a6fa3589a

8011071: Better crypto provider handling
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/888fd0ad7e1e

8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e4c897b33cb7

8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing 
intermittently

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/2434e79fc41f

7122707: Security Providers need to have their version numbers updated 
for JDK8

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/d0de46a2cbd0

8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/b40d246d4d81

8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to 
SHA2 algorithms

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/bce5205dbe84

8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/5b14d702b0b8

8020424: The NSS version should be detected before running crypto tests
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e47569593fa0

8012971: PKCS11Test hiding exception failures
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/c042fd498f79

6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws 
InvalidKeySpecExc if passed SecretKeySpec

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/f321b78c7009

6750584: Cipher.wrap/unwrap methods should define 
UnsupportedOperationException

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/918d9ac17740

7160837: DigestOutputStream does not turn off digest calculation when 
"close()" is called

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8402ef8fabde

8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/804da1e9bd04

8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/a6ca7cd399b2

7171982: Cipher getParameters() throws RuntimeException: Cannot find 
SunJCE provider

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/473ed4b94306


Re: CFV: New JDK 8 Committer: Anthony Scarpino (ascarpino)

2013-11-06 Thread Mike Duigou
Vote: YES

On Nov 6 2013, at 12:03 , Sean Mullan  wrote:

> I hereby nominate Anthony Scarpino to JDK 8 Committer.
> 
> Anthony is a member of the Security Libraries Team at Oracle and has 
> contributed 16 changesets to JDK 8 in the security libraries area, including 
> 2 fixes involving API changes. He has an extensive background in cryptography 
> and security and has been especially instrumental in improving the robustness 
> of the PKCS11 crypto provider and tests, which has been the cause of many 
> intermittent failures for a long time.
> 
> Votes are due by 23:59 UTC, November 20, 2013.
> 
> Only current JDK 8 Committers [1] are eligible to vote on
> this nomination.  Votes must be cast in the open by replying to
> to this mailing list.
> 
> For Lazy Consensus voting instructions, see [2].
> 
> --Sean Mullan
> 
> [1] http://openjdk.java.net/census
> [2] http://openjdk.java.net/projects/#committer-vote
> 
> Changesets (in jdk8/jdk repo):
> 
> 8025763: Provider does not override new Hashtable methods
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fc7a6fa3589a
> 
> 8011071: Better crypto provider handling
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/888fd0ad7e1e
> 
> 8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e4c897b33cb7
> 
> 8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing 
> intermittently
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/2434e79fc41f
> 
> 7122707: Security Providers need to have their version numbers updated for 
> JDK8
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/d0de46a2cbd0
> 
> 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/b40d246d4d81
> 
> 8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 
> algorithms
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/bce5205dbe84
> 
> 8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/5b14d702b0b8
> 
> 8020424: The NSS version should be detected before running crypto tests
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e47569593fa0
> 
> 8012971: PKCS11Test hiding exception failures
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/c042fd498f79
> 
> 6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws 
> InvalidKeySpecExc if passed SecretKeySpec
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/f321b78c7009
> 
> 6750584: Cipher.wrap/unwrap methods should define 
> UnsupportedOperationException
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/918d9ac17740
> 
> 7160837: DigestOutputStream does not turn off digest calculation when 
> "close()" is called
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8402ef8fabde
> 
> 8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/804da1e9bd04
> 
> 8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/a6ca7cd399b2
> 
> 7171982: Cipher getParameters() throws RuntimeException: Cannot find SunJCE 
> provider
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/473ed4b94306



Re: CFV: New JDK 8 Committer: Anthony Scarpino (ascarpino)

2013-11-06 Thread David Katleman (Oracle)

Vote: yes

On 11/6/2013 12:03 PM, Sean Mullan wrote:

I hereby nominate Anthony Scarpino to JDK 8 Committer.

Anthony is a member of the Security Libraries Team at Oracle and has 
contributed 16 changesets to JDK 8 in the security libraries area, 
including 2 fixes involving API changes. He has an extensive 
background in cryptography and security and has been especially 
instrumental in improving the robustness of the PKCS11 crypto provider 
and tests, which has been the cause of many intermittent failures for 
a long time.


Votes are due by 23:59 UTC, November 20, 2013.

Only current JDK 8 Committers [1] are eligible to vote on
this nomination.  Votes must be cast in the open by replying to
to this mailing list.

For Lazy Consensus voting instructions, see [2].

--Sean Mullan

[1] http://openjdk.java.net/census
[2] http://openjdk.java.net/projects/#committer-vote

Changesets (in jdk8/jdk repo):

8025763: Provider does not override new Hashtable methods
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fc7a6fa3589a

8011071: Better crypto provider handling
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/888fd0ad7e1e

8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e4c897b33cb7

8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing 
intermittently

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/2434e79fc41f

7122707: Security Providers need to have their version numbers updated 
for JDK8

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/d0de46a2cbd0

8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java 
fails

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/b40d246d4d81

8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set 
to SHA2 algorithms

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/bce5205dbe84

8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/5b14d702b0b8

8020424: The NSS version should be detected before running crypto tests
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e47569593fa0

8012971: PKCS11Test hiding exception failures
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/c042fd498f79

6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws 
InvalidKeySpecExc if passed SecretKeySpec

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/f321b78c7009

6750584: Cipher.wrap/unwrap methods should define 
UnsupportedOperationException

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/918d9ac17740

7160837: DigestOutputStream does not turn off digest calculation when 
"close()" is called

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8402ef8fabde

8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/804da1e9bd04

8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/a6ca7cd399b2

7171982: Cipher getParameters() throws RuntimeException: Cannot find 
SunJCE provider

http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/473ed4b94306




Re: CFV: New JDK 8 Committer: Anthony Scarpino (ascarpino)

2013-11-06 Thread Alejandro E Murillo

vote: yes

--
Alejandro



Re: CFV: New JDK 8 Committer: Anthony Scarpino (ascarpino)

2013-11-06 Thread Chris Hegarty
Vote: yes

-Chris

> On 6 Nov 2013, at 20:03, Sean Mullan  wrote:
> 
> I hereby nominate Anthony Scarpino to JDK 8 Committer.
> 
> Anthony is a member of the Security Libraries Team at Oracle and has 
> contributed 16 changesets to JDK 8 in the security libraries area, including 
> 2 fixes involving API changes. He has an extensive background in cryptography 
> and security and has been especially instrumental in improving the robustness 
> of the PKCS11 crypto provider and tests, which has been the cause of many 
> intermittent failures for a long time.
> 
> Votes are due by 23:59 UTC, November 20, 2013.
> 
> Only current JDK 8 Committers [1] are eligible to vote on
> this nomination.  Votes must be cast in the open by replying to
> to this mailing list.
> 
> For Lazy Consensus voting instructions, see [2].
> 
> --Sean Mullan
> 
> [1] http://openjdk.java.net/census
> [2] http://openjdk.java.net/projects/#committer-vote
> 
> Changesets (in jdk8/jdk repo):
> 
> 8025763: Provider does not override new Hashtable methods
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fc7a6fa3589a
> 
> 8011071: Better crypto provider handling
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/888fd0ad7e1e
> 
> 8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e4c897b33cb7
> 
> 8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing 
> intermittently
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/2434e79fc41f
> 
> 7122707: Security Providers need to have their version numbers updated for 
> JDK8
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/d0de46a2cbd0
> 
> 8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/b40d246d4d81
> 
> 8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 
> algorithms
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/bce5205dbe84
> 
> 8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/5b14d702b0b8
> 
> 8020424: The NSS version should be detected before running crypto tests
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e47569593fa0
> 
> 8012971: PKCS11Test hiding exception failures
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/c042fd498f79
> 
> 6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws 
> InvalidKeySpecExc if passed SecretKeySpec
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/f321b78c7009
> 
> 6750584: Cipher.wrap/unwrap methods should define 
> UnsupportedOperationException
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/918d9ac17740
> 
> 7160837: DigestOutputStream does not turn off digest calculation when 
> "close()" is called
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8402ef8fabde
> 
> 8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/804da1e9bd04
> 
> 8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/a6ca7cd399b2
> 
> 7171982: Cipher getParameters() throws RuntimeException: Cannot find SunJCE 
> provider
> http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/473ed4b94306


Changes to look and feel of javadoc generated API pages in JDK 8

2013-11-06 Thread Bhavesh Patel
Hi All,
   Based on the feedback received on the new UI implementation in JDK 7 
javadoc, we have made some minor changes to look and feel of the API pages 
generated by javadoc in JDK 8. The JDK API documentation pages will be using 
DejaVu font. A sample build, using the DejaVu fonts, can be found at 
http://cr.openjdk.java.net/~bpatel/docs/dejaVu/api/. Non-JDK API documentation 
pages that are generated by the user of the javadoc tool will be using 
non-DejaVu fonts as specified in the stylesheet.css file. A sample build can be 
found at http://cr.openjdk.java.net/~bpatel/docs/api/.
   Please provide any feedback, that you might have, on these new look and 
feel changes in both the versions.

Regards,
Bhavesh.


Re: CFV: New JDK 8 Committer: Anthony Scarpino (ascarpino)

2013-11-06 Thread Jason Uh

Vote: Yes

On 11/6/13 12:03 PM, Sean Mullan wrote:

I hereby nominate Anthony Scarpino to JDK 8 Committer.

Anthony is a member of the Security Libraries Team at Oracle and has
contributed 16 changesets to JDK 8 in the security libraries area,
including 2 fixes involving API changes. He has an extensive background
in cryptography and security and has been especially instrumental in
improving the robustness of the PKCS11 crypto provider and tests, which
has been the cause of many intermittent failures for a long time.

Votes are due by 23:59 UTC, November 20, 2013.

Only current JDK 8 Committers [1] are eligible to vote on
this nomination.  Votes must be cast in the open by replying to
to this mailing list.

For Lazy Consensus voting instructions, see [2].

--Sean Mullan

[1] http://openjdk.java.net/census
[2] http://openjdk.java.net/projects/#committer-vote

Changesets (in jdk8/jdk repo):

8025763: Provider does not override new Hashtable methods
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fc7a6fa3589a

8011071: Better crypto provider handling
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/888fd0ad7e1e

8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e4c897b33cb7

8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing
intermittently
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/2434e79fc41f

7122707: Security Providers need to have their version numbers updated
for JDK8
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/d0de46a2cbd0

8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/b40d246d4d81

8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to
SHA2 algorithms
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/bce5205dbe84

8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/5b14d702b0b8

8020424: The NSS version should be detected before running crypto tests
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e47569593fa0

8012971: PKCS11Test hiding exception failures
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/c042fd498f79

6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws
InvalidKeySpecExc if passed SecretKeySpec
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/f321b78c7009

6750584: Cipher.wrap/unwrap methods should define
UnsupportedOperationException
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/918d9ac17740

7160837: DigestOutputStream does not turn off digest calculation when
"close()" is called
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8402ef8fabde

8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/804da1e9bd04

8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/a6ca7cd399b2

7171982: Cipher getParameters() throws RuntimeException: Cannot find
SunJCE provider
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/473ed4b94306




Re: CFV: New JDK 8 Committer: Anthony Scarpino (ascarpino)

2013-11-06 Thread Jaroslav Bachorik

Vote: yes

-JB-

On 6.11.2013 21:03, Sean Mullan wrote:

I hereby nominate Anthony Scarpino to JDK 8 Committer.

Anthony is a member of the Security Libraries Team at Oracle and has
contributed 16 changesets to JDK 8 in the security libraries area,
including 2 fixes involving API changes. He has an extensive background
in cryptography and security and has been especially instrumental in
improving the robustness of the PKCS11 crypto provider and tests, which
has been the cause of many intermittent failures for a long time.

Votes are due by 23:59 UTC, November 20, 2013.

Only current JDK 8 Committers [1] are eligible to vote on
this nomination.  Votes must be cast in the open by replying to
to this mailing list.

For Lazy Consensus voting instructions, see [2].

--Sean Mullan

[1] http://openjdk.java.net/census
[2] http://openjdk.java.net/projects/#committer-vote

Changesets (in jdk8/jdk repo):

8025763: Provider does not override new Hashtable methods
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fc7a6fa3589a

8011071: Better crypto provider handling
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/888fd0ad7e1e

8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e4c897b33cb7

8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing
intermittently
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/2434e79fc41f

7122707: Security Providers need to have their version numbers updated
for JDK8
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/d0de46a2cbd0

8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/b40d246d4d81

8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to
SHA2 algorithms
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/bce5205dbe84

8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/5b14d702b0b8

8020424: The NSS version should be detected before running crypto tests
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e47569593fa0

8012971: PKCS11Test hiding exception failures
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/c042fd498f79

6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws
InvalidKeySpecExc if passed SecretKeySpec
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/f321b78c7009

6750584: Cipher.wrap/unwrap methods should define
UnsupportedOperationException
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/918d9ac17740

7160837: DigestOutputStream does not turn off digest calculation when
"close()" is called
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8402ef8fabde

8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/804da1e9bd04

8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/a6ca7cd399b2

7171982: Cipher getParameters() throws RuntimeException: Cannot find
SunJCE provider
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/473ed4b94306




Re: Changes to look and feel of javadoc generated API pages in JDK 8

2013-11-06 Thread Mike Duigou
This looks like a nice refinement.

Some immediate bits of feedback:

- The size of  and {@code } elements differs. (14.4px vs 14px). This is 
also a problem with the existing templates.

- Why px for most but not all measurements? I would personally prefer to see em 
units used to tie sizing of elements to user's preferences. 
(http://www.w3.org/WAI/GL/css2em.htm) At minimum, use either all px or all em. 
To see badness, drastically adjust the size of your default font. E A few UI 
elements will now look weird (Trademarks, legal text, height of nav bars, etc.

- All of the text could be somewhat higher contrast. #66 is too low for 
body copy. Perhaps it's just the Deja Vu font. I keep thinking the text is 
transparent.

- Verdana would be preferable to Arial as a fallback for headings.

Mike


On Nov 6 2013, at 13:43 , Bhavesh Patel  wrote:

> Hi All,
>   Based on the feedback received on the new UI implementation in JDK 7 
> javadoc, we have made some minor changes to look and feel of the API pages 
> generated by javadoc in JDK 8. The JDK API documentation pages will be using 
> DejaVu font. A sample build, using the DejaVu fonts, can be found at 
> http://cr.openjdk.java.net/~bpatel/docs/dejaVu/api/. Non-JDK API 
> documentation pages that are generated by the user of the javadoc tool will 
> be using non-DejaVu fonts as specified in the stylesheet.css file. A sample 
> build can be found at http://cr.openjdk.java.net/~bpatel/docs/api/.
>   Please provide any feedback, that you might have, on these new look and 
> feel changes in both the versions.
> 
> Regards,
> Bhavesh.



Re: Changes to look and feel of javadoc generated API pages in JDK 8

2013-11-06 Thread Remi Forax

On 11/06/2013 10:43 PM, Bhavesh Patel wrote:

Hi All,
Based on the feedback received on the new UI implementation in JDK 7 
javadoc, we have made some minor changes to look and feel of the API pages 
generated by javadoc in JDK 8. The JDK API documentation pages will be using 
DejaVu font. A sample build, using the DejaVu fonts, can be found at 
http://cr.openjdk.java.net/~bpatel/docs/dejaVu/api/. Non-JDK API documentation 
pages that are generated by the user of the javadoc tool will be using 
non-DejaVu fonts as specified in the stylesheet.css file. A sample build can be 
found at http://cr.openjdk.java.net/~bpatel/docs/api/.
Please provide any feedback, that you might have, on these new look and 
feel changes in both the versions.

Regards,
Bhavesh.


Both docs are quite nice :)

Just nitpicking a little:
  In the header, the summary always shows all the selector NESTED, 
FIELD, CONSTR etc

  but the method summary only show the tab if needed.
  I think that the header summary should only show the selector if 
nested classes or fields etc exist.


  The way the compact profiles are displayed is too close to the way 
the package is displayed,


  If the method doc uses a lighter gray, the text of the parameters, 
returns and throws should use light gray too.


cheers,
Rémi





Re: CFV: New JDK 8 Committer: Anthony Scarpino (ascarpino)

2013-11-06 Thread Wang Weijun
Voye: yes

--Weijun

On Nov 7, 2013, at 4:03, Sean Mullan  wrote:

> I hereby nominate Anthony Scarpino to JDK 8 Committer.



Re: CFV: New JDK 8 Committer: Anthony Scarpino (ascarpino)

2013-11-06 Thread Dan Xu

Vote: Yes.

-Dan

On Wed 06 Nov 2013 03:41:22 PM PST, Wang Weijun wrote:

Voye: yes

--Weijun

On Nov 7, 2013, at 4:03, Sean Mullan  wrote:


I hereby nominate Anthony Scarpino to JDK 8 Committer.




Re: CFV: New JDK 8 Committer: Anthony Scarpino (ascarpino)

2013-11-06 Thread Bradford Wetmore

Vote: Yes


On 11/6/2013 12:03 PM, Sean Mullan wrote:

I hereby nominate Anthony Scarpino to JDK 8 Committer.

Anthony is a member of the Security Libraries Team at Oracle and has
contributed 16 changesets to JDK 8 in the security libraries area,
including 2 fixes involving API changes. He has an extensive background
in cryptography and security and has been especially instrumental in
improving the robustness of the PKCS11 crypto provider and tests, which
has been the cause of many intermittent failures for a long time.

Votes are due by 23:59 UTC, November 20, 2013.

Only current JDK 8 Committers [1] are eligible to vote on
this nomination.  Votes must be cast in the open by replying to
to this mailing list.

For Lazy Consensus voting instructions, see [2].

--Sean Mullan

[1] http://openjdk.java.net/census
[2] http://openjdk.java.net/projects/#committer-vote

Changesets (in jdk8/jdk repo):

8025763: Provider does not override new Hashtable methods
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fc7a6fa3589a

8011071: Better crypto provider handling
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/888fd0ad7e1e

8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e4c897b33cb7

8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing
intermittently
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/2434e79fc41f

7122707: Security Providers need to have their version numbers updated
for JDK8
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/d0de46a2cbd0

8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/b40d246d4d81

8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to
SHA2 algorithms
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/bce5205dbe84

8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/5b14d702b0b8

8020424: The NSS version should be detected before running crypto tests
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/e47569593fa0

8012971: PKCS11Test hiding exception failures
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/c042fd498f79

6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws
InvalidKeySpecExc if passed SecretKeySpec
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/f321b78c7009

6750584: Cipher.wrap/unwrap methods should define
UnsupportedOperationException
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/918d9ac17740

7160837: DigestOutputStream does not turn off digest calculation when
"close()" is called
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8402ef8fabde

8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/804da1e9bd04

8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/a6ca7cd399b2

7171982: Cipher getParameters() throws RuntimeException: Cannot find
SunJCE provider
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/473ed4b94306


Re: Changes to look and feel of javadoc generated API pages in JDK 8

2013-11-06 Thread David Holmes

On 7/11/2013 7:43 AM, Bhavesh Patel wrote:

Hi All,
Based on the feedback received on the new UI implementation in JDK 7 
javadoc, we have made some minor changes to look and feel of the API pages 
generated by javadoc in JDK 8. The JDK API documentation pages will be using 
DejaVu font. A sample build, using the DejaVu fonts, can be found at 
http://cr.openjdk.java.net/~bpatel/docs/dejaVu/api/. Non-JDK API documentation 
pages that are generated by the user of the javadoc tool will be using 
non-DejaVu fonts as specified in the stylesheet.css file. A sample build can be 
found at http://cr.openjdk.java.net/~bpatel/docs/api/.
Please provide any feedback, that you might have, on these new look and 
feel changes in both the versions.


Realizing you can't please everyone ... how can I tell if I am using the 
intended fonts or a fallback? To me this looks awful compared to 
existing JDK 7 docs. The font is blurry when larger/bold. The heading 
font (for Parameters, Returns etc) seems to be smaller than the font 
that follows it.


Thanks,
David


Regards,
Bhavesh.



Re: Changes to look and feel of javadoc generated API pages in JDK 8

2013-11-06 Thread Jonathan Gibbons

On 11/06/2013 05:26 PM, David Holmes wrote:

On 7/11/2013 7:43 AM, Bhavesh Patel wrote:

Hi All,
Based on the feedback received on the new UI implementation 
in JDK 7 javadoc, we have made some minor changes to look and feel of 
the API pages generated by javadoc in JDK 8. The JDK API 
documentation pages will be using DejaVu font. A sample build, using 
the DejaVu fonts, can be found at 
http://cr.openjdk.java.net/~bpatel/docs/dejaVu/api/. Non-JDK API 
documentation pages that are generated by the user of the javadoc 
tool will be using non-DejaVu fonts as specified in the 
stylesheet.css file. A sample build can be found at 
http://cr.openjdk.java.net/~bpatel/docs/api/.
Please provide any feedback, that you might have, on these 
new look and feel changes in both the versions.


Realizing you can't please everyone ... how can I tell if I am using 
the intended fonts or a fallback? To me this looks awful compared to 
existing JDK 7 docs. The font is blurry when larger/bold. The heading 
font (for Parameters, Returns etc) seems to be smaller than the font 
that follows it.


Thanks,
David


Regards,
Bhavesh.



Perhaps Bhavesh could post a couple of screenshots of typical pages as a 
reference for what the pges should look like.


-- Jon