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: vaadin/collaboration-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.6.0
Choose a base ref
...
head repository: vaadin/collaboration-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.0-beta1
Choose a head ref
  • 17 commits
  • 51 files changed
  • 9 contributors

Commits on Aug 12, 2025

  1. chore: bump project to 7.0-SNAPSHOT (#100)

    * chore: bump project to 7.0-SNAPSHOT
    
    * fix: remove HasOverlayClassName from AvatarGroup
    
    * use license-checker 2.0.0-alpha1
    
    * Fix version
    
    * Bump test versions
    
    * correct import after springboot 4.0
    
    * bump tomee-maven-plugin to 10.1.0 for vaadin 25
    
    ---------
    
    Co-authored-by: web-padawan <iamkulykov@gmail.com>
    Co-authored-by: Artur <artur@vaadin.com>
    3 people authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    f392f32 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    aa43bf7 View commit details
    Browse the repository at this point in the history
  2. chore: fix the deploy script for 7.0 (#103)

    * chore: fix the deploy script for 7.0
    
    replace `master` with `main`
    replace the old repository name
    
    * remove flow-spring version setting code
    
    it is not needed any more, as vaadin-spring is coming from flow
    ZheSun88 authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    ac04a7f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Configuration menu
    Copy the full SHA
    5256ce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    47a61da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad31894 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Configuration menu
    Copy the full SHA
    541d315 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    6f2945f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Replace Elemental with Jackson (#117)

    * Replace Elemental with Jackson
    
    * Fix formatting
    
    * Use JacksonUtils
    
    * Correct JSON pointer expression
    
    ---------
    
    Co-authored-by: Matthew Wilson <matthew_w@vaadin.com>
    heruan and MatthewVaadin authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    1623ebe View commit details
    Browse the repository at this point in the history
  2. chore: Update Vaadin license-checker version to 2.0.0-rc1 (#115)

    Co-authored-by: Giovanni Lovato <giovanni@vaadin.com>
    mshabarov and heruan authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    dc694e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Configuration menu
    Copy the full SHA
    d5383c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    6616c9a View commit details
    Browse the repository at this point in the history
  2. Allow specifying class or type reference for a property change handler (

    #114)
    
    * Allow specifying class or type reference for a property change handler
    
    * Formatting
    MatthewVaadin authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    b721eb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. feat: Upgrade from Jackson 2 to Jackson 3.0.0-rc10 (#122)

    Major migration changes:
    - Updated Jackson dependencies from com.fasterxml.jackson to tools.jackson
    - Updated Spring Boot version from 4.0.0-M1 to 4.0.0-M3
    - Updated Java version from 17 to 21
    - Updated TestBench version to 10.0.0-alpha4
    - Removed jackson-datatype-jsr310 dependency (now built-in to Jackson 3)
    - Updated package imports across all source and test files
    - Replaced JsonProcessingException with JacksonException
    - Updated ObjectMapper configuration to use JsonMapper.builder() pattern
    - Fixed TextNode usage to use JsonNodeFactory.instance.textNode()
    - Updated DateTimeFeature configuration for Jackson 3
    
    Key compatibility fixes:
    - Used JsonMapper.builderWithJackson2Defaults() for backward compatibility
    - Updated JsonUtilTest to use JSON object comparison instead of string comparison
    - This eliminates property ordering sensitivity and ensures robust testing
    
    Result: ALL TESTS PASSING (478/478 - 100% success rate)
    
    The migration successfully enables compatibility with Spring Boot 4.0.0-M3
    while maintaining full functionality of the Collaboration Engine.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Claude <noreply@anthropic.com>
    Artur- and claude authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    1bdf4d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Add CLAUDE.md documentation for Claude Code integration (#123)

    Provides comprehensive guidance for future Claude Code instances including:
    - Project structure and module organization
    - Development commands for building, testing, and running
    - Core architecture overview of collaboration engine components
    - Technology stack and important implementation notes
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Claude <noreply@anthropic.com>
    Artur- and claude authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    760677c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    38969ae View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Configuration menu
    Copy the full SHA
    a5c964c View commit details
    Browse the repository at this point in the history
Loading