- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 20 for sgboot (0.06 seconds)
-
docs/smb3-features/02-persistent-handles-design.md
HandleInfo handle = manager.getHandleForReconnect(file.getPath()); assertNotNull(handle); assertEquals(HandleType.PERSISTENT, handle.type); // Simulate server reboot // ... server reboot logic ... // Reconnect should succeed SmbFile file2 = new SmbFile("smb://server/share/persistent.txt", context); assertTrue(file2.exists()); // Should reconnect with persistent handle }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 31.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/FessBoot.java
import org.codelibs.fess.tomcat.webresources.FessWebResourceRoot; import org.dbflute.tomcat.TomcatBoot; import org.dbflute.tomcat.logging.BootLogger; import org.dbflute.tomcat.props.BootPropsTranslator; /** * Main boot class for the Fess search engine application. * This class extends TomcatBoot to provide Fess-specific Tomcat server configuration * and initialization, including SSL setup, context path handling, and resource management. *
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 11.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/job/ScriptExecutorJobTest.java
public java.util.List<org.lastaflute.job.LaJobHistory> searchJobHistoryList() { return Collections.emptyList(); } @Override public void reboot() { } @Override public void destroy() { } }; ComponentUtil.register(jobManager, JobManager.class.getCanonicalName());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 13.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerActionTest.java
public java.util.List<org.lastaflute.job.LaJobHistory> searchJobHistoryList() { return Collections.emptyList(); } @Override public void reboot() { } @Override public void destroy() { } }; ComponentUtil.register(mockJobManager, JobManager.class.getCanonicalName()); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 13K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/config/exentity/ScheduledJobTest.java
public java.util.List<org.lastaflute.job.LaJobHistory> searchJobHistoryList() { return Collections.emptyList(); } @Override public void reboot() { } @Override public void destroy() { } }; } private abstract static class DelegatingLaScheduledJob implements LaScheduledJob {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 15.8K bytes - Click Count (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 15.5K bytes - Click Count (1) -
.github/workflows/build.yml
java-version: 21 - name: Setup Gradle uses: gradle/actions/setup-gradle@v5 - name: Run Tests run: ./gradlew test allTests -Ptest.java.version=8 -Pokhttp.platform=jdk8alpn -Palpn.boot.version=8.1.13.v20181017 -Dorg.gradle.java.installations.paths=/opt/hostedtoolcache/Java_Adopt_jdk/8.0.242-8.1/x64 providers: runs-on: ubuntu-latestCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Mar 10 16:19:02 GMT 2026 - 11.6K bytes - Click Count (0) -
okhttp/build.gradle.kts
} } } } if (platform == "jdk8alpn") { // Add alpn-boot on Java 8 so we can use HTTP/2 without a stable API. val alpnBootVersion = alpnBootVersion if (alpnBootVersion != null) { val alpnBootJar = configurations .detachedConfiguration( dependencies.create("org.mortbay.jetty.alpn:alpn-boot:$alpnBootVersion"), ).singleFile tasks.withType<Test> {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Feb 04 22:16:39 GMT 2026 - 11.4K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategyTest.java
<modelVersion>4.1.0</modelVersion> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>3.0.0</version> <relativePath/> </parent>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 35.2K bytes - Click Count (0) -
cmd/erasure-healing-common.go
// Beginning of unix time is treated as sentinel value here. var ( timeSentinel = time.Unix(0, 0).UTC() timeSentinel1970 = time.Unix(0, 1).UTC() // 1970 used for special cases when xlmeta.version == 0 ) // Boot modTimes up to disk count, setting the value to time sentinel. func bootModtimes(diskCount int) []time.Time { modTimes := make([]time.Time, diskCount) // Boots up all the modtimes. for i := range modTimes {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 12K bytes - Click Count (0)