- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 68 for unreleased (0.33 seconds)
-
build-tools-internal/src/main/resources/templates/release-highlights.asciidoc
[[release-highlights]] == What's new in {minor-version} coming::[{minor-version}] Here are the highlights of what's new and improved in {es} {minor-version}! ifeval::[\\{release-state}\\"!=\\"unreleased\\"] For detailed information about this release, see the <<es-release-notes>> and <<breaking-changes>>. endif::[] <% if (priorVersions.size() > 0) { %> // Add previous release to the list Other versions: <%
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 848 bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionDownloadPlugin.java
); } return null; })); } /** * Will be removed once this is backported to all unreleased branches. */ private static String getProjectConfig(ElasticsearchDistribution distribution, BwcVersions.UnreleasedVersionInfo info) { String distributionProjectName = distributionProjectName(distribution);Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Aug 20 19:11:05 GMT 2021 - 8.8K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.bwc-test.gradle
ext.bwcTaskName = { Version version -> return "v${version}#bwcTest" } def bwcTestSnapshots = tasks.register("bwcTestSnapshots") { if (project.bwc_tests_enabled) { dependsOn tasks.matching { task -> BuildParams.bwcVersions.unreleased.any { version -> bwcTaskName(version) == task.name } } } } tasks.register("bwcTest") { description = 'Runs backwards compatibility tests.' group = 'verification' if (project.bwc_tests_enabled) {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jun 30 12:11:25 GMT 2021 - 1.2K bytes - Click Count (0) -
doc/initial/1-intro.md
<style> main ul li { margin: 0.5em 0; } </style> ## DRAFT RELEASE NOTES — Introduction to Go 1.N {#introduction} **Go 1.N is not yet released. These are work-in-progress release notes.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 27 16:54:04 GMT 2024 - 246 bytes - Click Count (0) -
build-logic/build-update-utils/src/test/groovy/gradlebuild/buildutils/tasks/PreparePatchReleaseIntegrationTest.groovy
@TempDir File tmpDir def "version file is bumped and previous version is added to released versions"() { given: def versionFile = new File(tmpDir, "version.txt") versionFile.text = "9.4.0" def releasedVersionsFile = new File(tmpDir, "released-versions.json") releasedVersionsFile << '''{ "latestReleaseSnapshot": { "version": "9.4.1-20260317014409+0000",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:47:12 GMT 2026 - 2.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/ListenableFutureTest.java
public void testNoNewApis() throws Exception { assertWithMessage( "Do not add new methods to ListenableFuture. Its API needs to continue to match the" + " version we released in a separate artifact com.google.guava:listenablefuture.") .that(ListenableFuture.class.getDeclaredMethods()) .asList() .containsExactly(
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 1.9K bytes - Click Count (0) -
src/test/java/jcifs/smb/BufferCacheImplTest.java
// Act: release should zero immediately to avoid leaks impl.releaseBuffer(b); // Assert: original array is zeroed in-place for (byte value : b) { assertEquals(0, value, "Released buffer must be zeroed"); } // Next get should return the same instance from cache byte[] reused = impl.getBuffer(); assertSame(b, reused, "Buffer should be reused from cache");Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7.5K bytes - Click Count (0) -
doc/next/1-intro.md
<style> main ul li { margin: 0.5em 0; } </style> ## DRAFT RELEASE NOTES — Introduction to Go 1.27 {#introduction} **Go 1.27 is not yet released. These are work-in-progress release notes.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Jan 21 20:27:12 GMT 2026 - 246 bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaBufferManagerTest.java
// After cleanup, all regions should be released (but the count may not match exactly // if some regions were pooled rather than immediately released) assertTrue(bufferManager.getTotalReleased() > 0, "Some regions should be released during cleanup"); assertEquals(allocatedBeforeCleanup, bufferManager.getTotalReleased(), "All allocated regions should eventually be released after cleanup"); } @TestCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 7.1K bytes - Click Count (0) -
guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/AggregateFutureState.java
abstract class AggregateFutureState<OutputT extends @Nullable Object> extends AbstractFuture.TrustedFuture<OutputT> { // Lazily initialized the first time we see an exception; not released until all the input futures // & this future completes. Released when the future releases the reference to the running state private @Nullable Set<Throwable> seenExceptions = null; private int remaining; AggregateFutureState(int remainingFutures) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 1.7K bytes - Click Count (0)