- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 12 for changelist (0.05 seconds)
-
compat/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-changelist.xml
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.example.group</groupId> <artifactId>valid-version-changelist</artifactId> <version>${changelist}</version> <description> This will test if the validation for the ci friendly versions is working correct. </description>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.2K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/raw-model/ok-ci-friendly-all-expressions.xml
<modelVersion>4.0.0</modelVersion> <groupId>com.example.group</groupId> <artifactId>valid-version-sha1</artifactId> <version>${revision}${changelist}${sha1}</version> <description> This will test if the validation for the ci friendly versions is working correct. </description>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.3K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/DefaultModelVersionProcessor.java
@Singleton @Deprecated(since = "4.0.0") public class DefaultModelVersionProcessor implements ModelVersionProcessor { private static final String SHA1_PROPERTY = "sha1"; private static final String CHANGELIST_PROPERTY = "changelist"; private static final String REVISION_PROPERTY = "revision"; @Override public boolean isValidProperty(String property) { return REVISION_PROPERTY.equals(property)Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 2.4K bytes - Click Count (0) -
compat/maven-model-builder/src/site/apt/index.apt
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 03 08:42:52 GMT 2025 - 13.2K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomBuilderTest.java
.getMavenSession() .getRequest(); request.setRootDirectory(Paths.get("src/test/resources/consumer/simple")); request.getUserProperties().setProperty("changelist", "MNG6957"); Path file = Paths.get("src/test/resources/consumer/simple/simple-parent/simple-weather/pom.xml"); ModelBuilder.ModelBuilderSession mbs = modelBuilder.newSession();
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 06 18:32:25 GMT 2025 - 7.2K bytes - Click Count (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java
assertViolations(result, 0, 0, 0); } @Test void testCiFriendlyChangeList() throws Exception { SimpleProblemCollector result = validateRaw("raw-model/ok-ci-friendly-changelist.xml"); assertViolations(result, 0, 0, 0); } @Test void testCiFriendlyAllExpressions() throws Exception {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 33.9K bytes - Click Count (0) -
doc/README.md
[net/http] # package link [#12345](/issue/12345) # GitHub issues [CL 6789](/cl/6789) # Gerrit changelists To preview `next` content in merged form using a local instance of the website, run: ``` go run golang.org/x/website/cmd/golangorg@latest -goroot=.. ```
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Jul 22 17:55:04 GMT 2024 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHook.java
import org.lastaflute.web.response.JsonResponse; /** * The hook for API failure. * * @author jflute */ public class FessApiFailureHook implements ApiFailureHook { // #change_it for handling API failure private static final Logger logger = LogManager.getLogger(FessApiFailureHook.class); // ===================================================================================Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java
import org.codelibs.fess.entity.FessUser; import org.lastaflute.web.login.TypicalUserBean; /** * The user bean for Fess. * * @author jflute */ public class FessUserBean extends TypicalUserBean<String> { // #change_it also LoginAssist // =================================================================================== // Definition
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Tue Aug 19 14:09:36 GMT 2025 - 5.1K bytes - Click Count (0) -
src/main/assemblies/files/fess.in.bat
REM SSL truststore for certificate validation over https REM FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Djavax.net.ssl.trustStore=/tech/elastic/config/truststore.jks REM FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Djavax.net.ssl.trustStorePassword=changeit REM Causes the JVM to dump its heap on OutOfMemory. REM set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -XX:+HeapDumpOnOutOfMemoryError REM The path to the heap dump location, note directory must exists and have enough
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 27 03:48:59 GMT 2025 - 4.8K bytes - Click Count (0)