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

[MOJARRA_5375] The jfwid contains the session ID #5395

Closed
wants to merge 218 commits into from

Commits on Jun 27, 2022

  1. fixed licence url

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    79002b0 View commit details
    Browse the repository at this point in the history
  2. Signed-off-by: pizzi80 <paolo@given2.com>

    Maven
     - Removed yuicompressor (dead project with no support for ES6+ js)
     + Added Google Closure maven plugin for minification
    
    Faces JS
     + tested and minified with ECMASCRIPT5_STRICT profile of Google Closure
     + use strict
     + const and let instead of var
     - Removed IE-5-6-7-8-9-10 support
     - Removed IE 5-6-7 hacks and memory hacks
     - Removed FrameTransport
     - Removed / Commented out unused and very old functions and code
     + FormData for File upload
     + Many minor optimizations
     + for..of instead of for with index
     + Partial Submit ported and adapted from OmniFaces
     + 10 kB Minified and Gzipped
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    1181d6d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Update README.md

    Update readme for 4.0 and faces next
    arjantijms authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ee11238 View commit details
    Browse the repository at this point in the history
  2. Set version for Mojarra .Next (4.1 for now)

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    bedf938 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5173 from arjantijms/faces_4_1

    Set version for Mojarra .Next (4.1 for now)
    arjantijms authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ca2f9c3 View commit details
    Browse the repository at this point in the history
  4. Remove deprecated bindings field

    Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
    arjantijms committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d3aed24 View commit details
    Browse the repository at this point in the history
  5. Add release instructions

    BalusC committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    45a616e View commit details
    Browse the repository at this point in the history
  6. Explicitly say 'successfully'

    BalusC committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a5727e5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5176 from eclipse-ee4j/Add_release_instructions

    Add release instructions
    arjantijms authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    04cb7bb View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Merge pull request #5172 from eclipse-ee4j/mojarra_issue_5171

    Mojarra issue 5171
    BalusC authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bb31991 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Merge pull request #5174 from arjantijms/faces_1725_remove_bindings_f…

    …ield
    
    Remove deprecated bindings field
    arjantijms authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    b9f62a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. https://github.com/jakartaee/faces/issues/1705

    Clarified spec wrt location of f:metadata
    BalusC committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    0cd022b View commit details
    Browse the repository at this point in the history
  2. https://github.com/jakartaee/faces/issues/1705

    Let Mojarra log a WARNING for now
    BalusC committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    650b19f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5179 from eclipse-ee4j/faces_issue_1705_clarified…

    …_spec_wrt_location_of_f-metadata
    
    Clarified spec wrt location of f:metadata
    arjantijms authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    aa8f6a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

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

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    84d606f View commit details
    Browse the repository at this point in the history
  2. https://github.com/jakartaee/faces/issues/1760

    - add back id attribute to VDL of h:head and h:body
    - fix HeadRenderer to only output it when actually specified
    - fix BodyRenderer to only output it when HTML5 doctype is used
    BalusC committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ba403c1 View commit details
    Browse the repository at this point in the history
  3. Revert "jakartaee/faces#1760 - add back id attribute to VDL of h:head…

    … and h:body - fix HeadRenderer to only output it when actually specified - fix BodyRenderer to only output it when HTML5 doctype is used"
    
    This reverts commit ba403c1.
    BalusC committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    baf7998 View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "jakartaee/faces#1760 - add back id attribute to VDL o…

    …f h:head and h:body - fix HeadRenderer to only output it when actually specified - fix BodyRenderer to only output it when HTML5 doctype is used""
    
    This reverts commit baf7998.
    BalusC committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    9c44881 View commit details
    Browse the repository at this point in the history
  5. https://github.com/jakartaee/faces/issues/1764

    Specify ExternalContext#setResponseContentLengthLong
    BalusC committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5e61f0d View commit details
    Browse the repository at this point in the history
  6. https://github.com/jakartaee/faces/issues/1764

    Implement ExternalContext#setResponseContentLengthLong
    BalusC committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    c95c757 View commit details
    Browse the repository at this point in the history
  7. https://github.com/jakartaee/faces/issues/1764

    Add ExternalContextWrapper#setResponseContentLengthLong
    BalusC committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3564ca6 View commit details
    Browse the repository at this point in the history
  8. https://github.com/jakartaee/faces/issues/1760

    Fix failing BodyRendererTest
    BalusC committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ed46b4b View commit details
    Browse the repository at this point in the history
  9. https://github.com/jakartaee/faces/issues/1760

    HeadRenderer encodeBegin complexity was already removed since
    introduction of new Doctype interface, so it can now be tested
    BalusC committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    89cb7e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Merge pull request #5187 from eclipse-ee4j/faces_issue_1764_add_Exter…

    …nalContext_setResponseContentLengthLong
    
    Add ExternalContext#setResponseContentLengthLong
    arjantijms authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    be8cf07 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. fix NPE

    zfqjava committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a38363a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3079f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

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

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    b2e588d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7334572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40e7825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60065b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Merge pull request #5197 from NicolaIsotta/master

    #5196 correct managed() javadoc
    BalusC authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b7bd18b View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.0'

    BalusC committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    74eec7f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5206 from Emkas/warnings-in-others

    Fix various warnings in tests
    BalusC authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    056dde4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5194 from zfqjava/master

    fix NPE if getResourcePaths return null
    BalusC authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    91958aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73eb3d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d76bb38 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

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

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    a4ad60b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5141 from pizzi80/4.0.0_pizzi

    Maven JS compressor + Faces.js optimization + partial submit
    BalusC authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    3aed0bd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Merge pull request #5186 from eclipse-ee4j/1760_add_back_id_attribute…

    …_to_head_and_body
    
    Add back id attribute to VDL of h:head and h:body
    BalusC authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    3c5a76b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Avoid name collision in generated javascript

    In the rename from `jsfFaceletsDebug` to `faceletsDebug` a bug is
    introduced, due that `faceletsDebug` is a function already defined.
    Renaming the function from `faceletsDebug` to `faceletsDebugWindow`
    fixes the bug.
    
    Signed-off-by: Juan Picca <juan.picca@jumapico.uy>
    jumapico committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    3c076c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. [5222] JSF pages containing #{session.id} fail with NotSerializableEx…

    …ception when sessions are distributable
    pferraro committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    262c6f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    83fe361 View commit details
    Browse the repository at this point in the history
  2. Object.keys

    Improvements
    Initial impl of "optional" partial submit
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f2f343a View commit details
    Browse the repository at this point in the history
  3. Object.keys

    Improvements
    Initial impl of "optional" partial submit
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f970ddb View commit details
    Browse the repository at this point in the history
  4. Object.keys

    Improvements
    Initial impl of "optional" partial submit
    Fixed bug html body update
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f0d327f View commit details
    Browse the repository at this point in the history
  5. BUGFIX: #5226

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9570893 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Revert "BUGFIX: #5226"

    This reverts commit 9570893.
    pizzi80 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    13e4346 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge pull request #5225 from pizzi80/4.1.0

    faces.js optimizations and bugfix
    arjantijms authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    abeddb1 View commit details
    Browse the repository at this point in the history
  2. Merge 4.0 branch into master

    Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
    arjantijms committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2e3c064 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5230 from arjantijms/master

    Merge 4.0 branch into master
    arjantijms authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ec3c7cc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Faces TCK test issues fixed.

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    813873a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge pull request #5231 from pizzi80/4.1.1

    faces.js Faces TCK test issues fixed.
    arjantijms authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    dbbe1b9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge pull request #5223 from pferraro/master

    [5222] JSF pages containing #{session.id} fail with NotSerializableException when sessions are distributable
    arjantijms authored May 3, 2023
    Configuration menu
    Copy the full SHA
    914e8de View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. View maps entries are not restored in "finally" block of method "View…

    …MetadataImpl.createMetadataView"
    Santos Zatarain committed May 12, 2023
    Configuration menu
    Copy the full SHA
    23a5d02 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Merge pull request #5219 from jumapico/master

    Avoid name collision in generated javascript
    BalusC authored May 20, 2023
    Configuration menu
    Copy the full SHA
    4f95dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de5ebc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b48788 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5234 from santoszv/viewmapbug

    View maps entries are not restored in "finally" block
    BalusC authored May 20, 2023
    Configuration menu
    Copy the full SHA
    75ab32d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a1b399 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fe7bae View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. https://github.com/jakartaee/faces/issues/1819

    Add UUIDConverter
    BalusC committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    b9ed50b View commit details
    Browse the repository at this point in the history
  2. https://github.com/jakartaee/faces/issues/1819

    Register UUIDConverter
    BalusC committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    cdbb93c View commit details
    Browse the repository at this point in the history
  3. https://github.com/jakartaee/faces/issues/1819

    Add message translations for de/en/es/pt
    BalusC committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    c39bdc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    39fa801 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5244 from hantsy/uuid_cn

    Chinese tran for UUID Converter
    BalusC authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6f9bffe View commit details
    Browse the repository at this point in the history
  3. https://github.com/jakartaee/faces/issues/1819

    Added French translation, unverified, it was a best guess based on
    existing NumberConverter.PERCENT translation.
    BalusC committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    31f8285 View commit details
    Browse the repository at this point in the history
  4. StringBuffer -> StringBuilder

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7841b6b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Java 8+ modernizations

    + Generics
    + for loop
    + lambda expression
    + Java style array declaration instead of C-style
    + List.of() / Set.of()
    + Collections.emptyIterator()
    + Boolean.TRUE
    + Objects.equals
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8c5813d View commit details
    Browse the repository at this point in the history
  2. + final on effective final fields

    + Java style array declaration instead of C-style
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6d7d667 View commit details
    Browse the repository at this point in the history
  3. UrlBuilder: Charset instead of String

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3a426c5 View commit details
    Browse the repository at this point in the history
  4. Copiers optimizations

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6fe03e7 View commit details
    Browse the repository at this point in the history
  5. Utils: improvements and new functions

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1ceabb9 View commit details
    Browse the repository at this point in the history
  6. static initializations with List.of( ... )

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    127fe4b View commit details
    Browse the repository at this point in the history
  7. PhaseId optimization

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e2a9bab View commit details
    Browse the repository at this point in the history
  8. ExternalContextImpl optimization

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3e37de1 View commit details
    Browse the repository at this point in the history
  9. ExternalContextImpl optimization

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9c3fa8c View commit details
    Browse the repository at this point in the history
  10. Minor optimizations

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    71541bf View commit details
    Browse the repository at this point in the history
  11. Actually there is no need to transpile to ES5 because we use only ES5…

    … features.
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    88b2f60 View commit details
    Browse the repository at this point in the history
  12. String.replaceAll -> String.replace

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f4cf7b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. FacesMessage

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a0cc420 View commit details
    Browse the repository at this point in the history
  2. minor optimizations

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8c44c3e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. [5262] Do not set the response buffer size if set to -1.

    Signed-off-by: James R. Perkins <jperkins@redhat.com>
    jamezp committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1ec8d8a View commit details
    Browse the repository at this point in the history
  2. + LRUCache

    + ELUtils use the new LRUCache instead of a custom local implementation
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4b8c15b View commit details
    Browse the repository at this point in the history
  3. + LRUCache

    + ELUtils use the new LRUCache instead of a custom local implementation
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    68c337d View commit details
    Browse the repository at this point in the history
  4. + + LRUCache

    + ELUtils use the new LRUCache instead of a custom local implementation
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3090c8f View commit details
    Browse the repository at this point in the history
  5. + + LRUCache

    + ELUtils use the new LRUCache instead of a custom local implementation
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a4894df View commit details
    Browse the repository at this point in the history
  6. The "isAutoExec" test is not needed anymore and the result is always …

    …false
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a30c4b5 View commit details
    Browse the repository at this point in the history
  7. bugfix

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8dfca45 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Merge pull request #5252 from pizzi80/4.1.0_copiers

    Copiers optimizations
    BalusC authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    a3a2dae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5257 from pizzi80/4.1.0_faces_js_transpile

    maven JS compressor - transpiler level
    BalusC authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    4f43051 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5258 from pizzi80/4.1.0_replace

    String.replaceAll -> String.replace
    BalusC authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    450563e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5267 from pizzi80/4.1.0_faces_js

    faces.js: isAutoExec test is not needed anymore
    BalusC authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    523b021 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. + fixed imports with the standard layout used in Jakarta Faces

    + Reverted breaking API changes
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    9103ec8 View commit details
    Browse the repository at this point in the history
  2. + toArray with the right size

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    bc3818e View commit details
    Browse the repository at this point in the history
  3. + reverted breaking api changes

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    9270883 View commit details
    Browse the repository at this point in the history
  4. + fixed imports

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    3e34086 View commit details
    Browse the repository at this point in the history
  5. + fixed blanks lines

    + improved and unified Factory and Function with Cache
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    beedcf3 View commit details
    Browse the repository at this point in the history
  6. + reverted breaking api changes

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    8b2d838 View commit details
    Browse the repository at this point in the history
  7. + fixed imports

    + little optimizations... still a bit ugly
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    d037633 View commit details
    Browse the repository at this point in the history
  8. + fixed imports

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    e2b9e8b View commit details
    Browse the repository at this point in the history
  9. + fixed toArray without size

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    b06d598 View commit details
    Browse the repository at this point in the history
  10. + fixed imports

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    ae1c3e8 View commit details
    Browse the repository at this point in the history
  11. optimizations

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    0bb88af View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Merge pull request #5246 from pizzi80/4.1.0_stringbuilder

    StringBuffer -> StringBuilder
    BalusC authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4e766ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cfcb5a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5251 from pizzi80/4.1.0_urlbuilder

    UrlBuilder: Charset instead of String
    BalusC authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    e392946 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5253 from pizzi80/4.1.0_utils

    Utils: improvements and new functions
    BalusC authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    fc5af2e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5254 from pizzi80/4.1.0_config_init

    static initializations with List.of( ... )
    BalusC authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    0240f09 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5266 from pizzi80/4.1.0_LRU_cache_v2

    LRUCache + ELUtils
    BalusC authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    c1d183a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5263 from jamezp/issue5262

    [5262] Do not set the response buffer size if set to -1.
    BalusC authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    7d96f03 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5250 from pizzi80/4.1.0.final_fields_from_master

    "final" on effective final fields
    BalusC authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    e8019b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    5fb57a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6da4bb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. fixed imports

    fixed websocket url with https protocol
    url protocol replace without regex
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    90103af View commit details
    Browse the repository at this point in the history
  2. fixed typo

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8d3c9e8 View commit details
    Browse the repository at this point in the history
  3. VALUES_BY_NAME changed to private

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a43baf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f93377f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. + fixed: form.id always included in the ajax payload

    + various optimizations
    
    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b1c2f3c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Merge pull request #5255 from pizzi80/4.1.0_phase_id

    PhaseId optimization
    BalusC authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    0db59c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5256 from pizzi80/4.1.0_utils_depend

    ExternalContextImpl optimization
    BalusC authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    17fbd5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5260 from pizzi80/4.1.0_faces_message

    FacesMessage optimizations
    BalusC authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    28876a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1e620e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Merge pull request #5274 from pizzi80/4.1.0_faces_js_from_master

    Fixed: Form id always included in ajax payload
    BalusC authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    0095508 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Merge #5272 and #5273 from 4.0 into 4.1

    BalusC committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    a8581ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5243 from eclipse-ee4j/faces_issue_1819-_add_UUID…

    …Converter
    
    Add UUIDConverter
    BalusC authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    cd85a78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    607519a View commit details
    Browse the repository at this point in the history
  4. https://github.com/jakartaee/faces/issues/1823

    Implement FacesMessage#hashCode(), equals() and toString()
    BalusC committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    7a7907a View commit details
    Browse the repository at this point in the history
  5. Microoptimization

    BalusC committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0908937 View commit details
    Browse the repository at this point in the history
  6. https://github.com/jakartaee/faces/issues/1821

    Update spec wrt default value of FACELETS_REFRESH_PERIOD
    BalusC committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    3dae4c7 View commit details
    Browse the repository at this point in the history
  7. https://github.com/jakartaee/faces/issues/1821

    Update impl wrt default value of FACELETS_REFRESH_PERIOD
    BalusC committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0f70e4d View commit details
    Browse the repository at this point in the history
  8. https://github.com/jakartaee/faces/issues/1828

    Remove mentions in javadoc wrt backwards compatibility of facelets.*
    context params
    BalusC committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    c4eba5c View commit details
    Browse the repository at this point in the history
  9. https://github.com/jakartaee/faces/issues/1811

    Clarified javadoc wrt 'if' attribute and fixed wrong attr name in vdldoc
    BalusC committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    61097cd View commit details
    Browse the repository at this point in the history
  10. https://github.com/jakartaee/faces/issues/1707

    deprecate custom scope events which are unused since 4.0
    BalusC committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    a18d500 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. https://github.com/jakartaee/faces/issues/1712

    Fix incorrect reference to non-existent 'context' argument
    BalusC committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    910f0f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge pull request #5285 from eclipse-ee4j/faces-issue-1707

    deprecate custom scope events which are unused since 4.0
    arjantijms authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cbcbc85 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Merge pull request #5278 from eclipse-ee4j/faces_issue_1823

    FacesMessage: implement equals(), hashcode(), toString()
    BalusC authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    8b46bc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5279 from eclipse-ee4j/faces_issue_1821

    Clarify spec wrt default of FACELETS_REFRESH_PERIOD
    BalusC authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5b599d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3060a3d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5280 from eclipse-ee4j/faces_issue_1828

    Remove mentions in javadoc wrt backwards compatibility of facelets.* context params
    BalusC authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    da55cff View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5288 from eclipse-ee4j/faces_issue_1712

    Fix incorrect reference to non-existent 'context' argument in Application#unsubscribeFromEvent methods
    BalusC authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    24724c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. https://github.com/jakartaee/faces/issues/1708

    Add missing generics to API that slipped through in Faces 4.0
    BalusC committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    1173145 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Make FacesMessage#VALUES / VALUES_MAP generic

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c277945 View commit details
    Browse the repository at this point in the history
  2. Make FacesMessage#VALUES / VALUES_MAP generic

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0d12516 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Merge pull request #5305 from pizzi80/4.1_mojarra_official_faces_issu…

    …e_1789
    
    Make FacesMessage#VALUES / VALUES_MAP generic
    BalusC authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    44fbb76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25baa0c View commit details
    Browse the repository at this point in the history
  3. Revert "jakartaee/faces#1707 deprecate custom

    scope events which are unused since 4.0"
    
    This reverts commit a18d500.
    BalusC committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    2ac516a View commit details
    Browse the repository at this point in the history
  4. Merge #5304 from 4.0 into 4.1

    BalusC committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    26f60cf View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. faces.js replace dom element inside table regression fixed

    Signed-off-by: pizzi80 <paolo@given2.com>
    pizzi80 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a33cb30 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    b9ca011 View commit details
    Browse the repository at this point in the history
  2. Merge #5310 from 4.0 into 4.1

    BalusC committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    34e1326 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge #5311 from 4.0 into 4.1

    BalusC committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cade998 View commit details
    Browse the repository at this point in the history
  2. Merge #5312 from 4.0 into 4.1

    BalusC committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c88283c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Merge 4.0 into 4.1

    BalusC committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    29f6055 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Revert "Revert "jakartaee/faces#1707 deprecate

    custom scope events which are unused since 4.0""
    
    This reverts commit 2ac516a.
    BalusC committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    a22c77c View commit details
    Browse the repository at this point in the history
  2. Merge #5315 from 4.0 into 4.1

    BalusC committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    c826b42 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. https://github.com/eclipse-ee4j/mojarra/issues/5245

    Migrate properties files to UTF-8
    BalusC committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    5459854 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Merge pull request #5307 from pizzi80/4.1_mojarra_official_facesjs_re…

    …place_node_inside_table
    
    faces.js (fixed regression) - replace dom element inside table
    BalusC authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    787c9af View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Merge #5316 from 4.0 into 4.1

    BalusC committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    9e5d4f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0037a76 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request #5281 from eclipse-ee4j/faces_issue_1811

    Clarified javadoc wrt 'if' attribute and fixed wrong attr name in vdldoc
    arjantijms authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e781bbd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5295 from eclipse-ee4j/faces_issue_1708

    Add missing generics to API that slipped through in Faces 4.0
    arjantijms authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9918261 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5318 from eclipse-ee4j/mojarra_issue_5245_migrate…

    …_bundle_files_to_utf8
    
    Migrate properties files to UTF-8
    arjantijms authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    fa1b600 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    67d4e69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5326 from eclipse-ee4j/faces_issue_1832_merge_Act…

    …ionSource2_back_into_ActionSource
    
    Merge ActionSource2 back into ActionSource and deprecate ActionSource2 related classes
    BalusC authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    23654f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9934c0f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Merge #5329 from 4.0 into 4.1

    BalusC committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    0f214f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    bd467e4 View commit details
    Browse the repository at this point in the history
  2. Remove statements #5337

    BalusC committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    b16131f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Merge #5341 from 4.0 into 4.1

    BalusC committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    329b720 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5338 from eclipse-ee4j/mojarra_issue_5337_depreca…

    …te_FSS
    
    Faces 4.1: deprecate FSS
    BalusC authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    8b62f62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5127e13 View commit details
    Browse the repository at this point in the history
  4. Merge #5331 from 4.0 into 4.1

    BalusC committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    8bf0260 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Merge #5343 from 4.0 into 4.1

    BalusC committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    242879a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Merge #5347 from 4.0 into 4.1

    BalusC committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f60e79f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2fc252 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c85c8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7e53c8 View commit details
    Browse the repository at this point in the history
  5. Refactor static logic associated with rowStatePreserved from UIData into

    a helper class so UIRepeat can also utilize them
    jakartaee/faces#1263
    BalusC committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9d4e2e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7829ab View commit details
    Browse the repository at this point in the history
  7. Deprecate <composite:extension>

    BalusC committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    536e7f3 View commit details
    Browse the repository at this point in the history
  8. Improved doc after self-review

    BalusC committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    633a784 View commit details
    Browse the repository at this point in the history
  9. Clarified vdldoc after self-review and added javadoc nonetheless to

    getter/setter as UIRepeat is going to be moved into API of Faces.next
    jakartaee/faces#1263
    BalusC committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1e74d09 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Merge pull request #5352 from eclipse-ee4j/mojarra_issue_5351_depreca…

    …te_composite-extension
    
    Deprecate <composite:extension>
    BalusC authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    40299b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5349 from eclipse-ee4j/faces_issue_1263_add_rowSt…

    …atePreserved_to_UIRepeat
    
    Add rowStatePreserved property to UIRepeat, exactly the same as UIData
    BalusC authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    a8a46b8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5348 from eclipse-ee4j/faces_issue_1342_support_i…

    …njection_of_current_flow
    
    Support @Inject of current flow like "@Inject Flow currentFlow"
    BalusC authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    15f6223 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. It was only added to standard-html-renderkit.xml not to taglib doc. We

    should sooner or later remove the standard tags/components from the
    standard-html-renderkit.xml as it's not leading and will only lead to
    confusion; while at it also fixed the 'since' version for id attributes
    of head/body, it was actually added in 2.2 but only to
    standard-html-renderkit.xml
    BalusC committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    d946c60 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge pull request #5360 from eclipse-ee4j/add_missing_rowStatePreser…

    …ved_attribute_to_dataTable
    
    Add missing rowStatePreserved attribute to dataTable vdl
    BalusC authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a9df992 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    f268d46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5368 from eclipse-ee4j/mojarra_issue_1865

    @jakarta.faces.annotation.View#value must be @Nonbinding
    BalusC authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    4228058 View commit details
    Browse the repository at this point in the history
  3. Merge #5369 from 4.0 into 4.1

    BalusC committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    39f9df3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    549fc50 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5370 from eclipse-ee4j/mojarra_issue_5362_optimiz…

    …ed_for_4.1
    
    Optimized finding @view beans now the value attribute is @Nonbinding
    BalusC authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    7df2bd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    21aafbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ca56e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Merge #5355 from 4.0 into 4.1

    BalusC committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    bc447bc View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Support for the Jakarta EE 11 M1 release

    Update dependencies to their M1 versions where applicable, and update
    code to support this.
    
    Set release target to JDK 17, and removed some resulting warnings.
    
    Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
    arjantijms committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ce18c75 View commit details
    Browse the repository at this point in the history
  2. Updated expressly to 6.0.0-M1

    Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
    arjantijms committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a769a26 View commit details
    Browse the repository at this point in the history
  3. Specify compiler plugin explicitly

    Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
    arjantijms committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2acb025 View commit details
    Browse the repository at this point in the history
  4. Build with Java 17

    Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
    arjantijms committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c4234da View commit details
    Browse the repository at this point in the history
  5. Set version of maven compiler

    Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
    arjantijms committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    253d132 View commit details
    Browse the repository at this point in the history
  6. Move maven compiler plugin to parent

    Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
    arjantijms committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fe6c135 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5373 from arjantijms/4.1-M1-prepare

    Support for the Jakarta EE 11 M1 release
    arjantijms authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    92baa2d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Merge #5386 from 4.0 into 4.1

    BalusC committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a473288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b4ba4 View commit details
    Browse the repository at this point in the history
  3. Fix merge error

    BalusC committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ded098b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Merge #5389 from 4.0 into 4.1

    BalusC committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    216755e View commit details
    Browse the repository at this point in the history
  2. [MOJARRA_5375] The jfwid contains the session ID

    Modify ClientWindowImpl to generate window ID w/o using session id
    Add TokenGenerator from MyFaces
    jasondlee authored and BalusC committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ac24336 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Revert "UIInput#getSubmittedValue() must also consider isLocalValueSe…

    …t() when INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true #5386"
    
    This reverts commit 081e6ea.
    BalusC committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8472f36 View commit details
    Browse the repository at this point in the history
  2. fix failing tck caused by non-existent numeric input attribute being

    interpreted as -1 which was disallowed when put back as numeric input
    attribute which only allowed positive integers
    BalusC committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    be5d946 View commit details
    Browse the repository at this point in the history
  3. fix failing tck caused by non-existent numeric input attribute being

    interpreted as -1 which was disallowed when put back as numeric input
    attribute which only allowed positive integers
    BalusC committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    55d2241 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix_tck_for_mojarra_4.1' of

    git@github.com:eclipse-ee4j/mojarra.git into fix_tck_for_mojarra_4.1
    BalusC committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    219af0c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5400 from eclipse-ee4j/fix_tck_for_mojarra_4.1

    Fix TCK for Mojarra 4.1
    arjantijms authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    efd3b6f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    75c7b8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5401 from eclipse-ee4j/mojarra_issue_5383_improve…

    …ment
    
    Default encoding should be prechecked
    arjantijms authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b31df99 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

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