- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 219 for service1 (0.14 seconds)
-
src/test/java/org/codelibs/fess/exception/ContainerNotAvailableExceptionTest.java
ContainerNotAvailableException exception1 = new ContainerNotAvailableException("service1"); assertEquals("service1 is not available.", exception1.getMessage()); ContainerNotAvailableException exception2 = new ContainerNotAvailableException("service2", new RuntimeException()); assertEquals("service2 is not available.", exception2.getMessage());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 10.1K bytes - Click Count (0) -
.teamcity/subprojects.json
"functionalTests": false, "crossVersionTests": false }, { "name": "base-services", "path": "platforms/core-runtime/base-services", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "base-services-groovy", "path": "platforms/core-configuration/base-services-groovy", "unitTests": true, "functionalTests": false, "crossVersionTests": false
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
public String logLevel; /** * Storage service endpoint URL for cloud storage integration. * Used for storing files in cloud storage services like S3. */ @Size(max = 1000) public String storageEndpoint; /** * Access key for cloud storage authentication. * Used to authenticate with cloud storage services. */ @Size(max = 1000)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
CLAUDE.md
│ │ ├── admin/ # Admin controllers ({feature}/ with Action, Forms) │ │ └── api/ # API controllers │ ├── service/ # Business logic services │ ├── pager/ # Pagination handlers │ └── job/ # Background jobs ├── api/ # REST API infrastructure
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/core-runtime/process-memory-services" /> <option value="$PROJECT_DIR$/platforms/core-runtime/process-services" /> <option value="$PROJECT_DIR$/platforms/core-runtime/process-services-api" /> <option value="$PROJECT_DIR$/platforms/core-runtime/process-services-base" /> <option value="$PROJECT_DIR$/platforms/core-runtime/report-rendering" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
.teamcity/test-buckets.json
} }, { "subprojects": [ "base-services", "flow-services", "input-tracking", "internal-integ-testing", "jvm-services", "messaging", "persistent-cache", "plugins-java", "problems", "process-memory-services", "testing-base-infrastructure" ],Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 118.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/FessAppService.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.service; /** * Abstract base class for Fess application services. * This class provides common functionality and utilities for service implementations * throughout the Fess search application. */ public abstract class FessAppService { /** * Default constructor.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PurgeLogJobTest.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.job; import org.codelibs.fess.app.service.CrawlingInfoService; import org.codelibs.fess.app.service.JobLogService; import org.codelibs.fess.app.service.SearchLogService; import org.codelibs.fess.app.service.UserInfoService; import org.codelibs.fess.helper.SystemHelper; import org.codelibs.fess.mylasta.direction.FessConfig;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 32.7K bytes - Click Count (0) -
.idea/misc.xml
<item index="5" class="java.lang.String" itemvalue="org.gradle.internal.scan.UsedByScanPlugin" /> <item index="6" class="java.lang.String" itemvalue="org.gradle.internal.service.Provides" /> </list> <pattern value="org.gradle.internal.service.ServiceRegistrationProvider" hierarchically="true" method="configure" /> </component> <component name="ExternalStorageConfigurationManager" enabled="true" />
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Feb 16 19:01:50 GMT 2026 - 5.4K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/nullaway/NullawayStatusTask.kt
val service = statusService.get() when { nullawayEnabled.get() -> service.addProjectWithNullawayEnabled(projectPath) nullawayIncompatibleDeps.isEmpty() -> service.addProjectToEnableNullawayIn(projectPath) else -> service.addProjectWithUncheckedDeps(projectPath) } }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Aug 20 13:18:23 GMT 2025 - 2.5K bytes - Click Count (0)