Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kobee1203/schema-org-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.0
Choose a base ref
...
head repository: Kobee1203/schema-org-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.0
Choose a head ref
  • 17 commits
  • 1,235 files changed
  • 3 contributors

Commits on Apr 24, 2025

  1. Update CHANGELOG.md

    Nicolas Dos Santos committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    533a9fc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Bump nl.jqno.equalsverifier:equalsverifier from 3.19.3 to 3.19.4

    Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.19.3 to 3.19.4.
    - [Release notes](https://github.com/jqno/equalsverifier/releases)
    - [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jqno/equalsverifier/commits)
    
    ---
    updated-dependencies:
    - dependency-name: nl.jqno.equalsverifier:equalsverifier
      dependency-version: 3.19.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    80d2c1c View commit details
    Browse the repository at this point in the history
  2. New enum SchemaDataType and new class SchemaConstants to specify reus…

    …able values of schema.org Data Types
    Nicolas Dos Santos committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    2579ae7 View commit details
    Browse the repository at this point in the history
  3. [serializer] Allows custom modules for serialization and deserializat…

    …ion + refactoring serialization to use BeanSerializerModifier and specify Data Types serializers + supports custom Data Types serializers with @JsonLdDataTypeSerializer annotation
    Nicolas Dos Santos committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    6ddf901 View commit details
    Browse the repository at this point in the history
  4. [serializer] Update Data Types deserializers implementation + support…

    …s custom Data Types deserializers with @JsonLdDataTypeDeserializer annotation
    Nicolas Dos Santos committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    ac1221b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Merge pull request #193 from Kobee1203/feature/182

    [serializer] Support custom Serializers and Deserializers #182
    Kobee1203 authored May 1, 2025
    Configuration menu
    Copy the full SHA
    9a9c41c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #192 from Kobee1203/dependabot/maven/nl.jqno.equal…

    …sverifier-equalsverifier-3.19.4
    
    Bump nl.jqno.equalsverifier:equalsverifier from 3.19.3 to 3.19.4
    Kobee1203 authored May 1, 2025
    Configuration menu
    Copy the full SHA
    90d4e1d View commit details
    Browse the repository at this point in the history
  3. Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0

    Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.3 to 2.19.0.
    - [Commits](FasterXML/jackson-bom@jackson-bom-2.18.3...jackson-bom-2.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-version: 2.19.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 1, 2025
    Configuration menu
    Copy the full SHA
    021a709 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #191 from Kobee1203/dependabot/maven/com.fasterxml…

    ….jackson-jackson-bom-2.19.0
    
    Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0
    Kobee1203 authored May 1, 2025
    Configuration menu
    Copy the full SHA
    ceb3d4a View commit details
    Browse the repository at this point in the history
  5. [generator] Allows custom java types for schema.org Data Types

    Nicolas Dos Santos committed May 1, 2025
    Configuration menu
    Copy the full SHA
    ead3579 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. [generator] SchemaModelGeneratorApp: Allows custom java types for sch…

    …ema.org Data Types
    Nicolas Dos Santos committed May 2, 2025
    Configuration menu
    Copy the full SHA
    08db2f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95abc2e View commit details
    Browse the repository at this point in the history
  3. Fix Sonar issues

    Nicolas Dos Santos committed May 2, 2025
    Configuration menu
    Copy the full SHA
    a48813b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #194 from Kobee1203/feature/182_custom_data_types

    [generator] Allows custom java types for schema.org Data Types #182
    Kobee1203 authored May 2, 2025
    Configuration menu
    Copy the full SHA
    e509d12 View commit details
    Browse the repository at this point in the history
  5. Bump version from 0.8.x to 0.9.x

    Nicolas Dos Santos committed May 2, 2025
    Configuration menu
    Copy the full SHA
    d34c15e View commit details
    Browse the repository at this point in the history
  6. Specify lombok version to be used by lombok-maven-plugin

    Nicolas Dos Santos committed May 2, 2025
    Configuration menu
    Copy the full SHA
    bf205e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    302cb96 View commit details
    Browse the repository at this point in the history
Loading