Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-8005] Fix workspace reader drop bug #1385

Merged
merged 5 commits into from
Jan 18, 2024

Commits on Jan 18, 2024

  1. [MNG-8005] Fix workspace reader drop bug

    Maven4 seems sets but then drops/overrides some workspace
    readers. Partially due hazy borders who or what manages
    them, as role is split between session factory and session
    factory caller.
    
    Changes:
    * session factory does NOTHING re workspace readers, it
      becomes fully the caller duty
    * two spots calling (default maven, extension bootstrap) are
      now fully in charge to properly setup workspace readers
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-8005
    cstamas committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    10a1d29 View commit details
    Browse the repository at this point in the history
  2. Remove empty line

    cstamas committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c8431e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae09cb2 View commit details
    Browse the repository at this point in the history
  4. Simplify

    cstamas committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ade795e View commit details
    Browse the repository at this point in the history
  5. Remove sync kw, add javadoc

    cstamas committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8021a0b View commit details
    Browse the repository at this point in the history