Skip to content

Commit dffff06

Browse files
vmassolclaude
andcommitted
[Misc] Add ascending @SInCE lines for the XWIKI-24524 test-framework API backported to stable-17.10.x
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bcda32d commit dffff06

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/TestConfiguration.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,8 @@ public void setOffice(boolean office)
819819
* dependencies (instead of the minimal set) and the standard flavor
820820
* ({@code xwiki-platform-distribution-flavor-mainwiki}) is installed automatically. See
821821
* {@link org.xwiki.test.docker.junit5.UITest#standardFlavor()}.
822+
* @since 17.10.10
823+
* @since 18.4.3
822824
* @since 18.6.0RC1
823825
*/
824826
public boolean isStandardFlavor()
@@ -828,6 +830,8 @@ public boolean isStandardFlavor()
828830

829831
/**
830832
* @param standardFlavor see {@link #isStandardFlavor()}
833+
* @since 17.10.10
834+
* @since 18.4.3
831835
* @since 18.6.0RC1
832836
*/
833837
public void setStandardFlavor(boolean standardFlavor)
@@ -841,6 +845,8 @@ public void setStandardFlavor(boolean standardFlavor)
841845
* dependencies when {@link #isStandardFlavor()} is true (the {@code legacy} variant when the
842846
* {@code legacy} profile is active), or the minimal set otherwise. Used by both the WAR builder and the
843847
* extension installer so that they agree on what is bundled versus provisioned.
848+
* @since 17.10.10
849+
* @since 18.4.3
844850
* @since 18.6.0RC1
845851
*/
846852
public String getWARDependenciesRootArtifactId()

xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/UITest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@
204204
* {@code xwiki-platform-minimaldependencies}); and (2) the standard flavor
205205
* ({@code xwiki-platform-distribution-flavor-mainwiki}) is installed automatically, so the test does
206206
* not need to declare it as a dependency. False by default.
207+
* @since 17.10.10
208+
* @since 18.4.3
207209
* @since 18.6.0RC1
208210
*/
209211
boolean standardFlavor() default false;

xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/src/main/java/org/xwiki/test/integration/maven/ArtifactResolver.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ public Collection<ArtifactResult> getDistributionDependencies(String commonsVers
209209
* @return the collection of resolved artifact results for the XWiki distribution/flavor to be used for
210210
* functional tests
211211
* @throws Exception if an error occurred during resolving
212+
* @since 17.10.10
213+
* @since 18.4.3
212214
* @since 18.6.0RC1
213215
*/
214216
public Collection<ArtifactResult> getDistributionDependencies(String commonsVersion, String platformVersion,

0 commit comments

Comments
 (0)