https://github.com/FasterXML/jackson-modules-base
Last synced: about 1 month ago
Repository metadata:
Uber-project for foundational modules of Jackson that build directly on core components but nothing else; not including data format or datatype modules
- Host: GitHub
- URL: https://github.com/FasterXML/jackson-modules-base
- Owner: FasterXML
- License: apache-2.0
- Created: 2016-01-21T22:24:00.000Z (almost 9 years ago)
- Default Branch: 2.19
- Last Pushed: 2024-10-29T00:08:32.000Z (about 2 months ago)
- Last Synced: 2024-10-29T19:17:42.941Z (about 2 months ago)
- Language: Java
- Size: 4.25 MB
- Stars: 167
- Watchers: 17
- Forks: 77
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Owner metadata:
- Name: FasterXML, LLC
- Login: FasterXML
- Email: [email protected]
- Kind: organization
- Description:
- Website: http://fasterxml.com
- Location: Seattle, WA
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/382692?v=4
- Repositories: 68
- Last Synced at: 2023-04-14T17:44:54.358Z
- Profile URL: https://github.com/FasterXML
- Sponsor URL:
Committers metadata
Last synced: about 2 months ago
Total Commits: 780
Total Committers: 27
Avg Commits per committer: 28.889
Development Distribution Score (DDS): 0.155
Commits in past year: 96
Committers in past year: 6
Avg Commits per committer in past year: 16.0
Development Distribution Score (DDS) in past year: 0.219
Name | Commits | |
---|---|---|
Tatu Saloranta | t****a@i****i | 659 |
Steven Schlansker | s****r@g****m | 35 |
robbytx | r****n@b****m | 14 |
GedMarc | g****c@h****m | 8 |
Jeffrey | j****s@p****m | 8 |
dependabot[bot] | 4****] | 7 |
joohyukkim | b****e@g****m | 7 |
PJ Fanning | p****g | 6 |
eranl | 1****l | 5 |
HelloOO7 | c****r@g****m | 5 |
Jack Dunning | J****1@u****m | 5 |
Joe Barnett | j****t@c****m | 3 |
Dan Sanduleac | d****c@p****m | 2 |
Tatu Saloranta | t****a@g****m | 2 |
Tatsuya Shimoda | t****o | 2 |
Aleksandr Beliakov | a****v@n****u | 1 |
Carter Kozak | c****k@c****t | 1 |
Damian Serwin | d****n@g****m | 1 |
HildoYe | h****5@g****m | 1 |
James R. Perkins | j****s@r****m | 1 |
Nate Bauernfeind | n****e@h****m | 1 |
Rui Zhang | r****0@g****m | 1 |
Steve Storey | s****y@g****m | 1 |
Sadayuki Furuhashi | f****i@g****m | 1 |
Steven Schlansker | s****n@p****m | 1 |
Yeikel | e****l@y****m | 1 |
linjunhua | l****e@1****m | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 21
- Total downloads: unknown
- Total docker downloads: 10,426,562,064
- Total dependent packages: 3,179 (may contain duplicates)
- Total dependent repositories: 23,569 (may contain duplicates)
- Total versions: 1,124
maven: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data-binding.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:11.056Z (about 1 month ago)
- Versions: 159
- Dependent Packages: 1,244
- Dependent Repositories: 13,365
- Docker Downloads: 9,418,955,590
-
Rankings:
- Docker downloads count: 0.009%
- Dependent packages count: 0.062%
- Dependent repos count: 0.064%
- Average: 9.089%
- Forks count: 21.0%
- Stargazers count: 24.31%
maven: com.fasterxml.jackson.module:jackson-module-afterburner
Jackson (https://github.com/FasterXML/jackson) extension module used to enhance performance using bytecode generation to replace use of Reflection for field access and method calls
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-afterburner/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:24.632Z (about 1 month ago)
- Versions: 153
- Dependent Packages: 619
- Dependent Repositories: 8,933
- Docker Downloads: 406,982,580
-
Rankings:
- Dependent repos count: 0.088%
- Dependent packages count: 0.131%
- Docker downloads count: 0.221%
- Average: 9.15%
- Forks count: 21.0%
- Stargazers count: 24.31%
maven: com.fasterxml.jackson.module:jackson-module-paranamer
AnnotationIntrospectors that use Paranamer (http://paranamer.codehaus.org) to introspect names of constructor (and factory method) parameters.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-paranamer/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:25.083Z (about 1 month ago)
- Versions: 138
- Dependent Packages: 206
- Dependent Repositories: 743
- Docker Downloads: 423,736,927
-
Rankings:
- Docker downloads count: 0.216%
- Dependent packages count: 0.383%
- Dependent repos count: 0.469%
- Average: 9.276%
- Forks count: 21.0%
- Stargazers count: 24.31%
maven: com.fasterxml.jackson.module:jackson-module-blackbird
Jackson (https://github.com/FasterXML/jackson) extension module that uses LambdaMetafactory based code generation to replace reflection calls.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-blackbird/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:44.242Z (about 1 month ago)
- Versions: 44
- Dependent Packages: 175
- Dependent Repositories: 124
- Docker Downloads: 66,683,799
-
Rankings:
- Dependent packages count: 0.449%
- Docker downloads count: 0.603%
- Dependent repos count: 1.655%
- Average: 9.603%
- Forks count: 21.0%
- Stargazers count: 24.31%
maven: com.fasterxml.jackson.module:jackson-module-guice
Stuff to make integration with Guice a bit easier
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-guice/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:23.514Z (about 1 month ago)
- Versions: 134
- Dependent Packages: 149
- Dependent Repositories: 177
- Docker Downloads: 4,947,297
-
Rankings:
- Dependent packages count: 0.507%
- Dependent repos count: 1.277%
- Docker downloads count: 1.377%
- Average: 9.694%
- Forks count: 21.0%
- Stargazers count: 24.31%
maven: com.fasterxml.jackson.module:jackson-module-mrbean
Functionality for implementing interfaces and abstract types dynamically ("bean materialization"), integrated with Jackson (although usable externally as well)
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-mrbean/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:52.500Z (about 1 month ago)
- Versions: 150
- Dependent Packages: 126
- Dependent Repositories: 80
- Docker Downloads: 57,348,494
-
Rankings:
- Dependent packages count: 0.594%
- Docker downloads count: 0.627%
- Dependent repos count: 2.248%
- Average: 9.719%
- Forks count: 20.857%
- Stargazers count: 24.267%
maven: com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations
Support for using Jakarta XML Bind (aka JAXB 3.0) annotations as an alternative to "native" Jackson annotations, for configuring data-binding.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-jakarta-xmlbind-annotations/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:15.542Z (about 1 month ago)
- Versions: 35
- Dependent Packages: 522
- Dependent Repositories: 120
- Docker Downloads: 47,907,377
-
Rankings:
- Dependent packages count: 0.159%
- Docker downloads count: 1.521%
- Dependent repos count: 1.695%
- Average: 9.737%
- Forks count: 21.0%
- Stargazers count: 24.31%
maven: com.fasterxml.jackson.module:jackson-module-osgi
Jackson module to inject OSGI services in deserialized beans.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-osgi/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:02:58.352Z (about 1 month ago)
- Versions: 110
- Dependent Packages: 98
- Dependent Repositories: 16
-
Rankings:
- Dependent packages count: 0.748%
- Dependent repos count: 6.082%
- Average: 13.039%
- Forks count: 21.0%
- Stargazers count: 24.327%
maven: com.fasterxml.jackson.module:jackson-module-no-ctor-deser
Support deserialization of POJO classes without default constructor
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-no-ctor-deser/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:21.568Z (about 1 month ago)
- Versions: 35
- Dependent Packages: 18
- Dependent Repositories: 6
-
Rankings:
- Dependent packages count: 3.523%
- Dependent repos count: 10.013%
- Average: 14.711%
- Forks count: 21.0%
- Stargazers count: 24.31%
maven: com.fasterxml.jackson.module:jackson-modules-base
Parent pom for Jackson "base" modules: modules that build directly on databind, and are not datatype, data format, or JAX-RS provider modules.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-modules-base/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:28.066Z (about 1 month ago)
- Versions: 98
- Dependent Packages: 4
- Dependent Repositories: 5
-
Rankings:
- Dependent repos count: 10.9%
- Dependent packages count: 13.911%
- Average: 17.535%
- Forks count: 21.0%
- Stargazers count: 24.327%
maven: com.jwebmp.jackson.module:jackson-module-guice
Stuff to make integration with Guice a bit easier
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-module-guice/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 0.66.0.1 (published over 5 years ago)
- Last Synced: 2024-11-11T01:03:44.998Z (about 1 month ago)
- Versions: 6
- Dependent Packages: 4
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 13.421%
- Forks count: 14.578%
- Stargazers count: 17.588%
- Average: 19.392%
- Dependent repos count: 31.98%
maven: com.jwebmp.jpms.jackson.module:jackson-module-guice
Stuff to make integration with Guice a bit easier
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.jwebmp.jpms.jackson.module/jackson-module-guice/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 0.68.0.1 (published over 5 years ago)
- Last Synced: 2024-11-11T01:03:49.599Z (about 1 month ago)
- Versions: 11
- Dependent Packages: 4
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 13.421%
- Forks count: 14.578%
- Stargazers count: 17.588%
- Average: 19.392%
- Dependent repos count: 31.98%
maven: com.guicedee.services:jackson-module-jaxb-annotations
Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data-binding.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.guicedee.services/jackson-module-jaxb-annotations/
- Licenses: GPL 3
- Latest release: 1.1.0.2-jre14 (published about 4 years ago)
- Last Synced: 2024-11-11T01:03:18.658Z (about 1 month ago)
- Versions: 7
- Dependent Packages: 2
- Dependent Repositories: 0
-
Rankings:
- Forks count: 14.578%
- Stargazers count: 17.588%
- Average: 21.627%
- Dependent packages count: 22.361%
- Dependent repos count: 31.98%
maven: com.jwebmp.jackson.module:jackson-module-jaxb-annotations
Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data-binding.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-module-jaxb-annotations/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 0.63.0.19 (published about 6 years ago)
- Last Synced: 2024-11-11T01:03:13.223Z (about 1 month ago)
- Versions: 2
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Forks count: 14.578%
- Stargazers count: 17.588%
- Average: 24.036%
- Dependent repos count: 31.98%
- Dependent packages count: 31.998%
maven: com.jwebmp.jackson.module:jackson-module-mrbean
Functionality for implementing interfaces and abstract types dynamically ("bean materialization"), integrated with Jackson (although usable externally as well)
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-module-mrbean/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 0.63.0.19 (published about 6 years ago)
- Last Synced: 2024-11-11T01:03:13.199Z (about 1 month ago)
- Versions: 2
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Forks count: 14.578%
- Stargazers count: 17.588%
- Average: 24.036%
- Dependent repos count: 31.98%
- Dependent packages count: 31.998%
maven: com.jwebmp.jackson.module:jackson-module-osgi
Jackson module to inject OSGI services in deserialized beans.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-module-osgi/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 0.63.0.19 (published about 6 years ago)
- Last Synced: 2024-11-11T01:03:12.958Z (about 1 month ago)
- Versions: 2
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Forks count: 14.578%
- Stargazers count: 17.588%
- Average: 24.036%
- Dependent repos count: 31.98%
- Dependent packages count: 31.998%
maven: com.jwebmp.jackson.module:jackson-module-afterburner
Jackson (https://github.com/FasterXML/jackson) extension module used to enhance performance using bytecode generation to replace use of Reflection for field access and method calls
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-module-afterburner/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 0.63.0.19 (published about 6 years ago)
- Last Synced: 2024-11-11T01:03:52.100Z (about 1 month ago)
- Versions: 2
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Forks count: 14.578%
- Stargazers count: 17.588%
- Average: 24.036%
- Dependent repos count: 31.98%
- Dependent packages count: 31.998%
maven: com.fasterxml.jackson.module:jackson-module-guice7
Stuff to make integration with Guice 7+ a bit easier
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-guice7/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:18.356Z (about 1 month ago)
- Versions: 12
- Dependent Packages: 3
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 17.553%
- Forks count: 20.625%
- Stargazers count: 23.885%
- Average: 24.343%
- Dependent repos count: 35.31%
maven: com.fasterxml.jackson.module:jackson-module-android-record
Support deserialization into records on Android
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-android-record/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 2.17.1 (published 8 months ago)
- Last Synced: 2024-11-11T01:03:44.124Z (about 1 month ago)
- Versions: 11
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Forks count: 20.625%
- Stargazers count: 23.885%
- Average: 28.195%
- Dependent packages count: 32.961%
- Dependent repos count: 35.31%
maven: com.jwebmp.jackson.module:jackson-modules-base
Parent pom for Jackson "base" modules: modules that build directly on databind, and are not datatype, data format, or JAX-RS provider modules.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.jwebmp.jackson.module/jackson-modules-base/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 0.63.0.19 (published about 6 years ago)
- Last Synced: 2024-11-11T01:03:18.259Z (about 1 month ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 14.578%
- Stargazers count: 17.588%
- Average: 28.251%
- Dependent repos count: 31.98%
- Dependent packages count: 48.86%
maven: com.jwebmp.jpms.jackson.module:jackson-modules-base
Parent pom for Jackson "base" modules: modules that build directly on databind, and are not datatype, data format, or JAX-RS provider modules.
- Homepage: https://github.com/FasterXML/jackson-modules-base
- Documentation: https://appdoc.app/artifact/com.jwebmp.jpms.jackson.module/jackson-modules-base/
- Licenses: The Apache Software License, Version 2.0
- Latest release: 0.68.0.1 (published over 5 years ago)
- Last Synced: 2024-11-11T01:03:17.198Z (about 1 month ago)
- Versions: 11
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 14.578%
- Stargazers count: 17.588%
- Average: 28.251%
- Dependent repos count: 31.98%
- Dependent packages count: 48.86%
Dependencies
- actions/checkout v3 composite
- actions/setup-java v3 composite
- codecov/codecov-action v1 composite
- org.ow2.asm:asm 9.0
- com.fasterxml.jackson.core:jackson-annotations provided
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- org.ow2.asm:asm
- org.openjdk.jmh:jmh-generator-annprocess 1.25 provided
- com.fasterxml.jackson.module:jackson-module-afterburner
- com.fasterxml.jackson.module:jackson-module-blackbird 2.12.0-SNAPSHOT
- org.apache.commons:commons-lang3 3.2
- org.openjdk.jmh:jmh-core 1.25
- com.fasterxml.jackson.core:jackson-annotations provided
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- com.fasterxml.jackson.core:jackson-annotations
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- com.google.inject:guice [4.0,5.0)
- com.fasterxml.jackson.core:jackson-annotations
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- jakarta.activation:jakarta.activation-api 2.1.0
- jakarta.xml.bind:jakarta.xml.bind-api 3.0.1
- org.glassfish.jaxb:jaxb-runtime 3.0.1 test
- com.fasterxml.jackson.core:jackson-annotations
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- jakarta.activation:jakarta.activation-api 1.2.2
- jakarta.xml.bind:jakarta.xml.bind-api 2.3.3
- org.glassfish.jaxb:jaxb-runtime 2.3.3 test
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- org.ow2.asm:asm
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- com.fasterxml.jackson.core:jackson-databind
- org.osgi:org.osgi.core 5.0.0
- org.mockito:mockito-all 1.10.19 test
- com.fasterxml.jackson.core:jackson-databind
- com.thoughtworks.paranamer:paranamer 2.8
- com.fasterxml.jackson.core:jackson-annotations test
- com.fasterxml.jackson.core:jackson-annotations
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- com.google.inject:guice 7.0.0