{"id":22439684,"url":"https://github.com/beneite/javautilities","last_synced_at":"2026-04-07T22:31:44.679Z","repository":{"id":213983634,"uuid":"735397360","full_name":"beneite/JavaUtilities","owner":"beneite","description":"This repo contains the custom utilities to support Automation framework. Please go through the readme file","archived":false,"fork":false,"pushed_at":"2026-01-23T12:35:36.000Z","size":247231,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-24T04:49:48.047Z","etag":null,"topics":["docker","docker-compose","docker-images","hikari-connection-pool","jackson-databind","jdbc-connection","jsch","json","jsonobject","kafka","kafka-streams","password-protection","prepared-statements","processbuilder","selenium-grid","selenium-grid-4","unix-command","yaml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beneite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-24T19:16:11.000Z","updated_at":"2026-01-23T12:35:41.000Z","dependencies_parsed_at":"2025-10-29T00:19:44.730Z","dependency_job_id":null,"html_url":"https://github.com/beneite/JavaUtilities","commit_stats":null,"previous_names":["beneite/javautilities"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beneite/JavaUtilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beneite%2FJavaUtilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beneite%2FJavaUtilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beneite%2FJavaUtilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beneite%2FJavaUtilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beneite","download_url":"https://codeload.github.com/beneite/JavaUtilities/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beneite%2FJavaUtilities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","docker-images","hikari-connection-pool","jackson-databind","jdbc-connection","jsch","json","jsonobject","kafka","kafka-streams","password-protection","prepared-statements","processbuilder","selenium-grid","selenium-grid-4","unix-command","yaml"],"created_at":"2024-12-06T01:15:39.711Z","updated_at":"2026-04-07T22:31:44.675Z","avatar_url":"https://github.com/beneite.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This repo contains the utilities created in java to support Automation:\n\n\u003e [!NOTE]\n\u003e utility hypertext mark will navigate to respective motes.md file\n\n### Please go through the below table:\n\n| **_Utility_**                                                                |        **_Package Name_**         |                                                                                                                                     **_Topics covered_**                                                                                                                                      |\n|------------------------------------------------------------------------------|:---------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|\n| [Json Paring](src/main/java/jsonParsing/jsonParsingNotes.md)                 |     src/main/java/jsonParsing     |                             - JSONObject, POJO, [serialization](https://www.geeksforgeeks.org/serialization-in-java/) \u003cbr/\u003e- deserialization \u003cbr/\u003e- Object Mapper\u003cbr/\u003e- Jackson API,\u003cbr/\u003e-  org.json.JSONObject\u003cbr/\u003e- org.json.simple \u003cbr/\u003e- Json to Excel \u003cbr/\u003e                              | \n| [Database Connection](src/main/java/DataBaseConnection/DbCOnnectionNotes.md) | src/main/java/DataBaseConnection  | - how to establish DB connection [link](src/main/java/DataBaseConnection/mySqlDb/FetchDataFromDb/DbConnectionUtil.java)\u003cbr/\u003e-  Fetching data from DB\u003cbr/\u003e-  Storing fetched Data into *.json \u003c/br\u003e- Execute query, ExecuteUpdate\u003c/br\u003e -Prepared Statements\u003c/br\u003e-setAutoCommit\u003c/br\u003e- Hikari CP | \n| Password Protection                                                          | src/main/java/Password_Protection |                                                                                                  - Password encryption \u0026 description\u003cbr/\u003e - Use char[] instead of String to store Passwords                                                                                                   | \n| [Unix Commands](src/main/java/unix_commands/lynxnotes.md)                    |    src/main/java/unix_commands    |                                                                                                                                     - Basic Unix commands                                                                                                                                     | \n| Unix Playground                                                              |   src/main/java/unix_playground   |                          - Shell script execution([using process builder](src/main/java/unix_playground/shellScriptExecution/UsingProcessBuilder.java) , [using plexus utils](src/main/java/unix_playground/shellScriptExecution/UsingPlexusUtils.java), Using JSCH)                          | \n| [Docker](src/main/java/docker/dockerGuide.md)                                |       src/main/java/docker        |                                                                                                            - How to create docker images \u003cbr/\u003e- Docker compose yaml example \u003cbr/\u003e                                                                                                             | \n| [Maven](src/main/java/maven/maven_notes.md)                                  |        src/main/java/maven        |                                                                                                                                         - maven notes                                                                                                                                         | \n| [Http Client](src/main/java/httpClientLibrary/httpClientNotes.md)            |  src/main/java/httpClientLibrary  |                                                                                                                                 - Http client Sync and Async                                                                                                                                  | \n\n\u003e [!IMPORTANT]\n\u003e Points to remember:\n\n| **_Topics_**                |                                                                                                                 **_Link_**                                                                                                                 |\n|-----------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|\n| @JsonProperty(\"field_name\") |          -  https://stackoverflow.com/questions/53191468/no-creators-like-default-construct-exist-cannot-deserialize-from-object-valu \u003cbr/\u003e - https://www.concretepage.com/jackson-api/jackson-jsonproperty-and-jsonalias-example          | \n| org.json.JSONObject         |                                                                                     is best in converting string to json object, json array on the fly                                                                                     | \n| Password Protection         | Never store password in String in java instead use char[] [video_link](https://www.youtube.com/watch?v=fDTbnLS5AS8), [Oracle_recommendation](https://docs.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#PBEEx) | \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeneite%2Fjavautilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeneite%2Fjavautilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeneite%2Fjavautilities/lists"}