+1, this version is still fine for me, Thanks Lee Rhodes ~

Jie Yang

On 2024/10/01 01:27:25 Lee Rhodes wrote:
> *Key Changes From Last Release*
> ### Removed a Java version check that prevented running with Java 21 in
> limited mode.  Java 21 is not supported, but if the user is not using
> off-heap memory it is still possible to use this memory component with Java
> 21. One cannot compile with Java 21, but running with Java 21 in this
> limited mode may work OK.
> #### RC2: Found 2 places where this was being checked. Removed the
> duplicate check.
> 
> ### Renamed the artifact of the root project from
> "datasketches-memory-root" to "datasketches-memory".  This was preventing
> some environments in obtaining the correct jar files from Maven Central.
> 
> ### Removed a thrown exception in case where the user attempts to close a
> non-AutoCloseable memory object. With the current object hierarchy, some
> static analyzers may flag a false-positive potential memory leak warning on
> some
> instances of non-AutoClosable memory objects.  Examples include Memory
> objects that are explicitly on-heap (i.e., arrays)  or wrapped ByteBuffers.
> 
> ### Improved the code comments and printed output for the
> ExampleMemoryRequestServerTest class.
> 
> #### RD2: README: Cleaned up confusing references to release versions.
> 
> *Hello Apache DataSketches PMC and Community, *
> 1. This is a call for vote to release Apache DataSketches-memory candidate
> version: 3.0.2-RC2
> 
> 2. Source repository:
> 
> -https://github.com/apache/datasketches-memory
> 
> Git Tag for this release:
> - https://github.com/apache/datasketches-memory/tree/3.0.2-RC2 on branch
> 3.0.X
> 
> Git HashId for this release starts with: 9fd3b45
> 
> 
> 3. The Release Candidate / Zip Repository:
> 
> - https://dist.apache.org/repos/dist/dev/datasketches/memory/3.0.2-RC2/
> 
> 
> The public signing key can be found in the KEYS file:
> 
> - https://dist.apache.org/repos/dist/dev/datasketches/KEYS
> 
> 
> The artifacts have been signed with --keyid-format SHORT : 8CD4A902
> 
> 
> 4. Repository: Maven Central [Nexus](https://repository.apache.org) (Jar
> Artifacts):
> 
> -
> https://repository.apache.org/content/repositories/orgapachedatasketches-1062/org/apache/datasketches/datasketches-memory/3.0.2
> /
> 
> 
> 5. Build & Test Guide:
> 
> - https://github.com/apache/datasketches-memory/blob/3.0.2-RC2/README.md
> 
> 
> 6. The vote will be performed as follows:
> 
> - This letter will be published on dev@ and remain open for
> 
> - at least 72 hours (excluding weekends and holidays), AND
> 
> - until at least 3 (+1) PMC votes or a majority of (+1) PMC votes are
> acquired.
> 
> - Anyone in the community can vote.
> - This vote will close no earlier than Thursday, Oct 3, 2024, 6:00 PM
> Pacific.
> 
> 
> Please vote accordingly:
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> Thanks,
> Lee Rhodes
> lee...@apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@datasketches.apache.org
For additional commands, e-mail: dev-h...@datasketches.apache.org

Reply via email to