Integrated: 8321428: Deprecate for removal the package java.beans.beancontext

2024-05-17 Thread Larry Cable
On Mon, 1 Apr 2024 22:53:12 GMT, Larry Cable wrote: > the beancontext package was added (by me) in JDK 1.2 to provide JavaBeans(tm) > with a containment and services hierarchy. > > based upon concepts from OpenDoc, which was a popular component model at the > time, the AP

Re: RFR: 8321428: Deprecate for removal the package java.beans.beancontext [v5]

2024-05-15 Thread Larry Cable
hronistic, and is probably an > anti-pattern that should be avoided. > > This package is therefore deprecated **FOR REMOVAL IN AT FUTURE RELEASE** Larry Cable has updated the pull request incrementally with one additional commit since the last revision: removed trailing whitespace

Re: RFR: 8321428: Deprecate for removal the package java.beans.beancontext [v4]

2024-05-09 Thread Larry Cable
On Wed, 10 Apr 2024 21:25:06 GMT, Larry Cable wrote: >> the beancontext package was added (by me) in JDK 1.2 to provide >> JavaBeans(tm) with a containment and services hierarchy. >> >> based upon concepts from OpenDoc, which was a popular component model at the >&g

Re: RFR: 8321428: Deprecate for removal the package java.beans.beancontext [v4]

2024-04-10 Thread Larry Cable
hronistic, and is probably an > anti-pattern that should be avoided. > > This package is therefore deprecated **FOR REMOVAL IN AT FUTURE RELEASE** Larry Cable has updated the pull request incrementally with one additional commit since the last revision: changed copyright dates, an

Re: RFR: 8321428: Deprecate for removal the package java.beans.beancontext

2024-04-10 Thread Larry Cable
On Tue, 2 Apr 2024 15:52:29 GMT, Sergey Bylokhov wrote: > > public code corpus should be searched prior to removal in order to > > determine impact. > > What are results of that search? a cursory search revealed almost no usage, a more in depth search should be performed prior to actual remov

Re: RFR: 8321428: Deprecate for removal the package java.beans.beancontext [v2]

2024-04-10 Thread Larry Cable
On Tue, 9 Apr 2024 13:57:31 GMT, Alexey Ivanov wrote: > Should the copyright year be bumped to 2024 in all the modified files? yes, my bad I'll update and push... - PR Comment: https://git.openjdk.org/jdk/pull/18569#issuecomment-2048202242

Re: RFR: 8321428: Deprecate for removal the package java.beans.beancontext [v3]

2024-04-10 Thread Larry Cable
hronistic, and is probably an > anti-pattern that should be avoided. > > This package is therefore deprecated **FOR REMOVAL IN AT FUTURE RELEASE** Larry Cable has updated the pull request incrementally with one additional commit since the last revision: Update src/java.desktop/share/c

Re: RFR: 8321428: Deprecate for removal the package java.beans.beancontext [v2]

2024-04-02 Thread Larry Cable
hronistic, and is probably an > anti-pattern that should be avoided. > > This package is therefore deprecated **FOR REMOVAL IN AT FUTURE RELEASE** Larry Cable has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes

RFR: 8321428: Deprecate for removal the package java.beans.beancontext

2024-04-01 Thread Larry Cable
the beancontext package was added (by me) in JDK 1.2 to provide JavaBeans(tm) with a containment and services hierarchy. based upon concepts from OpenDoc, which was a popular component model at the time, the API pre-dated the addition of language features such as annotations, and the invention

Withdrawn: 8321428: Depreciate java.beans.beancontext.*

2024-03-25 Thread Larry Cable
On Wed, 20 Mar 2024 21:30:53 GMT, Larry Cable wrote: > [https://bugs.openjdk.org/browse/JDK-8321428](url) This pull request has been closed without being integrated. - PR: https://git.openjdk.org/jdk/pull/18413

RFR: 8321428: Depreciate java.beans.beancontext.*

2024-03-22 Thread Larry Cable
[https://bugs.openjdk.org/browse/JDK-8321428](url) - Commit messages: - 83020930: added @Deprecated and @SuppressWarnings to depreciate java.beans.beancontext Changes: https://git.openjdk.org/jdk/pull/18413/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18413&range=00 I