Skip to content

Commit 3c61eef

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

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
@@ -858,6 +858,8 @@ public void setOffice(boolean office)
858858
* dependencies (instead of the minimal set) and the standard flavor
859859
* ({@code xwiki-platform-distribution-flavor-mainwiki}) is installed automatically. See
860860
* {@link org.xwiki.test.docker.junit5.UITest#standardFlavor()}.
861+
* @since 17.10.10
862+
* @since 18.4.3
861863
* @since 18.6.0RC1
862864
*/
863865
public boolean isStandardFlavor()
@@ -867,6 +869,8 @@ public boolean isStandardFlavor()
867869

868870
/**
869871
* @param standardFlavor see {@link #isStandardFlavor()}
872+
* @since 17.10.10
873+
* @since 18.4.3
870874
* @since 18.6.0RC1
871875
*/
872876
public void setStandardFlavor(boolean standardFlavor)
@@ -880,6 +884,8 @@ public void setStandardFlavor(boolean standardFlavor)
880884
* dependencies when {@link #isStandardFlavor()} is true (the {@code legacy} variant when the
881885
* {@code legacy} profile is active), or the minimal set otherwise. Used by both the WAR builder and the
882886
* extension installer so that they agree on what is bundled versus provisioned.
887+
* @since 17.10.10
888+
* @since 18.4.3
883889
* @since 18.6.0RC1
884890
*/
885891
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)