{"id":23118550,"url":"https://github.com/vpro/vpro-shared","last_synced_at":"2025-07-19T11:11:07.949Z","repository":{"id":37431965,"uuid":"144847197","full_name":"vpro/vpro-shared","owner":"vpro","description":"These are various shared utility modules which are used on several places in VPRO artifacts.","archived":false,"fork":false,"pushed_at":"2024-04-12T14:40:05.000Z","size":9999,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-04-14T04:45:17.930Z","etag":null,"topics":["elasticsearch","java","utils"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vpro.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-08-15T11:55:26.000Z","updated_at":"2024-04-15T09:26:48.228Z","dependencies_parsed_at":"2024-03-12T14:42:58.689Z","dependency_job_id":"67624159-76ae-410a-92a5-e362488dc51c","html_url":"https://github.com/vpro/vpro-shared","commit_stats":null,"previous_names":[],"tags_count":239,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpro%2Fvpro-shared","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpro%2Fvpro-shared/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpro%2Fvpro-shared/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpro%2Fvpro-shared/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vpro","download_url":"https://codeload.github.com/vpro/vpro-shared/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247108729,"owners_count":20884962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["elasticsearch","java","utils"],"created_at":"2024-12-17T05:18:15.546Z","updated_at":"2025-07-19T11:11:07.943Z","avatar_url":"https://github.com/vpro.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= VPRO Shared modules\n:toc:\n\n//image:https://travis-ci.com/vpro/vpro-shared.svg[BuildStatus,link=https://travis-ci.com/vpro/vpro-shared]\nimage:https://github.com/vpro/vpro-shared/workflows/build/badge.svg?[Build Status,link=https://github.com/vpro/vpro-shared/actions?query=workflow%3Abuild]\nimage:https://img.shields.io/maven-central/v/nl.vpro.shared/vpro-shared-parent.svg[MavenCentral,link=https://search.maven.org/search?q=g:%22nl.vpro.shared%22]\nimage:http://www.javadoc.io/badge/nl.vpro.shared/vpro-shared-parent.svg?color=blue[javadoc,link=http://www.javadoc.io/doc/nl.vpro.shared]\nimage:https://codecov.io/gh/vpro/vpro-shared/branch/main/graph/badge.svg[codecov,link=https://codecov.io/gh/vpro/vpro-shared]\n\n// As of june 30, 2025 uploadibng to oss.sonatype.org is not longer supported. I arranged uploading to central.sonatype.org, but I cannot find batches or directory listings for that.\n//image:https://img.shields.io/nexus/s/https/oss.sonatype.org/nl.vpro.shared/vpro-shared-parent.svg[snapshots,link=https://oss.sonatype.org/content/repositories/snapshots/nl/vpro/shared/]\n\nThese are various shared utility modules which are used on several\nplaces in VPRO artifacts.\n\n== highlights\n\n* link:vpro-shared-util[vpro-shared-util]: Classes in `nl.vpro.util`. Related to collections and other low level java utilities.\n* link:vpro-shared-logging[vpro-shared-logging]: Utilities related to logging. Mostly related to SLF4j. Also contains a more simple framework 'SimpleLogger', which is easy to implement on the fly\n* link:archived/vpro-shared-elasticsearch7[vpro-shared-elasticsearch7]: Related to elasticsearch7 (archived)\n* link:vpro-shared-elasticsearch-client[vpro-shared-elasticsearch-client]: Related to elasticsearch low level client\n* link:vpro-shared-elasticsearch-high-level-client[vpro-shared-elasticsearch-high-level-client]: Related to elasticsearch high level client\n* link:vpro-shared-swagger3[vpro-shared-swagger3]: Some utilities related to swagger frontend and openapi. Depends on webjars to provide the actuall swagger frontend too\n\n* link:vpro-shared-monitoring[vpro-shared-monitoring]: Kind of like spring-actuator, for non-springboot applications. Providing the monitoring endpoints which can be used by openshift for example.\n* link:archived/vpro-shared-couchdb-util[vpro-shared-couchdb-util]: Lightweight and streaming couchdb clients\n* link:archived/vpro-shared-swagger[vpro-shared-swagger]: Some utilities related to swagger frontend. Depends on webjars.\n* ..\n\n== Builds\n\nSNAPSHOT builds can be found at      https://central.sonatype.com/repository/maven-snapshots/ (this is afaik not currently browsable)\n\nRelease builds will be provided via https://central.sonatype.com/search?q=g%3Anl.vpro.shared[maven central].\n\n== TODO\n\n* Some of these modules are old, contain very little usefull or are very specific for VPRO. We should remove them.\n* A bit more of documentation here and there would be welcome. Though we provide this mainly to be able to provide _other_ artifact too, which themselves depend on this\n* Some, or perhaps even most or all, of the submodules should be migrated to git repositories of their own. They don't change often. This will make the builds faster and leaner.\n\n\n== Version history\n\n\n|===\n|Major |remarks |\n\n| 0/1.x\n| lived at subversion @ vpro\n| 2008 - 2018\n\n| 2.x\n| First version at github, java 8\n| september 2018\n\n| 3.x\n| java 11\n| november 2022\n\n| 4.x\n| java 17\n| june 2023\n\n| 4.3-SNAPHOT\n| This is the branch for javax compatiblity. From this minor release can/will be made. Possible it can be merged to 4.4 if needed\n  This would be done manually, since release branches are normally made from main\n| February 2024\n\n\n| 5.x\n| javax -\u003e jakarta\n| February 2024\n\n| 5.1\n| hibernate orm 6, hibernate search 7\n| May 2024\n\n| 5.4\n|\n| January 2025\n\n\n| 6.x \u003e\n| java 21 (released in sep. 2023)\n| 2025?\n\n\n|===\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpro%2Fvpro-shared","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvpro%2Fvpro-shared","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpro%2Fvpro-shared/lists"}