Commit Graph

7 Commits

Author SHA1 Message Date
dependabot[bot] f8c7c040a6 build(deps): bump com.fasterxml.jackson.core:jackson-core (#2941)
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.0...jackson-core-2.17.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 08:28:23 +03:00
Ilkka Seppälä e3c3b055f5 docs: update dynamic proxy 2024-05-25 16:24:36 +03:00
dependabot[bot] 176a8db87f build(deps): bump com.fasterxml.jackson.core:jackson-databind (#2944)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 12:25:02 +03:00
Ilkka Seppälä 4f69dea978 fix: fix dynamic proxy front-matter 2024-04-14 11:23:51 +03:00
Ilkka Seppälä ffffab40ec docs: update dynamic proxy docs 2024-04-13 15:53:36 +03:00
Surjendu 9f97c1505d deps : upgrade the jackson-databind to latest version(2.17.0) (#2885) 2024-04-02 20:36:39 +03:00
Sashir Estela f65bb820d8 feature: #2542 Dynamic proxy pattern (#2814)
* #2542 First commit

* #2542 Fixing comments

* #2542 Refactoring code

* #2542 Update Readme

* #2542 Add mockito dependencies

* #2542 Add unit test

* #2542 Fixes for testing

* #2542 Fixing typos

* #2542 Fixing SonarLint issues

* #2542 Fixing code review

---------

Co-authored-by: Sashir Estela <sashirestela@yahoo.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2024-03-23 12:34:32 +02:00