Jun Kang
8471c93035
deps: Updated the maven imports of page-controller pattern for SpringBoot 3.2.4 ( #2862 )
...
* Updated the imports in code of the single table inheritance pattern for Spring Boot 3.x
#2825
Change javax library to jakarta
* add pom.xml
* Updated the imports in code of the healthcheck pattern for SpringBoot 3.x
Change javax library to jakarta and update maven dependency versions
* change order of imports to pass Checkstyle violations
* change import order to pass lexicographical order test
* change import order to pass CustomImportOrder warning
* Updated the maven imports of layers pattern for SpringBoot 3.2.4
* remove unused maven import
* Updated the maven imports of page-controller pattern for SpringBoot 3.2.4
- add page-controller module on parent pom.xml
- add artifact information on page-controller pom.xml
- add Springboot3, proper test dependencies on page-controller pom.xml
2024-03-30 13:58:18 +02:00
Aditya
baa7793f3c
deps: htmlunit #2852 : MaverickWingman ( #2864 )
...
* #2852 Upgrade Htmlunit
* #2852 Upgrade Htmlunit
* 2852: Checkstyle Done!
* Update dependabot.yml
2024-03-29 11:03:18 +02:00
Ilkka Seppälä
6e806c238e
deps: update slf4j and logback
2024-03-27 20:49:00 +02:00
Kishalay Pandey
b5ddd62145
feat: Implemenation of the Serialized Lob Pattern ( #2795 )
...
* #1596:Adding module for SLOB Pattern
* #1596:Adding Interface for Serializers
* #1596:Adding Objects
* #1596:Adding BLOB Based Serializer
* #1596:Implemented Clob Based Serializer
* #1596:Implemented Service for DB operations
* #1596:Implemented basic flow using Clob Serializer
* #1596:Added H2 DB Dependency
* #1596:Added Java Doc Stubs
* Updating Objects
* #1596:Completed Clob Serializer along with Tests
* #1596:Completed Slob Serializer along with Tests
* #1596:Completed Blob Serializer along with Tests
* #1596:Updated DatabaseService to handle Blob and Clob Data
* #1596:Added UML and updated README.md
* #1596:Updated data types for DB
* #1596:Code Style Formatting Cnames
* Adding Java Docs
* #1596:Reformatted as per Code Style
* #1596:Updating Java Doc
* #1596:Updating Main function to handle both Serializers
* #1596:Updated Java Docs
* #1596:Updated Java Docs
* #1596:Updated Java Docs and formatting
* #1596:Updated Java Docs and formatting
* #1596:Adding Java Docs
* #1596:Reformatted as per Code Style
* #1596:Updating Java Doc
* #1596:Updating Main function to handle both Serializers
* #1596:Updated Java Docs
* #1596:Updated Java Docs
* #1596:Updated Java Docs and formatting
* #1596:Updated Java Docs and formatting
* #1596:Updated Java Docs and formatting
* #1596:Updated Java Docs and formatting
* #1596:Updated README.md
* #1596:Updated Java Docs and README.md
* #1596:Updated Extension
* #1596:Updated README.md
* #1596:Updated Documentation as per review comments
* #1596:Updated Documentation as per review comments
* #1596 : Updated README.md
* #1596:Updated Documentation as per review comments
* #1596 : Added SLOB Module
---------
Co-authored-by: SHRADDHAP18 <87650482+SHRADDHAP18@users.noreply.github.com >
2024-03-26 20:27:17 +02:00
dependabot[bot]
82c2bf25e2
build(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin ( #2836 )
...
Bumps [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven ) from 3.10.0.2594 to 3.11.0.3922.
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases )
- [Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/3.10.0.2594...3.11.0.3922 )
---
updated-dependencies:
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-23 12:57:10 +02: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
Boris Zhguchev
5c47447d9b
feat: anti corruption layer - Issue 1325. ( #2777 )
...
* add init impl
* add docs
* add test
* correct tests and specs
* add check style corrections
* add init impl
* add docs
* add test
* correct tests and specs
* add check style corrections
* issue_1325: revert accidental damage to the other repos
* issue_1325: sort the comments
---------
Co-authored-by: Boris Zhguchev <boris.zhguchev@gropyus.com >
2024-03-17 09:32:24 +02:00
dependabot[bot]
c702df04ae
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin ( #2793 )
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.2.2 to 3.2.5.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.5 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
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-03-10 11:27:45 +02:00
Ilkka Seppälä
98505c61dd
fix : #1297 Gateway pattern fixes ( #2818 )
...
* add to parent pom.xml
* update gateway readme
2024-03-10 11:25:37 +02:00
sugavanesh
249efd1e71
feat: added notification pattern ( #2629 )
...
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2024-03-09 14:46:46 +02:00
Ved Asole
b2c7410c03
feat: #1316 Single Table Inheritance pattern implemented ( #2632 )
...
* implemented single table inheritance
* added the Java documentation for the pattern
* updated code files as per the standards
* added the puml and png diagram for the file
* added README.md
* #1316 Single Table Inheritance pattern implemented
* resolved the Checkstyle violations
* removed the tests due to build failure
* updated the code as per review
* resolved Checkstyle violations
2024-02-25 14:20:13 +02:00
YongHwan Kwon
cd2dbb72d7
feat: Add Microservice Pattern, Log aggregation ( #2690 ) ( #2719 )
...
* feat: Add Microservice Pattern, Log aggregation.
Related: #2690
* docs: Add javaDoc for public methods.
Related: #2690
---------
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2023-12-27 08:06:55 +02:00
Doksanbir
21f7b026f5
pattern: Implement Health Check for Microservices Observability ( #2695 ) ( #2774 )
...
* Add Health Check pattern implementation
The commit introduces Health Check pattern, providing a series of health indicators for system performance and stability monitoring, including checks for system CPU load, process CPU load, database health, memory usage, and garbage collection metrics. It also includes asynchronous execution and caching mechanisms for health checks, and retry configurations for resilience.
Implements health checking components as per issue #2695 .
* Test cases and javadoc for HealthEndpointIntegrationTest
* Added more log to test case to see why it returns 503
* Change config values to see if the system High system CPU load is resolved or not in CI.
* Fixes for test cases.
* some fixes for Sonar.
* some fixes for Sonar.
ADDED HIGH_PROCESS_CPU_LOAD_MESSAGE_WITHOUT_PARAM
ADDED HIGH_SYSTEM_CPU_LOAD_MESSAGE_WITHOUT_PARAM
* Sonar fixes address "Define and throw a dedicated exception instead of using a generic one."
added HealthCheckInterruptedException
refactored CustomHealthIndicator
* fixes checkstyle violation.
2023-12-02 14:17:01 +02:00
dependabot[bot]
83dba617c5
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin ( #2773 )
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.1.2 to 3.2.2.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-02 13:50:15 +02:00
dependabot[bot]
342c30f4f7
build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 ( #2705 )
...
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco ) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/jacoco/jacoco/releases )
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.10...v0.8.11 )
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
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>
2023-10-26 21:55:17 +03:00
dependabot[bot]
d247395440
build(deps): bump com.mycila:license-maven-plugin from 4.2 to 4.3 ( #2603 )
...
Bumps com.mycila:license-maven-plugin from 4.2 to 4.3.
---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-14 14:08:00 +03:00
Ilkka Seppälä
b86f2357b0
fix: include crtp module in build ( #2633 )
2023-10-11 09:17:56 +03:00
dependabot[bot]
5891f291d8
build(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin ( #2587 )
...
Bumps [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven ) from 3.9.1.2184 to 3.10.0.2594.
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases )
- [Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/3.9.1.2184...3.10.0.2594 )
---
updated-dependencies:
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-08 11:59:12 +03:00
Eugene
8b11e76f46
feature: Add optimistic offline lock ( #1306 ) ( #2551 )
2023-08-27 14:01:46 +03:00
dependabot[bot]
c769c73e91
build(deps): bump maven-checkstyle-plugin from 3.2.1 to 3.3.0 ( #2529 )
...
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.2.1 to 3.3.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.1...maven-checkstyle-plugin-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2023-08-14 19:52:28 +03:00
dependabot[bot]
72f7fcab0e
build(deps): bump maven-surefire-plugin from 3.0.0 to 3.1.2 ( #2535 )
...
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.0.0 to 3.1.2.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.1.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 13:04:10 +03:00
JabezBrew
edbb59a982
refactor: Refactored Layers Architecture To Be A Spring Boot Application. Issue #2450 ( #2469 )
...
* #2450 1. Refactored Layers Architecture to be a Spring boot app. 2. Changed the xml-based configuration to annotation-based. 3. Used spring's constructor injection to pass around needed objects. 4. Implemented deleteAll() methods for the CakeBakingServiceImpl to be used during testing 5. Implemented a CommandLineRunner to run the spring boot app. And others.
* #2450 added the contents of the etc directory and a README.md
* #2450 made corrections in response to the PR tests
* #2450 made corrections in response to requested changes
* #2450 made corrections in response to requested changes
---------
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2023-07-11 12:57:16 +03:00
dependabot[bot]
3636e9c8af
build(deps): bump jacoco-maven-plugin from 0.8.8 to 0.8.10 ( #2514 )
...
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco ) from 0.8.8 to 0.8.10.
- [Release notes](https://github.com/jacoco/jacoco/releases )
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.8...v0.8.10 )
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
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>
2023-07-02 11:57:36 +03:00
dependabot[bot]
4bea173e64
build(deps): bump license-maven-plugin from 4.1 to 4.2 ( #2498 )
...
Bumps license-maven-plugin from 4.1 to 4.2.
---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 17:53:32 +03:00
dependabot[bot]
e9fc5a49d8
build(deps): bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 ( #2492 )
...
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.0.0-M9 to 3.0.0.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M9...surefire-3.0.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
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>
2023-04-01 17:51:12 +03:00
dependabot[bot]
a61238723d
build(deps): bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 ( #2478 )
...
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.0.0-M8 to 3.0.0-M9.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M8...surefire-3.0.0-M9 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
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>
2023-03-03 10:43:43 +02:00
dependabot[bot]
c741814b36
dependencies: bump maven-checkstyle-plugin from 3.1.0 to 3.2.1 ( #2455 )
...
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases )
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.0...maven-checkstyle-plugin-3.2.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 19:37:34 +02:00
Rahul Raj
fb7ec9b375
dependencies: #2449 bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 + resolve chec… ( #2464 )
...
* #2449 bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 + resolve checkstyle issues
* remove FileSelectorJFrame.java to resolve checkstyle issue
* remove FileSelectorJFrame.java to resolve checkstyle issue
* remove FileSelectorJFrame.java to resolve checkstyle issue
* add refactored file with correct filename to resolve checkstyle issue
* add the test data
* change filenames from JFrame to Jframe for checkstyle
* fix code smell from sonar report
* add new testcases to improve the test coverage
* remove code smell
2023-02-04 19:20:54 +02:00
dependabot[bot]
2b97f57c8e
dependencies: bump htmlunit from 2.69.0 to 2.70.0 ( #2460 )
...
Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit ) from 2.69.0 to 2.70.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases )
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.69.0...2.70.0 )
---
updated-dependencies:
- dependency-name: net.sourceforge.htmlunit:htmlunit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-29 11:02:45 +02:00
JanFidor
fb86ca1156
feature: #2151 Feature/mvi pattern ( #2177 )
...
* #2151 add module and pom.xml
* #2151 add Calculator Actions
* #2151 add remaining mvi pattern classes (actions already implemented)
* #2151 add Main and unit tests
* add README.md and class diagrams
* #2151 add module and pom.xml
* #2151 add Calculator Actions
* #2151 add remaining mvi pattern classes (actions already implemented)
* #2151 add Main and unit tests
* add README.md and class diagrams
* fixes for lint errors
* #2151 add module and pom.xml
* #2151 add Calculator Actions
* #2151 add remaining mvi pattern classes (actions already implemented)
* #2151 add Main and unit tests
* add README.md and class diagrams
* fixes for lint errors
* use Lombok @Data decorator and decouple View from ViewModel
* add comments and documentation
* fix checkstyle, the smart switch syntax was breaking checkstyle, so I had to change it back
2023-01-21 11:45:07 +02:00
dependabot[bot]
cfca5f6f7f
dependencies: bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 ( #2454 )
...
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.0.0-M7 to 3.0.0-M8.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M7...surefire-3.0.0-M8 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-21 11:26:38 +02:00
Eugene
196233d587
feature: Rewrite thread-local storage pattern ( #2452 )
2023-01-19 20:50:59 +02:00
dependabot[bot]
e9d1368454
dependencies: bump gson from 2.10 to 2.10.1 ( #2447 )
...
Bumps [gson](https://github.com/google/gson ) from 2.10 to 2.10.1.
- [Release notes](https://github.com/google/gson/releases )
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.1 )
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-14 09:01:52 +02:00
dependabot[bot]
206627dc2b
dependencies: bump htmlunit from 2.68.0 to 2.69.0 ( #2448 )
...
Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit ) from 2.68.0 to 2.69.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases )
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.68.0...2.69.0 )
---
updated-dependencies:
- dependency-name: net.sourceforge.htmlunit:htmlunit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-14 08:44:15 +02:00
Ilkka Seppälä
fa993a66e7
dependencies: Revert "dependencies: bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 ( #2418 )" ( #2420 )
...
This reverts commit 8cfe12b566 .
2023-01-03 17:28:15 +02:00
dependabot[bot]
8cfe12b566
dependencies: bump maven-checkstyle-plugin from 3.1.0 to 3.2.0 ( #2418 )
...
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases )
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.0...maven-checkstyle-plugin-3.2.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 17:12:47 +02:00
dependabot[bot]
9683b1389b
dependencies: bump sonar-maven-plugin from 3.8.0.2131 to 3.9.1.2184 ( #2413 )
...
Bumps [sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven ) from 3.8.0.2131 to 3.9.1.2184.
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases )
- [Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/3.8.0.2131...3.9.1.2184 )
---
updated-dependencies:
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2023-01-01 19:17:37 +02:00
dependabot[bot]
d2f49b9ba8
dependencies: bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7 ( #2412 )
...
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.0.0-M5 to 3.0.0-M7.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M7 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2023-01-01 19:16:18 +02:00
dependabot[bot]
f3c4369214
dependencies: bump htmlunit from 2.66.0 to 2.68.0 ( #2409 )
...
Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit ) from 2.66.0 to 2.68.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases )
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.66.0...2.68.0 )
---
updated-dependencies:
- dependency-name: net.sourceforge.htmlunit:htmlunit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2023-01-01 15:18:59 +02:00
Ilkka Seppälä
8877ba70d3
fix: Fix context object ( #2415 )
...
* fix pr builder goals
* update links
* add context-object to build
* add autogenerated content
* fix checkstyle findings
2023-01-01 12:28:51 +02:00
Nakul Nambiar
fd402fc876
feature: #1288 Added The Client Session Design Pattern ( #2155 )
...
* #1288 Add client session design pattern
* #1288 Add license to files
* Inserted README file for session_state_pattern
* Added real-world example to client-session/README
* #1288 Add server tests
* #1288 Fixed code smells
* #1288 Removed unused getter and setters
* #1288 incorporated feedback
* #1288 Added maven-assembly-plugin
* #1288 Added more description
Co-authored-by: Nakul Nambiar <u7433687@anu.edu.au >
Co-authored-by: Denis <u7281557@anu.edu.au >
2022-12-29 13:05:29 +02:00
Ilkka Seppälä
695e12379d
dependencies: Upgrade urm-maven-plugin ( #2404 )
...
* upgrade urm
* remove unused property
* Update sonar PR analysis
* add missing license headers
* update urm version
2022-12-28 18:19:26 +02:00
Robert Volkmann
9181210f81
dependencies: update com.google.guice 4.0 to 5.1.0 ( #2357 )
...
* dep: update com.google.guice 4.0 to 5.1.0
* Add property for version of gson
2022-12-04 20:30:41 +02:00
Shivanagouda Agasimani
b2eb312b5e
feature: Embedded value pattern ( #2384 )
...
* Emdedded value design pattern
* Adding suggested changes
* Adding module in parent POM
* Fixed checkstyle errors
2022-12-04 18:31:29 +02:00
Hugo Kat
7be2828c8a
feature: #1842 Add Currying Design Pattern ( #2271 )
...
* #1842 Setting up project and creating example classes. Issues running site and deploy
* #1842 Added unit tests
* #1842 Improved example
* #1842 Added UML class diagram
* #1842 Added comments to Genre class
* #1842 Improved readability of lambda function
* #1842 Started working on the README and created initial UML
* #1842 Added example to README
* #1842 Replaced prints with LOGGER
* #1842 Fixed typo in README
* #1842 Testing commit account
* #1842 Adding documentation to App class
* #1842 Improved documentation
* #1842 Added documentation to AppTest
* #1842 Fixing latex formating issue
* #1842 Improving the intent description
* #1842 Removed override methods from the UML diagram for clarity
* #1842 Renamed the SCI_FI enum
* #1842 Updated the currying pom.xml
* #1842 Removed unneeded comment
* #1842 Improving documentation and README
* Added review changes.
* Fixing build issues and added javadoc comments to functional interfaces.
* Removing code smells
* Removed unnecessary toString method
* Using lombok to reduce boiler plate.
* Fixed frontmatter.
* Removing function name code smell
* Fixed README typo
* Added book_creator test to improve coverage
Co-authored-by: Hugo Kat <u7286091@anu.edu.au >
2022-12-04 11:48:57 +02:00
kongleong86
2d309b8928
dependencies: Refactor unit tests without depending on Guava ( #2181 )
...
* Refactor unit tests without depending on Guava
* Remove redundant casts.
* Move import up
* Update repository/src/test/java/com/iluwatar/repository/RepositoryTest.java
Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com >
* Update repository/src/test/java/com/iluwatar/repository/AnnotationBasedRepositoryTest.java
Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com >
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com >
2022-12-04 11:25:57 +02:00
Robert Volkmann
cececd4f64
dependencies: replace json-simple with gson ( #2358 )
2022-12-04 11:05:24 +02:00
Robert Volkmann
18b04db103
dependencies: remove mongodb uber artifact ( #2356 )
2022-12-04 10:55:33 +02:00
Ilkka Seppälä
0793c50363
build: Set Java language level ( #2380 )
...
* update language level
* update stale bot config
* update gh actions build
2022-12-03 20:46:22 +02:00
Robert Volkmann
6a5b26e1b8
Feature: remove eip and cloud patterns ( #2354 )
...
* feat: remove EIP patterns
* feat: remove cloud patterns
* feat: remove serverless pattern
2022-11-29 19:43:40 +02:00