- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for capability (0.04 sec)
-
src/test/java/org/codelibs/fess/helper/DataIndexHelperTest.java
} public void remove(String sessionCountId) { // No-op } }, "crawlingConfigHelper"); // Fast mock SystemHelper with immediate force stop capability ComponentUtil.register(new SystemHelper() { private final AtomicBoolean forceStop = new AtomicBoolean(false); @Override public long getCurrentTimeAsLong() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 12.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/InvalidQueryExceptionTest.java
assertEquals(messageCode, exception.getMessageCode()); } public void test_verifySerialVersionUID() { // Setup final String message = "Test serialization capability"; final VaMessenger<FessMessages> messageCode = messages -> messages.addErrorsInvalidQueryUnknown(UserMessages.GLOBAL_PROPERTY_KEY); // Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.6K bytes - Viewed (0) -
CHANGELOG.md
throwing in 5.0.0, we inadvertently removed the ability for callers to peek the trailers (by catching the `IllegalStateException` if they weren't available). This new API restores that capability. * Fix: Don't crash on `trailers()` if the response doesn't have a body. We broke [Retrofit] users who read the trailers on the `raw()` OkHttp response, after its body was decoded. ## Version 5.0.0
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 31.6K bytes - Viewed (1)