JLofgren
JLofgren
I have a multi-project build with a root project that aggregates all the sub-projects. In two of the subprojects I want to publish a *docker* image. I have defined this...
Can I define a DockerComposeContainer from multiple docker-compose files? In general this is possible with docker-compose.
I created a DockerComposeContainer and gave it an explicit `identifier` of `SomeCamelCaseName`. ``` override val container: Container = DockerComposeContainer( composeFiles = new File("../docker/docker-compose-it.yml"), exposedServices = Seq(ExposedService("my-service", 9109)), identifier = "SomeCamelCaseName",...
WHAT IS WRONG I use `uploadFileMultipart` to stream serialized database transactions to an S3 file. But, in the edge case that my DB query produces no results, I get the...
Is there any way to get the valid lifetime of the server state with your API?
Taking KerbServer.UserName as an example, the comments say: ``` // Get the user name of the principal trying to authenticate to the server. // This method must only be called...
I don't understand the XML ecosystem very well, but I gather that jakarta is the successor to a subset of javax, and other tools are moving on to support jakarta....