Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️(deps): Update database-rider.version to v1.44.0 #305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.database-rider:rider-cucumber 1.28.0 -> 1.44.0 age adoption passing confidence
com.github.database-rider:rider-junit5 1.28.0 -> 1.44.0 age adoption passing confidence
com.github.database-rider:rider-cdi 1.28.0 -> 1.44.0 age adoption passing confidence
com.github.database-rider:rider-spring 1.28.0 -> 1.44.0 age adoption passing confidence
com.github.database-rider:rider-core 1.28.0 -> 1.44.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

database-rider/database-rider (com.github.database-rider:rider-cucumber)

v1.44.0

Compare Source

Release notes
Heroes

@​Micky002 @​vaa25

v1.43.0

Compare Source

Release notes
  • Feature request: wildcard/regex support for skipCleaningFor in @​DataSet #​597
  • Add dataset value attribute and provider attribute duplication use log #​599
  • use java.util.Base64 instead of javax.xml.bind.DatatypeConverter for encoding Base64 #​591
  • shouldExportJSONDataSetWithEscapedQuotes(ExportDataSetIt.java:176) for windows environment #​582
Heroes

@​tomlux @​netmikey @​coiouhkc @​diqksrk

v1.42.0

Compare Source

Release notes
  • Extract base class MapDataSet from JSONDataSet, to simplify integration with other test frameworks #​569
  • DataSetConfig should allow to configure DataSetProvider instance #​567
  • Add SnakeYAML 2.x compatibility #​579
  • keeping table export ordering indicated in "includeTables" #​581
Heroes

@​beskow @​xak2000 @​tomlux

v1.41.1

Compare Source

Release notes
  • Fix rider-junit5 jakarta classifier #​565

Make sure to declare rider-core and rider-junit5 with jakarta classifier:

<dependency>
    <groupId>com.github.database-rider</groupId>
    <artifactId>rider-junit5</artifactId>
    <version>1.41.1</version>
    <scope>test</scope>
    <exclusions>
        <exclusion>
            <groupId>com.github.database-rider</groupId>
            <artifactId>rider-core</artifactId>
        </exclusion>
    </exclusions>
    <classifier>jakarta</classifier>
</dependency>
<dependency>
    <groupId>com.github.database-rider</groupId>
    <artifactId>rider-core</artifactId>
    <version>1.41.1</version>
    <scope>test</scope>
    <classifier>jakarta</classifier>
</dependency>
Heroes

@​jowko

v1.41.0

Compare Source

Release notes
  • Add jakarta classifier for rider-junit5 module #​565

v1.40.0

Compare Source

Release notes
  • Updated the version for tuprolog from 0.20.2 to 0.20.9. #​564
  • Make rider-core compatible with jakarta persistence #​561

Now both rider-core and rider-cdi have the jakarta maven classifier

Heroes

@​abigailCortis @​HongHanh9527

v1.39.0

Compare Source

Release notes
  • Dataset provider is lost during merge #​559
Heroes

@​mdiachuk

v1.38.1

Release notes
  • Support quarkus 3.x in rider-cdi (#​496)

To use rider-cdi with quarkus 3 or any Jakarta application, enable the jakarta classifier in rider-cdi:

  <dependency>
      <groupId>com.github.database-rider</groupId>
      <artifactId>rider-cdi</artifactId>
      <version>1.38.1</version>
      <scope>test</scope>
      <classifier>jakarta</classifier>
      <exclusions>
        <exclusion>
          <artifactId>stax-api</artifactId>
          <groupId>stax</groupId>
        </exclusion>
      </exclusions>
    </dependency>
Heroes

@​DeMol-EE @​mkwapisz @​matjazs

v1.37.1

Compare Source

Release notes
Heroes

@​vladimirfx

v1.37.0

Compare Source

Release Notes
  • It's not possible to use dbunit.yaml (instead of yml) #​548
  • Execute statement with default options #​549
  • Add support for skipping specific timescaleDB schemas during cleanup #​553
Heroes

tiagomistral, haoadoreorange, dfitisoff-k

v1.36.0

Compare Source

Release Notes
  • Require JDK 8 as minimal java version (#​541)
  • Prolog-like expected data set assertion (#​363)
  • Inconsistent logging across framework (#​519)
Heroes

jowko and coiouhkc

v1.35.1

Compare Source

Release Notes
  • Support xlsx dataset (#​525)
  • Correct mysql-connector dependency to scope test (#​528)
  • Only run release job in master (#​529)
  • Add @​BeforeAll hook and documentation note to SpringBootDBUnitTest (#​513)
Heroes

@​opengl-8080 @​bergerst @​niels1voo

v1.35.0

Compare Source

Release Notes
  • [MySQL] Schema resolver always returns null (#​505)
Heroes

@​coiouhkc

v1.34.0

Compare Source

Release Notes
  • Read DBUnit configuration from system properties and environment variables (#​483)
Heroes

@​netmikey

v1.33.0

Compare Source

Release notes

In this release, we updated DBUnit to 2.7.3 and replaced org.codehaus.jackson by jackson-databind.

  • cleaning DB does not work with H2 (#​461)
  • Dependencies with vulnerabilities (#​478)
  • Vulnerable version of jackson-mapper-lgpl (#​457)
Heroes

@​trks1970

v1.32.3

Compare Source

Release notes
  • clearDatabase does not take table ordering into account (#​417)
Heroes

@​vincentstradiot

v1.32.2

Compare Source

Release Notes
  • DisableConstraints=true for H2 executes non-H2 SQL Statement (#​375)
  • Missing javax.annotation.Priority in DBUnitInterceptorImpl (#​384)
  • Spring @​Transactional tests is broken in version 1.27 (#​365 )
Heroes

@​vkrauze @​JapuDCret @​bergerst @​jpbassinello

v1.32.1

Compare Source

Release notes
  • Cannot read columnSensing config from dbunit.yml (#​379)
Heroes

@​entireboy

v1.32.0

Compare Source

Release notes
  • Ability to handle property Map<String, Object> in EntityManagerProvider.instance() (#​364)
Heroes

@​duschata

v1.31.0

Compare Source

Release notes

This release enables the use of javascript or groovy assertions in @ExpectedDataSet, for example, consider the following dataset:

USER:
  - ID: "js:(value > 0)"
    NAME: "js:(value != null && value.contains('@&#8203;realpestano'))"
  - ID: "groovy:(value > 0)"
    NAME: "groovy:(value != null && value.contains('@&#8203;dbunit'))"

To enable the scripting you mainly need the js: or groovy: prefix followed by an expression which evaluates to boolean inside a parentheses. The value in the expression refers to the actual value that should be in database after the test runs.

    @&#8203;Test
    @&#8203;DataSet(value = "yml/empty.yml", transactional = true)
    @&#8203;ExpectedDataSet(value = "yml/expectedUserWithScripting.yml")
    public void shouldEvaluateScriptsInExpectedDataSet() {
        User u = new User(1);
        u.setName("@&#8203;realpestano");
        User u2 = new User(2);
        u2.setName("@&#8203;dbunit");
        em().persist(u);
        em().persist(u2);
    }
Heroes

@​coiouhkc

v1.30.0

Release Notes
  • Add alwaysCleanBefore and alwaysCleanAfter DBUnit properties (#​355)
Heroes

@​raphiz


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the deps Bump dependency version. label Aug 19, 2021
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 1329f11 to 059b33d Compare August 29, 2021 09:44
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.29.0 ⬆️(deps): Update database-rider.version to v1.30.0 Aug 29, 2021
@renovate renovate bot force-pushed the renovate/database-rider.version branch 2 times, most recently from 2fa3c6e to f70f40d Compare August 31, 2021 13:20
@renovate renovate bot force-pushed the renovate/database-rider.version branch from f70f40d to 581068f Compare September 13, 2021 07:04
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.30.0 ⬆️(deps): Update database-rider.version to v1.31.0 Sep 13, 2021
@renovate renovate bot force-pushed the renovate/database-rider.version branch 7 times, most recently from e246f96 to 368d011 Compare October 12, 2021 14:27
@renovate renovate bot force-pushed the renovate/database-rider.version branch 2 times, most recently from 48de8f0 to 80b5c46 Compare October 12, 2021 15:35
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 80b5c46 to 204e503 Compare October 23, 2021 12:43
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.31.0 ⬆️(deps): Update database-rider.version to v1.32.0 Oct 23, 2021
@renovate renovate bot force-pushed the renovate/database-rider.version branch 3 times, most recently from 9cd72ab to 88666ce Compare November 16, 2021 15:46
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 88666ce to 71840a3 Compare January 10, 2022 11:47
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.32.0 ⬆️(deps): Update database-rider.version to v1.32.1 Jan 10, 2022
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 71840a3 to 35828da Compare March 7, 2022 17:25
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.32.1 ⬆️(deps): Update database-rider.version to v1.32.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 35828da to 1fda305 Compare April 5, 2022 14:53
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 1fda305 to c7858ec Compare September 25, 2022 15:52
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.32.3 ⬆️(deps): Update database-rider.version to v1.34.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/database-rider.version branch from c7858ec to 5cf6598 Compare November 20, 2022 20:17
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.34.0 ⬆️(deps): Update database-rider.version to v1.35.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 5cf6598 to fe9015d Compare March 18, 2023 05:56
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.35.0 ⬆️(deps): Update database-rider.version to v1.36.0 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/database-rider.version branch from fe9015d to adef391 Compare May 28, 2023 10:19
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.36.0 ⬆️(deps): Update database-rider.version to v1.37.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/database-rider.version branch from adef391 to 84ac418 Compare June 25, 2023 18:48
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.37.1 ⬆️(deps): Update database-rider.version to v1.38.0 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 84ac418 to 53257c1 Compare June 25, 2023 21:09
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.38.0 ⬆️(deps): Update database-rider.version to v1.38.1 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 53257c1 to 19d267a Compare July 9, 2023 21:14
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.38.1 ⬆️(deps): Update database-rider.version to v1.39.0 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 19d267a to aeeed70 Compare September 2, 2023 10:56
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.39.0 ⬆️(deps): Update database-rider.version to v1.40.0 Sep 2, 2023
@renovate renovate bot force-pushed the renovate/database-rider.version branch from aeeed70 to e2652f0 Compare September 9, 2023 17:16
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.40.0 ⬆️(deps): Update database-rider.version to v1.41.0 Sep 9, 2023
@renovate renovate bot force-pushed the renovate/database-rider.version branch from e2652f0 to 150acb1 Compare February 13, 2024 22:08
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.41.0 ⬆️(deps): Update database-rider.version to v1.41.1 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 150acb1 to e5e1e97 Compare March 18, 2024 23:30
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.41.1 ⬆️(deps): Update database-rider.version to v1.42.0 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/database-rider.version branch from e5e1e97 to 6383738 Compare July 21, 2024 18:37
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.42.0 ⬆️(deps): Update database-rider.version to v1.43.0 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/database-rider.version branch from 6383738 to 5f845cf Compare July 25, 2024 20:05
@renovate renovate bot changed the title ⬆️(deps): Update database-rider.version to v1.43.0 ⬆️(deps): Update database-rider.version to v1.44.0 Jul 25, 2024
Copy link

codeclimate bot commented Jul 25, 2024

Code Climate has analyzed commit 5f845cf and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Bump dependency version.
Development

Successfully merging this pull request may close these issues.

0 participants