Skip to content

Commit

Permalink
Update since 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Nov 28, 2024
1 parent b9d8663 commit da82dff
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import spock.lang.Shared
* setups, ensuring the host network context is used for download requests.</p>
*
* @author Mattias Reichel
* @since 4.0
* @since 4.1
*/
@CompileStatic
@SelfType(ContainerGebSpec)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import java.lang.annotation.Target
* Can be used to configure the protocol and hostname that the container's browser will use
*
* @author James Daugherty
* @since 4.0
* @since 4.1
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import spock.lang.Specification
* @author Søren Berg Glasius
* @author Mattias Reichel
* @author James Daugherty
* @since 4.0
* @since 4.1
*/
@DynamicallyDispatchesToBrowser
abstract class ContainerGebSpec extends Specification implements ContainerAwareDownloadSupport {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.testcontainers.lifecycle.TestDescription
* Implements {@link org.testcontainers.lifecycle.TestDescription} to customize recording names.
*
* @author James Daugherty
* @since 4.0
* @since 4.1
*/
@CompileStatic
class ContainerGebTestDescription implements TestDescription {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import java.time.LocalDateTime
* @see org.testcontainers.containers.BrowserWebDriverContainer#afterTest
*
* @author James Daugherty
* @since 4.0
* @since 4.1
*/
@CompileStatic
class GebRecordingTestListener extends AbstractRunListener {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import java.time.LocalDateTime
* as the {@link geb.spock.GebExtension GebExtension} does.
*
* @author James Daugherty
* @since 4.0
* @since 4.1
*/
@Slf4j
@CompileStatic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import static org.testcontainers.containers.VncRecordingContainer.VncRecordingFo
* Handles parsing various recording configuration used by {@link GrailsContainerGebExtension}
*
* @author James Daugherty
* @since 4.0
* @since 4.1
*/
@Slf4j
@CompileStatic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import java.util.regex.Pattern

/**
* @author Mattias Reichel
* @since 4.0
* @since 4.1
*/
@PackageScope
@CompileStatic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import java.util.function.Supplier
* reuse the same container if the configuration matches the current container.
*
* @author James Daugherty
* @since 4.0
* @since 4.1
*/
@Slf4j
@CompileStatic
Expand Down

0 comments on commit da82dff

Please sign in to comment.