[jira] [Commented] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538394#comment-17538394
 ] 

ASF subversion and git services commented on DERBY-7138:


Commit 1901015 from Richard N. Hillegas in branch 'code/branches/10.16'
[ https://svn.apache.org/r1901015 ]

DERBY-7138: Merge 1901014 from trunk to 10.16 branch.

> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, 
> derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff, 
> derby-7138-23-aa-dontTryToTarUpMissingSecurityPolicies.diff, 
> postSecurityManager.html, releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538392#comment-17538392
 ] 

ASF subversion and git services commented on DERBY-7138:


Commit 1901014 from Richard N. Hillegas in branch 'code/trunk'
[ https://svn.apache.org/r1901014 ]

DERBY-7138: Remove code which added security policies to the tar distributions; 
commit derby-7138-23-aa-dontTryToTarUpMissingSecurityPolicies.diff.

> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, 
> derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff, 
> derby-7138-23-aa-dontTryToTarUpMissingSecurityPolicies.diff, 
> postSecurityManager.html, releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread Richard N. Hillegas (Jira)


 [ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard N. Hillegas updated DERBY-7138:
---
Attachment: derby-7138-23-aa-dontTryToTarUpMissingSecurityPolicies.diff

> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, 
> derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff, 
> derby-7138-23-aa-dontTryToTarUpMissingSecurityPolicies.diff, 
> postSecurityManager.html, releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread Richard N. Hillegas (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538391#comment-17538391
 ] 

Richard N. Hillegas commented on DERBY-7138:


Attaching derby-7138-23-aa-dontTryToTarUpMissingSecurityPolicies.diff. 
Similarly, this patch removes the build code which put security policies in the 
tar distros.

Touches the following files:

{noformat}
M   tools/release/build.xml
{noformat}


> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, 
> derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff, 
> derby-7138-23-aa-dontTryToTarUpMissingSecurityPolicies.diff, 
> postSecurityManager.html, releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538385#comment-17538385
 ] 

ASF subversion and git services commented on DERBY-7138:


Commit 1901012 from Richard N. Hillegas in branch 'code/branches/10.16'
[ https://svn.apache.org/r1901012 ]

DERBY-7138: Merge 1901011 from trunk to 10.16 branch.

> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, 
> derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff, 
> postSecurityManager.html, releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538384#comment-17538384
 ] 

ASF subversion and git services commented on DERBY-7138:


Commit 1901011 from Richard N. Hillegas in branch 'code/trunk'
[ https://svn.apache.org/r1901011 ]

DERBY-7138: Remove build code which added security policies to the release 
distributions; commit 
derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff.

> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, 
> derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff, 
> postSecurityManager.html, releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread Richard N. Hillegas (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538382#comment-17538382
 ] 

Richard N. Hillegas commented on DERBY-7138:


Attaching derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff. This 
patch removes the release generation code which added security policies to the 
distributions.

Touches the following files:

{noformat}
M   tools/release/build.xml
{noformat}


> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, 
> derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff, 
> postSecurityManager.html, releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread Richard N. Hillegas (Jira)


 [ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard N. Hillegas updated DERBY-7138:
---
Attachment: derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff

> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, 
> derby-7138-22-aa-dontTryToZipUpMissingSecurityPolicies.diff, 
> postSecurityManager.html, releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538376#comment-17538376
 ] 

ASF subversion and git services commented on DERBY-7138:


Commit 1901006 from Richard N. Hillegas in branch 'code/branches/10.16'
[ https://svn.apache.org/r1901006 ]

DERBY-7138: Merge 1901005 from trunk to 10.16 branch.

> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, postSecurityManager.html, 
> releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538372#comment-17538372
 ] 

ASF subversion and git services commented on DERBY-7138:


Commit 1901005 from Richard N. Hillegas in branch 'code/trunk'
[ https://svn.apache.org/r1901005 ]

DERBY-7138: Remove the target which copied generated security policies into the 
Derby Security Guide during release building; commit 
derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff.

> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, postSecurityManager.html, 
> releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread Richard N. Hillegas (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538371#comment-17538371
 ] 

Richard N. Hillegas commented on DERBY-7138:


Attaching derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff. This patch removes 
the build target which copied generated policy files into the Derby Security 
Guide.

Touches the following files:

{noformat}
M   build.xml
{noformat}


> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, postSecurityManager.html, 
> releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (DERBY-7138) Remove references to the Java Security Manager

2022-05-17 Thread Richard N. Hillegas (Jira)


 [ 
https://issues.apache.org/jira/browse/DERBY-7138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard N. Hillegas updated DERBY-7138:
---
Attachment: derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff

> Remove references to the Java Security Manager
> --
>
> Key: DERBY-7138
> URL: https://issues.apache.org/jira/browse/DERBY-7138
> Project: Derby
>  Issue Type: Task
>  Components: Build tools, Documentation
>Affects Versions: 10.16.1.0
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Fix For: 10.16.1.0
>
> Attachments: DerbyServerTest.java, Z.java, 
> derby-3547-01-aa-policyGenerator.diff, 
> derby-7138-01-aa-removeSecurityManagerFromOldHarnessTests.diff, 
> derby-7138-02-ab-moveMethodsToTestConfiguration.diff, 
> derby-7138-03-aa-removePermissionsTests.diff, 
> derby-7138-04-ab-hostChangeInNetworkServerControlApiTest.diff, 
> derby-7138-05-aa-removeSecurityManager.diff, 
> derby-7138-06-aa-removeSecurityManagerSetup.diff, 
> derby-7138-07-aa-removePrivilegeBlocksFromTests.diff, 
> derby-7138-08-aa-removePolicyFiles.diff, 
> derby-7138-09-aa-removeMostProductPrivilegeFiles.diff, 
> derby-7138-10-aa-removeRemainingPrivilegeBlocks.diff, 
> derby-7138-11-aa-miscCleanup.diff, 
> derby-7138-12-aa-SYSCS_RELOAD_SECURITY_POLICY.diff, 
> derby-7138-13-aa-adjustUserDocumentation.diff, 
> derby-7138-13-aa-adjustUserDocumentation.tar, 
> derby-7138-14-aa-removeMoreDocReferences-1.tar, 
> derby-7138-14-aa-removeMoreDocReferences.diff, 
> derby-7138-14-aa-removeMoreDocReferences.tar, 
> derby-7138-16-aa-removeMoreReferences.diff, 
> derby-7138-17-ab-securityExceptions.diff, 
> derby-7138-18-aa-moreSecurityExceptions.diff, 
> derby-7138-19-aa-privilegedActions.diff, derby-7138-20-aa-fixJavadoc.diff, 
> derby-7138-21-aa-dontCopyPolicyFilesIntoDocs.diff, postSecurityManager.html, 
> releaseNote.html
>
>
> The Open JDK team has deprecated the Java Security Manager and indicated that 
> it will be removed in a future release of Java. See 
> https://openjdk.java.net/jeps/411. In an email thread titled "protecting 
> security-sensitive operations on multi-tenant servers" on the 
> security-...@openjdk.java.net mailing list, Alan Bateman indicated that 
> developers should containerize their applications instead.
> This issue tracks work needed to remove Derby's references to the Java 
> Security Manager.
> At a minimum, the following work needs to be done:
> o The tests should be adjusted so that they don't install a SecurityManager.
> o References to the SecurityManager should be removed from product code.
> o We should remove the SecurityManager section of the Derby Security Guide. 
> In its place, we should recommend that developers containerize their Derby 
> applications.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7136) Tasks for releasing 10.16.1

2022-05-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538339#comment-17538339
 ] 

ASF subversion and git services commented on DERBY-7136:


Commit 1901001 from Richard N. Hillegas in branch 'code/trunk'
[ https://svn.apache.org/r1901001 ]

DERBY-7136: Change the trunk version to 10.17.0.0; commit 
derby-7136-03-aa-updateTrunkVersion.diff.

> Tasks for releasing 10.16.1
> ---
>
> Key: DERBY-7136
> URL: https://issues.apache.org/jira/browse/DERBY-7136
> Project: Derby
>  Issue Type: Task
>  Components: Build tools
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Attachments: derby-7136-01-aa-firstDraftOfReleaseNotes.diff, 
> derby-7136-02-aa-updateDocsProperties.diff, 
> derby-7136-03-aa-updateTrunkVersion.diff
>
>
> Placeholder for activity related to producing a 10.16.1 release.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7136) Tasks for releasing 10.16.1

2022-05-17 Thread Richard N. Hillegas (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538337#comment-17538337
 ] 

Richard N. Hillegas commented on DERBY-7136:


Attaching derby-7136-03-aa-updateTrunkVersion.diff. This patch changes the 
version number on the trunk to 10.17.0.0.

I ran the full tests with the classpath and saw no errors. I didn't bother 
running tests with the modulepath.

Touches the following files:

{noformat}
M   
java/org.apache.derby.engine/org/apache/derby/iapi/sql/dictionary/DataDictionary.java
M   
java/org.apache.derby.engine/org/apache/derby/impl/sql/catalog/DD_Version.java
M   
java/org.apache.derby.engine/org/apache/derby/impl/sql/catalog/DataDictionaryImpl.java

Update the data dictionary version.


M   tools/ant/properties/release.properties

Update the product identifier.
{noformat}


> Tasks for releasing 10.16.1
> ---
>
> Key: DERBY-7136
> URL: https://issues.apache.org/jira/browse/DERBY-7136
> Project: Derby
>  Issue Type: Task
>  Components: Build tools
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Attachments: derby-7136-01-aa-firstDraftOfReleaseNotes.diff, 
> derby-7136-02-aa-updateDocsProperties.diff, 
> derby-7136-03-aa-updateTrunkVersion.diff
>
>
> Placeholder for activity related to producing a 10.16.1 release.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (DERBY-7136) Tasks for releasing 10.16.1

2022-05-17 Thread Richard N. Hillegas (Jira)


 [ 
https://issues.apache.org/jira/browse/DERBY-7136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard N. Hillegas updated DERBY-7136:
---
Attachment: derby-7136-03-aa-updateTrunkVersion.diff

> Tasks for releasing 10.16.1
> ---
>
> Key: DERBY-7136
> URL: https://issues.apache.org/jira/browse/DERBY-7136
> Project: Derby
>  Issue Type: Task
>  Components: Build tools
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Attachments: derby-7136-01-aa-firstDraftOfReleaseNotes.diff, 
> derby-7136-02-aa-updateDocsProperties.diff, 
> derby-7136-03-aa-updateTrunkVersion.diff
>
>
> Placeholder for activity related to producing a 10.16.1 release.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7136) Tasks for releasing 10.16.1

2022-05-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538273#comment-17538273
 ] 

ASF subversion and git services commented on DERBY-7136:


Commit 1900989 from Richard N. Hillegas in branch 'docs/trunk'
[ https://svn.apache.org/r1900989 ]

DERBY-7136: Update hard-coded constants in the docs to reflect their 10.16 
values; commit derby-7136-02-aa-updateDocsProperties.diff.

> Tasks for releasing 10.16.1
> ---
>
> Key: DERBY-7136
> URL: https://issues.apache.org/jira/browse/DERBY-7136
> Project: Derby
>  Issue Type: Task
>  Components: Build tools
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Attachments: derby-7136-01-aa-firstDraftOfReleaseNotes.diff, 
> derby-7136-02-aa-updateDocsProperties.diff
>
>
> Placeholder for activity related to producing a 10.16.1 release.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7136) Tasks for releasing 10.16.1

2022-05-17 Thread Richard N. Hillegas (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538271#comment-17538271
 ] 

Richard N. Hillegas commented on DERBY-7136:


Attaching derby-7136-02-aa-updateDocsProperties.diff. This patch updates some 
hard-coded constants in the docs:

o Sets the copyright year to 2022.

o Sets the minimum JDK version to 17.

o Sets the short release id to 10.16.

{noformat}
M   docs.properties
{noformat}


> Tasks for releasing 10.16.1
> ---
>
> Key: DERBY-7136
> URL: https://issues.apache.org/jira/browse/DERBY-7136
> Project: Derby
>  Issue Type: Task
>  Components: Build tools
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Attachments: derby-7136-01-aa-firstDraftOfReleaseNotes.diff, 
> derby-7136-02-aa-updateDocsProperties.diff
>
>
> Placeholder for activity related to producing a 10.16.1 release.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (DERBY-7136) Tasks for releasing 10.16.1

2022-05-17 Thread Richard N. Hillegas (Jira)


 [ 
https://issues.apache.org/jira/browse/DERBY-7136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard N. Hillegas updated DERBY-7136:
---
Attachment: derby-7136-02-aa-updateDocsProperties.diff

> Tasks for releasing 10.16.1
> ---
>
> Key: DERBY-7136
> URL: https://issues.apache.org/jira/browse/DERBY-7136
> Project: Derby
>  Issue Type: Task
>  Components: Build tools
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Attachments: derby-7136-01-aa-firstDraftOfReleaseNotes.diff, 
> derby-7136-02-aa-updateDocsProperties.diff
>
>
> Placeholder for activity related to producing a 10.16.1 release.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (DERBY-7136) Tasks for releasing 10.16.1

2022-05-17 Thread Richard N. Hillegas (Jira)


[ 
https://issues.apache.org/jira/browse/DERBY-7136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538231#comment-17538231
 ] 

Richard N. Hillegas commented on DERBY-7136:


Thanks for reviewing the first draft of the release notes, Bryan. I don't think 
that anyone else will comment at this stage. I will get to work on building the 
first release candidate.

> Tasks for releasing 10.16.1
> ---
>
> Key: DERBY-7136
> URL: https://issues.apache.org/jira/browse/DERBY-7136
> Project: Derby
>  Issue Type: Task
>  Components: Build tools
>Reporter: Richard N. Hillegas
>Assignee: Richard N. Hillegas
>Priority: Major
> Attachments: derby-7136-01-aa-firstDraftOfReleaseNotes.diff
>
>
> Placeholder for activity related to producing a 10.16.1 release.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)