Alex "Blex" B
Alex "Blex" B
### Description of the bug Since a few weeks we notice abnormal traffic to our web application, that is usually caused by a client that is resynchronizing the complete website...
**Describe the feature request** While using the ``mockserver-client-java`` I noticed that it introduces a lot of (transitive) dependencies into our projects. List of dependencies ``` [INFO] \- org.mock-server:mockserver-client-java:jar:5.14.0:compile [INFO] +-...
### Description When creating a specially named network (e.g. ``12b77690-fffb-434f-b3b3-ae2c97e14aa6``) and connecting a container with a dynamically exposed port to it (e.g. a container started with ``-p 3306``) the portbinding...
Fixes #4279. The problem: The localstack module has an undeclared dependency to parts of the AWS SDK v1 which causes the above issue. While the methods have been deprecated with...
We are using the following: ```JAVA new ImageFromDockerfile() .withDockerfile(Paths.get("Dockerfile")) ... ``` Dockerfile ```SHELL ARG tag=latest FROM maven:3-openjdk-11 AS build-env # Build FROM domain.com/package/image:${tag} # Copy builded stuff into container ```...
Fixes [IDEA-323330](https://youtrack.jetbrains.com/issue/IDEA-323330) Summary of changes: * Made the affected classes and constructors public * Also changed the visibility of methods from ``private`` to ``protected`` so that they can be overriden
### Description of the bug / feature Backstory: I stumble upon this while searching for ``javax`` usages (which is brought in - among other things - by ``jsr305`` inside ``ph-commons``...
### Module Selenium ### Problem There are multiple open problems with the VNC recorder: * https://github.com/testcontainers/testcontainers-java/discussions/6229 * https://github.com/testcontainers/testcontainers-java/issues/5024 * https://github.com/testcontainers/testcontainers-java/issues/5268 * https://github.com/testcontainers/testcontainers-java/issues/4380 Additionally: * the recorder requires VNC * The...
https://vaadin.com/docs/latest/advanced/server-push#push.configuration.pushmode currently doesn't contain what the advantages/disadvantages of the different transport modes of push are. There is also no further description in the JavaDocs. It would be nice if there...
###### Which version and edition of Flyway are you using? 10.12.0 (OpenSource edition) ###### If this is not the latest version, can you reproduce the issue with the latest one...