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

fix(deps): update dependency com.cobber.fta:fta-core to v15 #736

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 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.cobber.fta:fta-core 14.7.1 -> 15.7.15 age adoption passing confidence

Release Notes

tsegall/fta (com.cobber.fta:fta-core)

v15.7.15

  • INT: Bump google phonenumber to 8.13.46, jackson to 2.18.0

v15.7.14

  • INT: Bump google phonenumber to 8.13.46, org.springframework.boot to 3.3.4, gradle to 8.10.2, guava to 33.3.1-jre

v15.7.13

  • INT: Fix flaky test localeLongTest
  • INT: Bump org.springframework.boot to 3.3.3, google phonenumber to 8.13.45, logback-classic to 1.5.8, gradle to 8.10.1

v15.7.12

  • INT: Bump gradle to 8.10, logback-classic to 1.5.7, google phonenumber to 8.13.43, guava to 33.3.0-jre

v15.7.9

  • INT: Bump gradle to 8.9, google phonenumber to 8.13.41

v15.7.8

  • INT: Bump jackson to 2.17.2
  • INT: Add new test (that fails) for a second first name (common in Spanish)

v15.7.7

  • INT: Bump org.springframework.boot to 3.3.1
  • INT: Bump google phonenumber to 8.13.40

v15.7.6

  • ENH: Add --testmerge option to CLI to enable test suite to run each test using two analyzers and merging result
  • BUG: Issue when merging where each shard has a different type (Issue #​97)
  • BUG: Issue when merging where each shard has the same date type but the formats differ (Issue #​97)
  • BUG: Issue when merging where each shard has the same numeric type but the modifiers differ (Issue #​97)

v15.7.5

  • BUG: Fix --trailer option to the CLI
  • INT: Improve CLI help (--trailer, --bulk)

v15.7.4

  • BUG: Fix NPE if one element being merged has a null variance (Issue #​95)
  • INT: Bump google phonenumber to 8.13.39

v15.7.3

  • INT: Bump google phonenumber to 8.13.38, commons-validator to 1.9.0, org.springframework.boot to 3.3.0, guava to 33.2.1-jre
  • INT: Bump gradle to 8.8

v15.7.2

  • INT: Remove some gradle 9.0 warnings
  • INT: Bump google phonenumber to 8.13.37, sketches-java to 0.8.3

v15.7.1

  • INT: Bump google phonenumber to 8.13.46, jackson to 2.18.0

v15.7.0

  • BUG: Double detection not honoring threshold (Issue #​81)
  • BUG: Double detection not handling exponentiation with a lower 'e' followed by a negative power
  • BUG: Double detection not handling trailing minus when locale is de-DE
  • INT: Bump org.springframework.boot to 3.2.5, google phonenumber to 8.13.36, guava to 33.2.0-jre, jackson to 2.17.1

v15.6.1

  • BUG: Javadoc fix.

v15.5.5

  • INT: Bump google phonenumber to 8.13.34, testng to 7.10.1, logback-classic to 1.5.5, slf4j-api to 2.0.13

v15.5.4

  • ENH: Minor changes to test suite to support Java 22
  • INT: Bump google phonenumber to 8.13.33, org.springframework.boot to 3.2.4
  • INT: Bump gradle to 8.7

v15.5.3

  • ENH: Speed up serialization() (113μs -> 8μs = 14x) and deserialization() (73μs -> 8μs = 9x) of DateTimeParser().
  • INT: Bump CodeQL up to v3

v15.5.2

  • ENH: Speed up serialization() (662μs -> 46μs = 15x) and deserialization() (2562μs -> 1729μs) of TextAnalyzer().

v15.5.0

  • BUG: OutOfMemoryError: Requested array size exceeds VM limit exception (Issue #​70)
  • BUG: getMinLength() was never returning 0
  • ENH: Improve detection of non-localized numbers
  • INT: Bump google phonenumber to 8.13.31
  • INT: Bump copyright year and fix a few missing headers

v15.4.3

  • INT: Bump google phonenumber to 8.13.30, logback-classic to 1.5.0

v15.4.2

  • INT: Bump gradle to 8.6, slf4j-api to 2.0.12, google phonenumber to 8.13.29

v15.4.1

  • ENH: I18N - Add FREE_TEXT detection for a set of Langauages (hr, sv, tr)
  • ENH: I18N - Add GENDER and Yes/No detection for Icelandic
  • BUG - Fix SemanticTypes doc to reflect additional languages
  • INT: Bump testng to 7.9, slf4j-api to 2.0.10, google phonenumber

v15.4.0

  • ENH: I18N - Add FREE_TEXT detection for a set of Langauages (da, fi, ga, hu, lv, ro, sk) and improved sample generation for all languages
  • ENH: Bump guava and Jackson

v15.3.0

  • ENH: Bump google phonenumber and commons-validator
  • ENH: Added 1997 codes to NAICS detection to improve detection
  • ENH: I18N - Add new Semantic Types - COLOR.TEXT_ES (Spanish Color)
  • ENH: I18N - Add new Semantic Types - GENDER.TEXT_TR (Turkish Gender)
  • ENH: I18N - Add French names for Canadian provinces

v15.2.1

  • ENH: Bump logback-classic and google phonenumber
  • ENH: Improve JavaDoc
  • INT: Bump gradle to 8.5
  • INT: Update example web dependencies
  • INT: Minor cleanups

v15.2.0

  • ENH: Improve GENDER detection
  • BUG: Fix issue when encountering 10 digits in the nanoseconds field (Issue #​55)

v15.1.10

  • ENH: Improve nextRandom() for PERIOD.QUARTER
  • ENH: Improve regExp for COORDINATE.LATITUDE_DMS and COORDINATE.LONGITUDE_DMS
  • ENH: Bump jackson and google phonenumber
  • INT: Work on code coverage

v15.1.9

  • BUG: Fix for Polish VAT number generation
  • BUG: Fix for RegExp for UK VAT numbers
  • INT: Work on code coverage

v15.1.8

  • ENH: Small improvement to DAY.DIGITS/MONTH.DIGITS detection
  • BUG: RegExp for STATE_PROVINCE.MUNICIPALITY_CODE_NL was incorrect
  • INT: Work on code coverage

v15.1.7

  • ENH: Bump commons-text
  • ENH: Checkin gradle wrapper files
  • INT: Remove useless minLength/maxLength/generalPattern on TypeInfo
  • INT: Automatically publish to maven when release is created
  • INT: Work on code coverage

v15.1.6

  • ENH: Bump google phonenumber
  • INT: Work on code coverage

v15.1.5

  • BUG: Examples should be dependent on 15.+ of FTA not 14.+
  • BUG: equals() on Facts should have been <= epsilon not < epsilon (matters if epsilon is 0.0)
  • BUG: Make TestDistribution.normalCurve() more robust by using equals as opposed to comparing serialized versions strings
  • INT: Work on code coverage
  • INT: Bump jacoco

v15.1.4

  • ENH: Minor changes to support Java 17
  • BUG: Given monotonic increasing input (which looks like a ZIP) then backing out incorrectly set monotonicIncreasing to false
  • INT: Make the code and tests more resilient to a Locale with only a language (i.e. no Country)

v15.1.3

  • ENH: Minor improvements to TELEPHONE plugin (be more picky to reduce false positives) and accept Contact?Number as a positive header (to detect more valid items)
  • BUG: Examples should be dependent on 15.+ of FTA not 14.+

v15.1.2

  • ENH: Bump google phonenumber, and guava, jackson-databind
  • ENH: Improve mapping to schema.org Semantic Types
  • ENH: Minor improvements to NAME.LAST_FIRST and NAME.FIRST_LAST
  • INT: Bump gradle to 8.4

v15.1.1

  • ENH: Improve nextRandom() for PERIOD.QUARTER
  • ENH: Improve regExp for COORDINATE.LATITUDE_DMS and COORDINATE.LONGITUDE_DMS
  • ENH: Bump jackson and google phonenumber
  • INT: Work on code coverage

v15.1.0

  • ENH: Add new Semantic Type - IDENTIFIER (Unique Identifier)
  • ENH: Bump slf4jAPI, google phonenumber
  • BUG: Add missing file - br_municipalities_code.csv
  • BUG: Nested analysis was not using new copy of the AnalysisConfig
  • BUG: Don't do nested analysis by removing outliers if Max Cardinality blown

v15.0.1

  • ENH: Bump google phonenumber
  • ENH: Add new Semantic Type - STREET_ADDRESS4_EN (Fourth line of an address) (Issue #​49)
  • ENH: Improve US address detection (Issue #​49)

v15.0.0

  • ENH: PluginDefinition.findByQualifier() has changed to PluginDefinition.findByName()
  • ENH: Bump logback-classic, google phonenumber, and guava
  • ENH: Minor improvements to NAME.FIRST, URI.URL, FILENAME detection
  • ENH: Improve detection for list-based Semantic Types with small numbers of records
  • BUG: Fix up documentation to align with qualifier to semantic type switch (Issue #​47)
  • INT: Bump gradle to 8.3

v14.7.2

  • BUG: Numerous performance improvements, mostly impacting RecordAnalyzer with large number of columns (Issue #​46)

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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

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

@changeset-bot
Copy link

changeset-bot bot commented Aug 18, 2023

⚠️ No Changeset found

Latest commit: e055cce

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 5c742fb to 2441e45 Compare August 29, 2023 17:15
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 2441e45 to da0dd45 Compare September 7, 2023 02:02
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from da0dd45 to e1e9593 Compare September 20, 2023 16:26
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch 2 times, most recently from 68bc2a6 to 64ab963 Compare October 19, 2023 22:41
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch 3 times, most recently from 2a713b7 to f589b46 Compare October 28, 2023 16:07
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from f589b46 to f95f07f Compare October 30, 2023 21:46
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch 2 times, most recently from 359e823 to c01b2bb Compare November 8, 2023 03:23
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from c01b2bb to 08b3c90 Compare November 22, 2023 01:54
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 08b3c90 to ed157e4 Compare December 1, 2023 16:33
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch 2 times, most recently from da4358d to c822e6e Compare December 25, 2023 19:48
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from c822e6e to 0b44961 Compare January 12, 2024 13:50
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 0b44961 to aa92d30 Compare February 7, 2024 18:48
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch 2 times, most recently from dec1796 to 6eb6824 Compare February 26, 2024 17:18
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch 2 times, most recently from 6eb74b8 to 6abf512 Compare March 19, 2024 19:46
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 6abf512 to 7b6e8f7 Compare March 28, 2024 20:14
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 7b6e8f7 to 7c87b6a Compare April 16, 2024 21:17
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch 3 times, most recently from 74f3017 to a1734f8 Compare May 8, 2024 16:20
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from a1734f8 to ccb90ab Compare May 21, 2024 00:29
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from ccb90ab to 64ab76d Compare June 2, 2024 12:38
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 64ab76d to 271ed63 Compare June 15, 2024 15:12
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 271ed63 to a1976da Compare June 17, 2024 03:53
Copy link

sonarcloud bot commented Jun 17, 2024

Quality Gate Passed Quality Gate passed for 'daemon'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from a1976da to 9e4375d Compare June 19, 2024 01:32
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch 2 times, most recently from 34304c6 to 7a66793 Compare July 8, 2024 21:17
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 7a66793 to dea4534 Compare July 17, 2024 14:48
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from dea4534 to 69b5fc8 Compare August 30, 2024 17:05
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 69b5fc8 to 3cebaf5 Compare September 11, 2024 09:27
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 3cebaf5 to 60fa957 Compare September 25, 2024 18:02
@renovate renovate bot force-pushed the renovate/com.cobber.fta-fta-core-15.x branch from 60fa957 to e055cce Compare October 6, 2024 16:53
Copy link

sonarcloud bot commented Oct 6, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants