Skip to content

Releases: infinitest/infinitest

5.4.3

08 Oct 13:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.4.2...5.4.3

5.4.2

14 Jul 07:04
Compare
Choose a tag to compare

What's Changed

  • Use awaitility for asynch tests by @gtoison in #409
  • fix: listen for events when Eclipse projects are closed by @gtoison in #406
  • fix: remove slow test markers for removed/disabled tests by @gtoison in #407
  • fix: stop the current test run when closing project or IDE by @gtoison in #408
  • fix: set the default severity to info for slow tests by @gtoison in #411
  • fix: replaced or removed usage of deprecated methods by @gtoison in #412

Full Changelog: 5.4.1.1...5.4.2

5.4.1.1

07 May 09:30
91e4bbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.4.1...5.4.1.1

5.4.1

29 Apr 12:16
33a9bd1
Compare
Choose a tag to compare

Note that this version was rejected by the Jetbrains marketplace due to #401

What's Changed

  • fix: reduce the log level of the 'starting test runner' message by @gtoison in #367
  • fix: detect methods annotated with ArchTest as ArchUnit tests by @gtoison in #371
  • fix: removed unnecessary JTabbedPane by @gtoison in #372
  • Configurable status bar color by @gtoison in #369
  • test: disable the power save mode explicitly for unit test by @gtoison in #375
  • build: replace xvf-action by @gtoison in #374
  • build: exclude unnecessary intellij dependecies by @gtoison in #376
  • doc: added intellij debug instructions by @gtoison in #382
  • fix: we shouldn't run tests on a module with no JDK by @gtoison in #384
  • build: check the compatibility of the intellij plugin by @gtoison in #377
  • fix: set the module working directory macro by @gtoison in #381
  • fix: make the intellij log view read only by @gtoison in #394
  • feature: sort module by alphabetical order by @gtoison in #393
  • feature: only display modules with test sources by @gtoison in #396
  • feature: configurable severity for Eclipse markers by @gtoison in #387
  • Use OrderEnumerator to get the class path elements by @gtoison in #397
  • feature: added an option to let tests run when projects have errors by @gtoison in #398
  • fix: harcode the slow test default limit by @gtoison in #399
  • release 5.4.1 by @gtoison in #400

Full Changelog: 5.4.0.3...5.4.1

5.4.0.3

30 Oct 20:09
Compare
Choose a tag to compare

Release workflow fixes

Full Changelog: 5.4.0.2...5.4.0.3

5.4.0.2

30 Oct 15:13
Compare
Choose a tag to compare

What's Changed

  • fix: incorrect plugin id in feature.xml by @gtoison in #318
  • fix: set the final name of the feature jar file name by @gtoison in #321
  • deps: upgrade mockito to 4.7.0 by @gtoison in #323
  • feature: added a console to the IntelliJ plugin by @gtoison in #322
  • deps: upgrade AssertJ to 3.11.1 by @gtoison in #324
  • deps: upgrade surefire to 3.0.0-M7 by @gtoison in #329
  • fix: jdk modules should be excluded when building the classpath by @gtoison in #330
  • Sonarcloud setup by @gtoison in #332
  • Fix some issues detected by sonar by @gtoison in #333
  • Fix vulnerabilities detected by sonar by @gtoison in #335
  • fix: search the point of failure in the 'all' scope by @gtoison in #336
  • fix: unrelated ifs confuse sonar's S6320 rule by @gtoison in #338
  • fix: replacing the system classloader prevents instrumentation by @gtoison in #320
  • deps: upgrade javassist to 3.29.2 by @gtoison in #342
  • fix: use the built-in utility to compute the working dir of a module by @gtoison in #345
  • Convert Infinitest from a facet to a tool window by @gtoison in #334
  • fix: escape the content of the classpath argument file by @gtoison in #346
  • build: test under JDK19 by @gtoison in #347
  • build: compile and run with java 8 by @gtoison in #348
  • feature: disable infinitest with power save mode by @gtoison in #349
  • fix: explicitely set java level to 11 for the intellij module by @gtoison in #350
  • build: upgrade actions using the deprecated Node 12 by @gtoison in #353
  • deps: upgrade JUnit5 to 5.9.1 by @gtoison in #352
  • Eclipse plugin performance improvements by @gtoison in #341
  • test: upgraded Infinitest's own tests to JUnit5 by @gtoison in #354
  • fix: create temp files securely by @gtoison in #355
  • build: exclude sample classes from sonar analysis by @gtoison in #356
  • fix: set the core name from the constructor instead of a setter by @gtoison in #358
  • Spock 2 test support by @szpak in #326
  • fix: use diamond operator, removed unnecessary usage of guava by @gtoison in #362
  • fix: for gradle projects sdk modules are dependencies by @gtoison in #361
  • IntelliJ plugin logging improvements by @gtoison in #360
  • ArchUnit-JUnit5 support by @gtoison in #364
  • Symlink handling by @gtoison in #363

Full Changelog: 5.3.1...5.4.0.2

5.3.1

06 Aug 13:33
Compare
Choose a tag to compare

What's Changed

  • build: update the pom of the intellij plugin during the build by @gtoison in #312
  • fix: adjustments for the new requirements of the IntelliJ marketplace by @gtoison in #313
  • Parameterized test not detected as junit5 test by @gtoison in #314
  • Declare dependency to intellij java module by @gtoison in #315
  • Sign the eclipse feature jar but not the intellij zip by @gtoison in #316

Full Changelog: 5.3.0...5.3.1

5.3.0

03 Aug 19:44
6a6d300
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: VERSION5.1.116...5.3.0

5.2.0

14 May 06:12
Compare
Choose a tag to compare

Changes:

  • Junit 5 support
  • Test Filtering
    • Support combining inclusion and exclusion patterns
    • Support filtering using Junit 4 Categories
    • Support filtering using Junit 5 Tags
  • Simplified infinitest.filters format

A big Thank You to all contributors of this release: @kpbode, @skwirking, @fpoyer, @kemitix.

5.1.116

14 May 06:19
Compare
Choose a tag to compare

Bug fixes