Releases: oboehm/PatternTesting2
Releases · oboehm/PatternTesting2
patterntesting-2.6.0
What's Changed
Added
- Duration timeout parameter added to NetworkTester methods
Changed
- update to JUnit 6
- at least Java 17 required
Removed
- JAMon lib no longer supported
Fixed
- Bump org.springframework:spring-context from 6.1.14 to 6.1.20 in /patterntesting-compat by @dependabot[bot] in #55
- Bump org.apache.tomcat:tomcat-catalina from 10.1.34 to 10.1.42 in /patterntesting-rt by @dependabot[bot] in #56
- Bump org.apache.tomcat:tomcat-catalina from 10.1.42 to 10.1.43 in /patterntesting-rt by @dependabot[bot] in #57
- Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 by @dependabot[bot] in #58
- Bump org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3 by @dependabot[bot] in #61
Full Changelog: patterntesting-2.5.1...patterntesting-2.6.0
patterntesting-2.5.1
What's Changed
Added
- NetworkTester.isOnline(URI) added (#51)
- NetworkTester.exists(URI) supports SSH and other protocols (#52)
Fixed
- Bump org.springframework:spring-context from 5.3.20 to 6.1.14 in /patterntesting-compat by @dependabot in #46
- Bump org.springframework:spring-core from 6.0.16 to 6.1.14 in /patterntesting-compat by @dependabot in #48
- Bump com.thoughtworks.xstream:xstream from 1.4.20 to 1.4.21 by @dependabot in #49
- Bump org.apache.tomcat:tomcat-catalina from 8.5.96 to 9.0.96 in /patterntesting-rt by @dependabot in #47
- Bump org.apache.tomcat:tomcat-catalina from 10.1.34 to 10.1.35 in /patterntesting-rt by @dependabot in #50
Full Changelog: patterntesting-2.4.0...patterntesting-2.5.1
patterntesting-2.4.0
What's Changed
- AspectJ version updated to 1.9.21
- Java 17 required
- better output for @broken annotation (#43)
- AssertArg is now deprecated
- Bump spring-core from 5.3.20 to 5.3.26 in /patterntesting-compat by @dependabot in #38
- Bump spring-core from 5.3.26 to 5.3.27 in /patterntesting-compat by @dependabot in #39
- Bump org.codehaus.plexus:plexus-utils from 3.0.22 to 3.0.24 in /patterntesting-tools by @dependabot in #40
- Bump org.apache.tomcat:tomcat-catalina from 8.5.84 to 8.5.96 in /patterntesting-rt by @dependabot in #41
- Bump org.springframework:spring-core from 5.3.27 to 6.0.15 in /patterntesting-compat by @dependabot in #42
- Bump org.springframework:spring-core from 6.0.15 to 6.0.16 in /patterntesting-compat by @dependabot in #44
- Create maven.yml by @oboehm in #45
New Contributors
Full Changelog: patterntesting-2.3.0...patterntesting-2.4.0
2.3.0
What's Changed
Security
- Bump spring-core from 5.3.18 to 5.3.19 by @dependabot in #34
- Bump spring-core from 5.3.19 to 5.3.20 by @dependabot in #35
- Bump hsqldb from 2.5.0 to 2.7.1 by @dependabot in #36
- update to xstream 1.4.20 (CVE-2022-41966)
Changed
- switched to SLF4J as logging framework
Added
- Localhost.matches(..) accepts now timout parameter
- NetworkTester.isOnline(..) accepts also timeout parameter
Full Changelog: patterntesting-2.2.20-YEARS...patterntesting-2.3.0
2.2.20-YEARS
Jubilee and Eastern Release (20 Years PatternTesting)
What's Changed
- AspectJ version updated to 1.9.9.1
- Classloader of OpenJDK is supported
- ClassTester supports module concept of Java 9+
Security
- Bump xstream from 1.4.18 to 1.4.19 by @dependabot in #32
Deleted
- NamingConventionsAspect was deleted because of conflicts with Java 11
Full Changelog: patterntesting-2.2.0...patterntesting-2.2.20-YEARS
2.2.0
Security
- update to Log4J 2.17.1 (CVE-2021-44832)
Changed
- switch to Java 11 as development and build environment