https://github.com/QA-Automation-Starter/qa-automation/actions/runs/6012567583/job/16318206873 Happens when running TestNG in parallel="classes" mode.
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag unitils-3.4.6
[maven-release-plugin] prepare release unitils-...
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag unitils-3.4.5
[maven-release-plugin] prepare release unitils-...
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag unitils-3.4.4
[maven-release-plugin] prepare release unitils-...
something went wrong
[maven-release-plugin] prepare release unitils-...
[maven-release-plugin] rollback the release of ...
[maven-release-plugin] prepare release unitils-...
[maven-release-plugin] rollback the release of ...
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag unitils-3.4.4
[maven-release-plugin] prepare release unitils-...
prepare release 3.4.4 (3)
[maven-release-plugin] rollback the release of ...
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag unitils-3.4.4
[maven-release-plugin] prepare release unitils-...
prepare release 3.4.4
prepare release 3.4.4
add a possibility to add mocks created by Easym...
add possibility to restart sequences for each t...
add possibility to restart sequences
A mix of capitalized and non capitalized column...
changed Spring version
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag unitils-3.4.3
[maven-release-plugin] prepare release unitils-...
fix tests ProfileModuleTest, reïnit config....
tests if the SpringApplicationContext is loaded...
choose when the SpringModule is loaded.
changed detail in the Spring @Configuration text
update dependencies
explain how to use @Configuration with Unitils.
new features selenium + jbehave
fix for getting files with # with PathMatchingR...
changed ClassPathResourceLocator for Spring bug
De-cluttered DbUnitModule.java
extra dataset
UNI-114
changed files[i].toURL(); to files[i].toURI().t...
Add possibility to define a list in @InjectInto...
Sometimes we might want to check a DBUnit datas...
it was my bad the columns were just varchars, but the xml inside must be escaped...
it was my bad the columns were just varchars, but the xml inside must be escaped...
The problem with the normal set is as follows The value of attribute "value" associated...
The problem with the normal set is as follows The value of attribute "value" associated...
I have some colums that are CLOB type. I tried to use this code @Test @DataSet("testReport.xml")...
setting unitils.module.dbunit.runAfter=spring have postponed the data set load setting...
Hi, I seem to be having an issue injecting the EntityManager in a Unitils-managed...
Hi, I'm trying to use Unitils 3.4.2 with JPA 2.1 and Hibernate 4.2.20.Final as the...
Hi All, I found this utility very useful and want to leverage in writing junit test...
internal code easymock changed in latest versions.
Hi all, I my project I am trying to use another library (json-path) which happens...
I happened to notice a minor error in the structure of ObjectComparator.java (at...
Hi, After migration, we have transaction issues during rollback, which make all the...
added finally clause to make sure that the unit...
fix for redirect from index
Javadoc
Thanks! On Wed, Mar 25, 2015 at 2:12 PM, Tim Ducheyne tim_ducheyne@users.sf.net wrote:...
I think it was because you were not logged in. I enabled anonymous posting. Should...
Thanks for the update Tim! On a related note, the only way I was able to add a new...
ReflectionAssert: adding test for reported issu...
Hi Omega, this has already been fixed on trunk. As expected, the test gives now following...
For the following test, using Unitils 3.4.2, I get an IllegalStateException. When...
Fixing inspection failures
Fixing inspection failures
Fixing javadoc
Upgrading hsqldb
Hi Thomas Thanks for responding to my query, of-course you are correct and I could...
Why is my reply not being shown?
Putting the value of Field you want to ignore to NULL on your left hand object and...
Would it be possible to add exclusion fields to the ReflectionComparatorFactory so...
changed an example in the unitils-objection apt...
Using the latest release, I have the following scenario. I am creating a unit test...
fix the links on the summary page + fixed the j...
update to latest unitils-objectvalidation & uni...
try a base class not from java.lang - inherited fields matching does work org/unitils/reflectionassert/comparator/impl/ObjectComparator.java:118...
Anyone?
Tim, the error wasn't about signing. I already worked around that in the fashion...
This signing is required for releasing to the maven central repo (cfr http://central.sonatype.org/pages/requirements.html)...
I got the same error, but haven't debugged it yet @Willemijn, could you check?
Thanks Thomas! Now I get: $ mvn install -Dgpg.skip=true ... Tests in error: testMultipleDataSetsMultipleDatabases(org.unitils.dbunit.multidatabase.MultiDatabaseIntTest):...
Hi Adam, You should use the 3.4 branch svn checkout svn://svn.code.sf.net/p/unitils/code/branches/3.4/...
I couldn't find any docs on this. Here's what I did: $ svn checkout svn://svn.code.sf.net/p/unitils/code/trunk...
Hi team, This test fails (correctly): assertReflectionEquals( new Exception("msg"),...
update properties spring batch
added extra fixes multidatabase springbatch
comment
extra fixes selenium