Skip to content

Sync branch 4.0.x with main to release 4.0.5 #273

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

Merged
merged 33 commits into from
Nov 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9a03964
Removing gson and everit dependencies
fjtirado Jul 6, 2023
6fc1408
Changing to networknt
fjtirado Jul 6, 2023
159c15d
Enable dependabot to upgrade libs (#240)
ricardozanini Jul 10, 2023
c2c0122
Review comments
fjtirado Jul 7, 2023
7891b9f
Validation Error Test
fjtirado Jul 12, 2023
fd35a9e
Changing validator back to List
fjtirado Jul 13, 2023
078a930
Bump org.apache.commons:commons-lang3 from 3.9 to 3.13.0
dependabot[bot] Jul 31, 2023
6a84c9e
add missing support for contextAttributes in ProduceEvent
visheshruparelia Aug 5, 2023
1133bbb
Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9
dependabot[bot] Aug 7, 2023
ac9af39
Update Code of Conduct to follow the new standard
ricardozanini Sep 28, 2023
7ca919e
Bump org.thymeleaf:thymeleaf from 3.0.11.RELEASE to 3.1.2.RELEASE
dependabot[bot] Oct 11, 2023
b2cbb09
Bump com.networknt:json-schema-validator from 1.0.86 to 1.0.87
dependabot[bot] Oct 16, 2023
d14eac4
Bump org.mockito:mockito-core from 3.0.0 to 5.6.0
dependabot[bot] Oct 16, 2023
5a8b6f3
Bump com.coveo:fmt-maven-plugin from 2.9 to 2.13
dependabot[bot] Oct 16, 2023
2fc7d7f
Bump version.com.fasterxml.jackson from 2.15.2 to 2.15.3
dependabot[bot] Oct 16, 2023
e237470
Bump org.apache.maven.plugins:maven-failsafe-plugin from 2.22.0 to 3.1.2
dependabot[bot] Oct 16, 2023
f849d18
Introduce Release Workflow
ricardozanini Jul 28, 2023
24c6569
Remove gpg, deploy workflow
ricardozanini Jul 28, 2023
873033b
formatting yml files
ricardozanini Jul 28, 2023
9df5702
Remove unneeded attrs
ricardozanini Jul 28, 2023
12db914
Fix commons-lang3 property version
ricardozanini Oct 11, 2023
d85b198
Removing unused property versions
ricardozanini Oct 11, 2023
8483f17
Fix formatting, replace fmt for spotify group, rebase
ricardozanini Oct 19, 2023
b332fc8
Sync main with 4.0.x
ricardozanini Oct 20, 2023
67a6634
Downgrade to Java 1.8
ricardozanini Oct 20, 2023
4431edd
Align workflow to run on 4.0.* branch
ricardozanini Oct 20, 2023
432a7a1
Fix java version in setup-java action
ricardozanini Oct 20, 2023
7a9d0b3
Downgrading fmt plugin to cope with Java 1.8
ricardozanini Oct 20, 2023
b4a187a
Fix fmt downgrading
ricardozanini Oct 20, 2023
271cc0b
Change WorkflowValidatorImpl to match Java 8 API
ricardozanini Oct 20, 2023
dca3b9a
Prepare for 4.0.5
ricardozanini Oct 20, 2023
985790f
Keep id as mandatory for backward compatibility.
fjtirado Oct 25, 2023
d8cb9b7
Force id to be mandatory
fjtirado Oct 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump com.networknt:json-schema-validator from 1.0.86 to 1.0.87
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.0.86...1.0.87)

---
updated-dependencies:
- dependency-name: com.networknt:json-schema-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
  • Loading branch information
dependabot[bot] authored and ricardozanini committed Oct 20, 2023
commit b2cbb096244ac00d8cb8d6075d55e83af2df23e0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<version.failsafe.plugin>2.22.0</version.failsafe.plugin>
<version.checkstyle.plugin>3.1.1</version.checkstyle.plugin>
<version.deploy.plugin>2.8.2</version.deploy.plugin>
<version.com.networknt>1.0.86</version.com.networknt>
<version.com.networknt>1.0.87</version.com.networknt>
<version.org.slf4j>1.7.25</version.org.slf4j>
<version.com.fasterxml.jackson>2.15.2</version.com.fasterxml.jackson>
<version.javax.validation>2.0.1.Final</version.javax.validation>
Expand Down