webtester2-core icon indicating copy to clipboard operation
webtester2-core copied to clipboard

Java 8 version of WebTester with new architecture and concepts

Results 13 webtester2-core issues
Sort by recently updated
recently updated
newest added

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.45.v20220203 to 9.4.51.v20230217. Release notes Sourced from jetty-server's releases. 9.4.51.v20230217 Sponsored Release This is a release of the End of Community Support Jetty 9.x series that was...

dependencies

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 4.3.30.RELEASE to 5.2.24.RELEASE. Release notes Sourced from spring-core's releases. v5.2.24.RELEASE :star: New Features Limit string concatenation in SpEL expressions #30332 Limit SpEL expression length #30330 Disable variable...

dependencies

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.18 to 5.3.27. Release notes Sourced from spring-core's releases. v5.3.27 :star: New Features Limit string concatenation in SpEL expressions #30331 Limit SpEL expression length #30329 Disable variable...

dependencies

Fix #92 ConcurrentHashMap are nearly as fast as HashMap. We had ConcurrentModificationExceptions at PageImpl and PagefragmentImpl. Changed TestClassAnalyzer to be on the safe side. - - - This change is ...

Cache should be a ConcurrentHashMap `private static final Map

This change is [](https://reviewable.io/reviews/testit-webtester/webtester2-core/91)

Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.5.32 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...

dependencies

In a similar fashion as with `@Mapping` for `PageFragement` subclasses we could validate if a `Page` was initialized for a valid context path / url. **Examples** ``` java @ContextPath("/html/index") public...

enhancement
question
idea
blocked

https://github.com/awaitility/awaitility

enhancement
idea

Currently it is very cumbersome to handle multiple windows (for example pop-ups) with either Selenium or WebTester. There should be an abstraction layer for seamlessly switching between windows and executing...

enhancement
to be defined