Skip to content

Commit

Permalink
Merge pull request #4 from xdev-software/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
AB-xdev committed Apr 23, 2024
2 parents 91b6b94 + 5bfe64d commit f96239e
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .run/Run Demo.run.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run Demo" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="software.xdev.Application" />
<module name="testcontainers-java-junit4-mock-demo" />
<module name="testcontainers-junit4-mock-demo" />
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
<extension name="coverage">
<pattern>
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 1.0.1
Rename artifactId from ``testcontainers-java-junit4-mock`` to ``testcontainers-junit4-mock``

# 1.0.0
_Initial release_
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ You should have the following things installed:
* Ensure that the JDK/Java-Version is correct


## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/testcontainers-java-junit4-mock/release.yml?branch=master)](https://github.com/xdev-software/testcontainers-java-junit4-mock/actions/workflows/release.yml)
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/testcontainers-junit4-mock/release.yml?branch=master)](https://github.com/xdev-software/testcontainers-junit4-mock/actions/workflows/release.yml)

Before releasing:
* Consider doing a [test-deployment](https://github.com/xdev-software/testcontainers-java-junit4-mock/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
* Consider doing a [test-deployment](https://github.com/xdev-software/testcontainers-junit4-mock/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
* Check the [changelog](CHANGELOG.md)

If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Latest version](https://img.shields.io/maven-central/v/software.xdev/testcontainers-java-junit4-mock?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/testcontainers-java-junit4-mock)
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/testcontainers-java-junit4-mock/checkBuild.yml?branch=develop)](https://github.com/xdev-software/testcontainers-java-junit4-mock/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_testcontainers-java-junit4-mock&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_testcontainers-java-junit4-mock)
[![Latest version](https://img.shields.io/maven-central/v/software.xdev/testcontainers-junit4-mock?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/testcontainers-junit4-mock)
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/testcontainers-junit4-mock/checkBuild.yml?branch=develop)](https://github.com/xdev-software/testcontainers-junit4-mock/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_testcontainers-junit4-mock&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_testcontainers-junit4-mock)

# testcontainers-java-junit4-mock
# JUnit4-Mock for Testcontainers Java

Mocks the few [JUnit 4](https://github.com/junit-team/junit4) classes that [testcontainers](https://github.com/testcontainers/testcontainers-java) needs so that JUnit 4 can be excluded.

Expand All @@ -12,7 +12,7 @@ Fixes/Works around [testcontainers-java#970](https://github.com/testcontainers/t
```xml
<dependency>
<groupId>software.xdev</groupId>
<artifactId>testcontainers-java-junit4-mock</artifactId>
<artifactId>testcontainers-junit4-mock</artifactId>
</dependency>

<dependency>
Expand All @@ -30,7 +30,7 @@ Fixes/Works around [testcontainers-java#970](https://github.com/testcontainers/t
_Please note that you may need to insert the corresponding versions_

## Installation
[Installation guide for the latest release](https://github.com/xdev-software/testcontainers-java-junit4-mock/releases/latest#Installation)
[Installation guide for the latest release](https://github.com/xdev-software/testcontainers-junit4-mock/releases/latest#Installation)

## Support
If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).
Expand All @@ -39,4 +39,4 @@ If you need support as soon as possible and you can't wait for any pull request,
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.

## Dependencies and Licenses
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/testcontainers-java-junit4-mock/dependencies)
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/testcontainers-junit4-mock/dependencies)
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Reporting a Vulnerability

Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/testcontainers-java-junit4-mock/security/advisories/new).
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/testcontainers-junit4-mock/security/advisories/new).
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>software.xdev</groupId>
<artifactId>testcontainers-java-junit4-mock-root</artifactId>
<artifactId>testcontainers-junit4-mock-root</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

Expand All @@ -15,8 +15,8 @@
</organization>

<modules>
<module>testcontainers-java-junit4-mock</module>
<module>testcontainers-java-junit4-mock-demo</module>
<module>testcontainers-junit4-mock</module>
<module>testcontainers-junit4-mock-demo</module>
</modules>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>software.xdev</groupId>
<artifactId>testcontainers-java-junit4-mock-demo</artifactId>
<artifactId>testcontainers-junit4-mock-demo</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

Expand All @@ -27,7 +27,7 @@
<dependencies>
<dependency>
<groupId>software.xdev</groupId>
<artifactId>testcontainers-java-junit4-mock</artifactId>
<artifactId>testcontainers-junit4-mock</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<modelVersion>4.0.0</modelVersion>

<groupId>software.xdev</groupId>
<artifactId>testcontainers-java-junit4-mock</artifactId>
<artifactId>testcontainers-junit4-mock</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>testcontainers-java-junit4-mock</name>
<description>testcontainers-java-junit4-mock</description>
<url>https://github.com/xdev-software/testcontainers-java-junit4-mock</url>
<name>testcontainers-junit4-mock</name>
<description>testcontainers-junit4-mock</description>
<url>https://github.com/xdev-software/testcontainers-junit4-mock</url>

<scm>
<url>https://github.com/xdev-software/testcontainers-java-junit4-mock</url>
<connection>scm:git:https://github.com/xdev-software/testcontainers-java-junit4-mock.git</connection>
<url>https://github.com/xdev-software/testcontainers-junit4-mock</url>
<connection>scm:git:https://github.com/xdev-software/testcontainers-junit4-mock.git</connection>
</scm>

<inceptionYear>2024</inceptionYear>
Expand Down

0 comments on commit f96239e

Please sign in to comment.