-
Notifications
You must be signed in to change notification settings - Fork 112
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
[MOJARRA_5375] The jfwid contains the session ID #5395
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 79002b0 - Browse repository at this point
Copy the full SHA 79002b0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1181d6d - Browse repository at this point
Copy the full SHA 1181d6dView commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ee11238 - Browse repository at this point
Copy the full SHA ee11238View commit details -
Set version for Mojarra .Next (4.1 for now)
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bedf938 - Browse repository at this point
Copy the full SHA bedf938View commit details -
Merge pull request #5173 from arjantijms/faces_4_1
Set version for Mojarra .Next (4.1 for now)
Configuration menu - View commit details
-
Copy full SHA for ca2f9c3 - Browse repository at this point
Copy the full SHA ca2f9c3View commit details -
Remove deprecated bindings field
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d3aed24 - Browse repository at this point
Copy the full SHA d3aed24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a616e - Browse repository at this point
Copy the full SHA 45a616eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5727e5 - Browse repository at this point
Copy the full SHA a5727e5View commit details -
Merge pull request #5176 from eclipse-ee4j/Add_release_instructions
Add release instructions
Configuration menu - View commit details
-
Copy full SHA for 04cb7bb - Browse repository at this point
Copy the full SHA 04cb7bbView commit details
Commits on Nov 16, 2022
-
Merge pull request #5172 from eclipse-ee4j/mojarra_issue_5171
Mojarra issue 5171
Configuration menu - View commit details
-
Copy full SHA for bb31991 - Browse repository at this point
Copy the full SHA bb31991View commit details
Commits on Nov 17, 2022
-
Merge pull request #5174 from arjantijms/faces_1725_remove_bindings_f…
…ield Remove deprecated bindings field
Configuration menu - View commit details
-
Copy full SHA for b9f62a2 - Browse repository at this point
Copy the full SHA b9f62a2View commit details
Commits on Nov 24, 2022
-
https://github.com/jakartaee/faces/issues/1705
Clarified spec wrt location of f:metadata
Configuration menu - View commit details
-
Copy full SHA for 0cd022b - Browse repository at this point
Copy the full SHA 0cd022bView commit details -
https://github.com/jakartaee/faces/issues/1705
Let Mojarra log a WARNING for now
Configuration menu - View commit details
-
Copy full SHA for 650b19f - Browse repository at this point
Copy the full SHA 650b19fView commit details -
Merge pull request #5179 from eclipse-ee4j/faces_issue_1705_clarified…
…_spec_wrt_location_of_f-metadata Clarified spec wrt location of f:metadata
Configuration menu - View commit details
-
Copy full SHA for aa8f6a2 - Browse repository at this point
Copy the full SHA aa8f6a2View commit details
Commits on Dec 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aecbc3c - Browse repository at this point
Copy the full SHA aecbc3cView commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 84d606f - Browse repository at this point
Copy the full SHA 84d606fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ba403c1 - Browse repository at this point
Copy the full SHA ba403c1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for baf7998 - Browse repository at this point
Copy the full SHA baf7998View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9c44881 - Browse repository at this point
Copy the full SHA 9c44881View commit details -
https://github.com/jakartaee/faces/issues/1764
Specify ExternalContext#setResponseContentLengthLong
Configuration menu - View commit details
-
Copy full SHA for 5e61f0d - Browse repository at this point
Copy the full SHA 5e61f0dView commit details -
https://github.com/jakartaee/faces/issues/1764
Implement ExternalContext#setResponseContentLengthLong
Configuration menu - View commit details
-
Copy full SHA for c95c757 - Browse repository at this point
Copy the full SHA c95c757View commit details -
https://github.com/jakartaee/faces/issues/1764
Add ExternalContextWrapper#setResponseContentLengthLong
Configuration menu - View commit details
-
Copy full SHA for 3564ca6 - Browse repository at this point
Copy the full SHA 3564ca6View commit details -
https://github.com/jakartaee/faces/issues/1760
Fix failing BodyRendererTest
Configuration menu - View commit details
-
Copy full SHA for ed46b4b - Browse repository at this point
Copy the full SHA ed46b4bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 89cb7e0 - Browse repository at this point
Copy the full SHA 89cb7e0View commit details
Commits on Dec 17, 2022
-
Merge pull request #5187 from eclipse-ee4j/faces_issue_1764_add_Exter…
…nalContext_setResponseContentLengthLong Add ExternalContext#setResponseContentLengthLong
Configuration menu - View commit details
-
Copy full SHA for be8cf07 - Browse repository at this point
Copy the full SHA be8cf07View commit details
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a38363a - Browse repository at this point
Copy the full SHA a38363aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3079f5 - Browse repository at this point
Copy the full SHA f3079f5View commit details
Commits on Jan 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41cd028 - Browse repository at this point
Copy the full SHA 41cd028View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b2e588d - Browse repository at this point
Copy the full SHA b2e588dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7334572 - Browse repository at this point
Copy the full SHA 7334572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40e7825 - Browse repository at this point
Copy the full SHA 40e7825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60065b4 - Browse repository at this point
Copy the full SHA 60065b4View commit details
Commits on Jan 26, 2023
-
Merge pull request #5197 from NicolaIsotta/master
#5196 correct managed() javadoc
Configuration menu - View commit details
-
Copy full SHA for b7bd18b - Browse repository at this point
Copy the full SHA b7bd18bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74eec7f - Browse repository at this point
Copy the full SHA 74eec7fView commit details -
Merge pull request #5206 from Emkas/warnings-in-others
Fix various warnings in tests
Configuration menu - View commit details
-
Copy full SHA for 056dde4 - Browse repository at this point
Copy the full SHA 056dde4View commit details -
Merge pull request #5194 from zfqjava/master
fix NPE if getResourcePaths return null
Configuration menu - View commit details
-
Copy full SHA for 91958aa - Browse repository at this point
Copy the full SHA 91958aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73eb3d5 - Browse repository at this point
Copy the full SHA 73eb3d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d76bb38 - Browse repository at this point
Copy the full SHA d76bb38View commit details
Commits on Jan 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0890fae - Browse repository at this point
Copy the full SHA 0890faeView commit details
Commits on Jan 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4ad60b - Browse repository at this point
Copy the full SHA a4ad60bView commit details -
Merge pull request #5141 from pizzi80/4.0.0_pizzi
Maven JS compressor + Faces.js optimization + partial submit
Configuration menu - View commit details
-
Copy full SHA for 3aed0bd - Browse repository at this point
Copy the full SHA 3aed0bdView commit details
Commits on Jan 30, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 3c5a76b - Browse repository at this point
Copy the full SHA 3c5a76bView commit details
Commits on Mar 19, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3c076c9 - Browse repository at this point
Copy the full SHA 3c076c9View commit details
Commits on Apr 6, 2023
-
[5222] JSF pages containing #{session.id} fail with NotSerializableEx…
…ception when sessions are distributable
Configuration menu - View commit details
-
Copy full SHA for 262c6f5 - Browse repository at this point
Copy the full SHA 262c6f5View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83fe361 - Browse repository at this point
Copy the full SHA 83fe361View commit details -
Improvements Initial impl of "optional" partial submit Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for f2f343a - Browse repository at this point
Copy the full SHA f2f343aView commit details -
Improvements Initial impl of "optional" partial submit Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for f970ddb - Browse repository at this point
Copy the full SHA f970ddbView commit details -
Improvements Initial impl of "optional" partial submit Fixed bug html body update Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for f0d327f - Browse repository at this point
Copy the full SHA f0d327fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9570893 - Browse repository at this point
Copy the full SHA 9570893View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13e4346 - Browse repository at this point
Copy the full SHA 13e4346View commit details
Commits on Apr 13, 2023
-
Merge pull request #5225 from pizzi80/4.1.0
faces.js optimizations and bugfix
Configuration menu - View commit details
-
Copy full SHA for abeddb1 - Browse repository at this point
Copy the full SHA abeddb1View commit details -
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Configuration menu - View commit details
-
Copy full SHA for 2e3c064 - Browse repository at this point
Copy the full SHA 2e3c064View commit details -
Merge pull request #5230 from arjantijms/master
Merge 4.0 branch into master
Configuration menu - View commit details
-
Copy full SHA for ec3c7cc - Browse repository at this point
Copy the full SHA ec3c7ccView commit details
Commits on Apr 14, 2023
-
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 813873a - Browse repository at this point
Copy the full SHA 813873aView commit details
Commits on Apr 17, 2023
-
Merge pull request #5231 from pizzi80/4.1.1
faces.js Faces TCK test issues fixed.
Configuration menu - View commit details
-
Copy full SHA for dbbe1b9 - Browse repository at this point
Copy the full SHA dbbe1b9View commit details
Commits on May 3, 2023
-
Merge pull request #5223 from pferraro/master
[5222] JSF pages containing #{session.id} fail with NotSerializableException when sessions are distributable
Configuration menu - View commit details
-
Copy full SHA for 914e8de - Browse repository at this point
Copy the full SHA 914e8deView commit details
Commits on May 12, 2023
-
View maps entries are not restored in "finally" block of method "View…
…MetadataImpl.createMetadataView"
Santos Zatarain committedMay 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 23a5d02 - Browse repository at this point
Copy the full SHA 23a5d02View commit details
Commits on May 20, 2023
-
Merge pull request #5219 from jumapico/master
Avoid name collision in generated javascript
Configuration menu - View commit details
-
Copy full SHA for 4f95dd3 - Browse repository at this point
Copy the full SHA 4f95dd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for de5ebc5 - Browse repository at this point
Copy the full SHA de5ebc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b48788 - Browse repository at this point
Copy the full SHA 4b48788View commit details -
Merge pull request #5234 from santoszv/viewmapbug
View maps entries are not restored in "finally" block
Configuration menu - View commit details
-
Copy full SHA for 75ab32d - Browse repository at this point
Copy the full SHA 75ab32dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1b399 - Browse repository at this point
Copy the full SHA 6a1b399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe7bae - Browse repository at this point
Copy the full SHA 8fe7baeView commit details
Commits on Jun 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9ed50b - Browse repository at this point
Copy the full SHA b9ed50bView commit details -
https://github.com/jakartaee/faces/issues/1819
Register UUIDConverter
Configuration menu - View commit details
-
Copy full SHA for cdbb93c - Browse repository at this point
Copy the full SHA cdbb93cView commit details -
https://github.com/jakartaee/faces/issues/1819
Add message translations for de/en/es/pt
Configuration menu - View commit details
-
Copy full SHA for c39bdc9 - Browse repository at this point
Copy the full SHA c39bdc9View commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39fa801 - Browse repository at this point
Copy the full SHA 39fa801View commit details -
Merge pull request #5244 from hantsy/uuid_cn
Chinese tran for UUID Converter
Configuration menu - View commit details
-
Copy full SHA for 6f9bffe - Browse repository at this point
Copy the full SHA 6f9bffeView commit details -
https://github.com/jakartaee/faces/issues/1819
Added French translation, unverified, it was a best guess based on existing NumberConverter.PERCENT translation.
Configuration menu - View commit details
-
Copy full SHA for 31f8285 - Browse repository at this point
Copy the full SHA 31f8285View commit details -
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 7841b6b - Browse repository at this point
Copy the full SHA 7841b6bView commit details
Commits on Jun 20, 2023
-
+ 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>
Configuration menu - View commit details
-
Copy full SHA for 8c5813d - Browse repository at this point
Copy the full SHA 8c5813dView commit details -
+ final on effective final fields
+ Java style array declaration instead of C-style Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 6d7d667 - Browse repository at this point
Copy the full SHA 6d7d667View commit details -
UrlBuilder: Charset instead of String
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 3a426c5 - Browse repository at this point
Copy the full SHA 3a426c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fe03e7 - Browse repository at this point
Copy the full SHA 6fe03e7View commit details -
Utils: improvements and new functions
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 1ceabb9 - Browse repository at this point
Copy the full SHA 1ceabb9View commit details -
static initializations with List.of( ... )
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 127fe4b - Browse repository at this point
Copy the full SHA 127fe4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a9bab - Browse repository at this point
Copy the full SHA e2a9babView commit details -
ExternalContextImpl optimization
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 3e37de1 - Browse repository at this point
Copy the full SHA 3e37de1View commit details -
ExternalContextImpl optimization
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 9c3fa8c - Browse repository at this point
Copy the full SHA 9c3fa8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71541bf - Browse repository at this point
Copy the full SHA 71541bfView commit details -
Actually there is no need to transpile to ES5 because we use only ES5…
… features. Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 88b2f60 - Browse repository at this point
Copy the full SHA 88b2f60View commit details -
String.replaceAll -> String.replace
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for f4cf7b7 - Browse repository at this point
Copy the full SHA f4cf7b7View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0cc420 - Browse repository at this point
Copy the full SHA a0cc420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c44c3e - Browse repository at this point
Copy the full SHA 8c44c3eView commit details
Commits on Jun 22, 2023
-
[5262] Do not set the response buffer size if set to -1.
Signed-off-by: James R. Perkins <jperkins@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1ec8d8a - Browse repository at this point
Copy the full SHA 1ec8d8aView commit details -
+ ELUtils use the new LRUCache instead of a custom local implementation Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 4b8c15b - Browse repository at this point
Copy the full SHA 4b8c15bView commit details -
+ ELUtils use the new LRUCache instead of a custom local implementation Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 68c337d - Browse repository at this point
Copy the full SHA 68c337dView commit details -
+ ELUtils use the new LRUCache instead of a custom local implementation Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 3090c8f - Browse repository at this point
Copy the full SHA 3090c8fView commit details -
+ ELUtils use the new LRUCache instead of a custom local implementation Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for a4894df - Browse repository at this point
Copy the full SHA a4894dfView commit details -
The "isAutoExec" test is not needed anymore and the result is always …
…false Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for a30c4b5 - Browse repository at this point
Copy the full SHA a30c4b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dfca45 - Browse repository at this point
Copy the full SHA 8dfca45View commit details
Commits on Jun 24, 2023
-
Merge pull request #5252 from pizzi80/4.1.0_copiers
Copiers optimizations
Configuration menu - View commit details
-
Copy full SHA for a3a2dae - Browse repository at this point
Copy the full SHA a3a2daeView commit details -
Merge pull request #5257 from pizzi80/4.1.0_faces_js_transpile
maven JS compressor - transpiler level
Configuration menu - View commit details
-
Copy full SHA for 4f43051 - Browse repository at this point
Copy the full SHA 4f43051View commit details -
Merge pull request #5258 from pizzi80/4.1.0_replace
String.replaceAll -> String.replace
Configuration menu - View commit details
-
Copy full SHA for 450563e - Browse repository at this point
Copy the full SHA 450563eView commit details -
Merge pull request #5267 from pizzi80/4.1.0_faces_js
faces.js: isAutoExec test is not needed anymore
Configuration menu - View commit details
-
Copy full SHA for 523b021 - Browse repository at this point
Copy the full SHA 523b021View commit details
Commits on Jun 25, 2023
-
+ fixed imports with the standard layout used in Jakarta Faces
+ Reverted breaking API changes Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 9103ec8 - Browse repository at this point
Copy the full SHA 9103ec8View commit details -
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for bc3818e - Browse repository at this point
Copy the full SHA bc3818eView commit details -
+ reverted breaking api changes
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 9270883 - Browse repository at this point
Copy the full SHA 9270883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e34086 - Browse repository at this point
Copy the full SHA 3e34086View commit details -
+ improved and unified Factory and Function with Cache Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for beedcf3 - Browse repository at this point
Copy the full SHA beedcf3View commit details -
+ reverted breaking api changes
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 8b2d838 - Browse repository at this point
Copy the full SHA 8b2d838View commit details -
+ little optimizations... still a bit ugly Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for d037633 - Browse repository at this point
Copy the full SHA d037633View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b9e8b - Browse repository at this point
Copy the full SHA e2b9e8bView commit details -
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for b06d598 - Browse repository at this point
Copy the full SHA b06d598View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae1c3e8 - Browse repository at this point
Copy the full SHA ae1c3e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb88af - Browse repository at this point
Copy the full SHA 0bb88afView commit details
Commits on Jul 1, 2023
-
Merge pull request #5246 from pizzi80/4.1.0_stringbuilder
StringBuffer -> StringBuilder
Configuration menu - View commit details
-
Copy full SHA for 4e766ed - Browse repository at this point
Copy the full SHA 4e766edView commit details -
Merge pull request #5249 from pizzi80/4.1.0_optimizations_from_master
Java modernizations
Configuration menu - View commit details
-
Copy full SHA for 9cfcb5a - Browse repository at this point
Copy the full SHA 9cfcb5aView commit details -
Merge pull request #5251 from pizzi80/4.1.0_urlbuilder
UrlBuilder: Charset instead of String
Configuration menu - View commit details
-
Copy full SHA for e392946 - Browse repository at this point
Copy the full SHA e392946View commit details -
Merge pull request #5253 from pizzi80/4.1.0_utils
Utils: improvements and new functions
Configuration menu - View commit details
-
Copy full SHA for fc5af2e - Browse repository at this point
Copy the full SHA fc5af2eView commit details -
Merge pull request #5254 from pizzi80/4.1.0_config_init
static initializations with List.of( ... )
Configuration menu - View commit details
-
Copy full SHA for 0240f09 - Browse repository at this point
Copy the full SHA 0240f09View commit details -
Merge pull request #5266 from pizzi80/4.1.0_LRU_cache_v2
LRUCache + ELUtils
Configuration menu - View commit details
-
Copy full SHA for c1d183a - Browse repository at this point
Copy the full SHA c1d183aView commit details -
Merge pull request #5263 from jamezp/issue5262
[5262] Do not set the response buffer size if set to -1.
Configuration menu - View commit details
-
Copy full SHA for 7d96f03 - Browse repository at this point
Copy the full SHA 7d96f03View commit details -
Merge pull request #5250 from pizzi80/4.1.0.final_fields_from_master
"final" on effective final fields
Configuration menu - View commit details
-
Copy full SHA for e8019b2 - Browse repository at this point
Copy the full SHA e8019b2View commit details
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5fb57a6 - Browse repository at this point
Copy the full SHA 5fb57a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6da4bb - Browse repository at this point
Copy the full SHA e6da4bbView commit details
Commits on Jul 3, 2023
-
fixed websocket url with https protocol url protocol replace without regex Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 90103af - Browse repository at this point
Copy the full SHA 90103afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d3c9e8 - Browse repository at this point
Copy the full SHA 8d3c9e8View commit details -
VALUES_BY_NAME changed to private
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for a43baf8 - Browse repository at this point
Copy the full SHA a43baf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f93377f - Browse repository at this point
Copy the full SHA f93377fView commit details
Commits on Jul 7, 2023
-
+ fixed: form.id always included in the ajax payload
+ various optimizations Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for b1c2f3c - Browse repository at this point
Copy the full SHA b1c2f3cView commit details
Commits on Jul 9, 2023
-
Merge pull request #5255 from pizzi80/4.1.0_phase_id
PhaseId optimization
Configuration menu - View commit details
-
Copy full SHA for 0db59c5 - Browse repository at this point
Copy the full SHA 0db59c5View commit details -
Merge pull request #5256 from pizzi80/4.1.0_utils_depend
ExternalContextImpl optimization
Configuration menu - View commit details
-
Copy full SHA for 17fbd5c - Browse repository at this point
Copy the full SHA 17fbd5cView commit details -
Merge pull request #5260 from pizzi80/4.1.0_faces_message
FacesMessage optimizations
Configuration menu - View commit details
-
Copy full SHA for 28876a9 - Browse repository at this point
Copy the full SHA 28876a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e620e - Browse repository at this point
Copy the full SHA a1e620eView commit details
Commits on Jul 15, 2023
-
Merge pull request #5274 from pizzi80/4.1.0_faces_js_from_master
Fixed: Form id always included in ajax payload
Configuration menu - View commit details
-
Copy full SHA for 0095508 - Browse repository at this point
Copy the full SHA 0095508View commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8581ad - Browse repository at this point
Copy the full SHA a8581adView commit details -
Merge pull request #5243 from eclipse-ee4j/faces_issue_1819-_add_UUID…
…Converter Add UUIDConverter
Configuration menu - View commit details
-
Copy full SHA for cd85a78 - Browse repository at this point
Copy the full SHA cd85a78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 607519a - Browse repository at this point
Copy the full SHA 607519aView commit details -
https://github.com/jakartaee/faces/issues/1823
Implement FacesMessage#hashCode(), equals() and toString()
Configuration menu - View commit details
-
Copy full SHA for 7a7907a - Browse repository at this point
Copy the full SHA 7a7907aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0908937 - Browse repository at this point
Copy the full SHA 0908937View commit details -
https://github.com/jakartaee/faces/issues/1821
Update spec wrt default value of FACELETS_REFRESH_PERIOD
Configuration menu - View commit details
-
Copy full SHA for 3dae4c7 - Browse repository at this point
Copy the full SHA 3dae4c7View commit details -
https://github.com/jakartaee/faces/issues/1821
Update impl wrt default value of FACELETS_REFRESH_PERIOD
Configuration menu - View commit details
-
Copy full SHA for 0f70e4d - Browse repository at this point
Copy the full SHA 0f70e4dView commit details -
https://github.com/jakartaee/faces/issues/1828
Remove mentions in javadoc wrt backwards compatibility of facelets.* context params
Configuration menu - View commit details
-
Copy full SHA for c4eba5c - Browse repository at this point
Copy the full SHA c4eba5cView commit details -
https://github.com/jakartaee/faces/issues/1811
Clarified javadoc wrt 'if' attribute and fixed wrong attr name in vdldoc
Configuration menu - View commit details
-
Copy full SHA for 61097cd - Browse repository at this point
Copy the full SHA 61097cdView commit details -
https://github.com/jakartaee/faces/issues/1707
deprecate custom scope events which are unused since 4.0
Configuration menu - View commit details
-
Copy full SHA for a18d500 - Browse repository at this point
Copy the full SHA a18d500View commit details
Commits on Jul 23, 2023
-
https://github.com/jakartaee/faces/issues/1712
Fix incorrect reference to non-existent 'context' argument
Configuration menu - View commit details
-
Copy full SHA for 910f0f7 - Browse repository at this point
Copy the full SHA 910f0f7View commit details
Commits on Jul 27, 2023
-
Merge pull request #5285 from eclipse-ee4j/faces-issue-1707
deprecate custom scope events which are unused since 4.0
Configuration menu - View commit details
-
Copy full SHA for cbcbc85 - Browse repository at this point
Copy the full SHA cbcbc85View commit details
Commits on Jul 29, 2023
-
Merge pull request #5278 from eclipse-ee4j/faces_issue_1823
FacesMessage: implement equals(), hashcode(), toString()
Configuration menu - View commit details
-
Copy full SHA for 8b46bc4 - Browse repository at this point
Copy the full SHA 8b46bc4View commit details -
Merge pull request #5279 from eclipse-ee4j/faces_issue_1821
Clarify spec wrt default of FACELETS_REFRESH_PERIOD
Configuration menu - View commit details
-
Copy full SHA for 5b599d5 - Browse repository at this point
Copy the full SHA 5b599d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3060a3d - Browse repository at this point
Copy the full SHA 3060a3dView commit details -
Merge pull request #5280 from eclipse-ee4j/faces_issue_1828
Remove mentions in javadoc wrt backwards compatibility of facelets.* context params
Configuration menu - View commit details
-
Copy full SHA for da55cff - Browse repository at this point
Copy the full SHA da55cffView commit details -
Merge pull request #5288 from eclipse-ee4j/faces_issue_1712
Fix incorrect reference to non-existent 'context' argument in Application#unsubscribeFromEvent methods
Configuration menu - View commit details
-
Copy full SHA for 24724c7 - Browse repository at this point
Copy the full SHA 24724c7View commit details
Commits on Jul 30, 2023
-
https://github.com/jakartaee/faces/issues/1708
Add missing generics to API that slipped through in Faces 4.0
Configuration menu - View commit details
-
Copy full SHA for 1173145 - Browse repository at this point
Copy the full SHA 1173145View commit details
Commits on Aug 30, 2023
-
Make FacesMessage#VALUES / VALUES_MAP generic
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for c277945 - Browse repository at this point
Copy the full SHA c277945View commit details -
Make FacesMessage#VALUES / VALUES_MAP generic
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for 0d12516 - Browse repository at this point
Copy the full SHA 0d12516View commit details
Commits on Sep 2, 2023
-
Merge pull request #5305 from pizzi80/4.1_mojarra_official_faces_issu…
…e_1789 Make FacesMessage#VALUES / VALUES_MAP generic
Configuration menu - View commit details
-
Copy full SHA for 44fbb76 - Browse repository at this point
Copy the full SHA 44fbb76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25baa0c - Browse repository at this point
Copy the full SHA 25baa0cView commit details -
Revert "jakartaee/faces#1707 deprecate custom
scope events which are unused since 4.0" This reverts commit a18d500.
Configuration menu - View commit details
-
Copy full SHA for 2ac516a - Browse repository at this point
Copy the full SHA 2ac516aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f60cf - Browse repository at this point
Copy the full SHA 26f60cfView commit details
Commits on Sep 5, 2023
-
faces.js replace dom element inside table regression fixed
Signed-off-by: pizzi80 <paolo@given2.com>
Configuration menu - View commit details
-
Copy full SHA for a33cb30 - Browse repository at this point
Copy the full SHA a33cb30View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9ca011 - Browse repository at this point
Copy the full SHA b9ca011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34e1326 - Browse repository at this point
Copy the full SHA 34e1326View commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cade998 - Browse repository at this point
Copy the full SHA cade998View commit details -
Configuration menu - View commit details
-
Copy full SHA for c88283c - Browse repository at this point
Copy the full SHA c88283cView commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 29f6055 - Browse repository at this point
Copy the full SHA 29f6055View commit details
Commits on Sep 16, 2023
-
Revert "Revert "jakartaee/faces#1707 deprecate
custom scope events which are unused since 4.0"" This reverts commit 2ac516a.
Configuration menu - View commit details
-
Copy full SHA for a22c77c - Browse repository at this point
Copy the full SHA a22c77cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c826b42 - Browse repository at this point
Copy the full SHA c826b42View commit details
Commits on Sep 23, 2023
-
https://github.com/eclipse-ee4j/mojarra/issues/5245
Migrate properties files to UTF-8
Configuration menu - View commit details
-
Copy full SHA for 5459854 - Browse repository at this point
Copy the full SHA 5459854View commit details
Commits on Sep 30, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 787c9af - Browse repository at this point
Copy the full SHA 787c9afView commit details
Commits on Oct 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9e5d4f6 - Browse repository at this point
Copy the full SHA 9e5d4f6View commit details -
Merge ActionSource2 back into ActionSource and deprecate ActionSource2
related classes jakartaee/faces#1832
Configuration menu - View commit details
-
Copy full SHA for 0037a76 - Browse repository at this point
Copy the full SHA 0037a76View commit details
Commits on Oct 5, 2023
-
Merge pull request #5281 from eclipse-ee4j/faces_issue_1811
Clarified javadoc wrt 'if' attribute and fixed wrong attr name in vdldoc
Configuration menu - View commit details
-
Copy full SHA for e781bbd - Browse repository at this point
Copy the full SHA e781bbdView commit details -
Merge pull request #5295 from eclipse-ee4j/faces_issue_1708
Add missing generics to API that slipped through in Faces 4.0
Configuration menu - View commit details
-
Copy full SHA for 9918261 - Browse repository at this point
Copy the full SHA 9918261View commit details -
Merge pull request #5318 from eclipse-ee4j/mojarra_issue_5245_migrate…
…_bundle_files_to_utf8 Migrate properties files to UTF-8
Configuration menu - View commit details
-
Copy full SHA for fa1b600 - Browse repository at this point
Copy the full SHA fa1b600View commit details
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67d4e69 - Browse repository at this point
Copy the full SHA 67d4e69View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 23654f6 - Browse repository at this point
Copy the full SHA 23654f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9934c0f - Browse repository at this point
Copy the full SHA 9934c0fView commit details
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f214f1 - Browse repository at this point
Copy the full SHA 0f214f1View commit details
Commits on Oct 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd467e4 - Browse repository at this point
Copy the full SHA bd467e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16131f - Browse repository at this point
Copy the full SHA b16131fView commit details
Commits on Oct 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 329b720 - Browse repository at this point
Copy the full SHA 329b720View commit details -
Merge pull request #5338 from eclipse-ee4j/mojarra_issue_5337_depreca…
…te_FSS Faces 4.1: deprecate FSS
Configuration menu - View commit details
-
Copy full SHA for 8b62f62 - Browse repository at this point
Copy the full SHA 8b62f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5127e13 - Browse repository at this point
Copy the full SHA 5127e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bf0260 - Browse repository at this point
Copy the full SHA 8bf0260View commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 242879a - Browse repository at this point
Copy the full SHA 242879aView commit details
Commits on Nov 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f60e79f - Browse repository at this point
Copy the full SHA f60e79fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2fc252 - Browse repository at this point
Copy the full SHA f2fc252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c85c8b - Browse repository at this point
Copy the full SHA 2c85c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e53c8 - Browse repository at this point
Copy the full SHA a7e53c8View commit details -
Refactor static logic associated with rowStatePreserved from UIData into
a helper class so UIRepeat can also utilize them jakartaee/faces#1263
Configuration menu - View commit details
-
Copy full SHA for 9d4e2e9 - Browse repository at this point
Copy the full SHA 9d4e2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7829ab - Browse repository at this point
Copy the full SHA f7829abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 536e7f3 - Browse repository at this point
Copy the full SHA 536e7f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 633a784 - Browse repository at this point
Copy the full SHA 633a784View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1e74d09 - Browse repository at this point
Copy the full SHA 1e74d09View commit details
Commits on Nov 11, 2023
-
Merge pull request #5352 from eclipse-ee4j/mojarra_issue_5351_depreca…
…te_composite-extension Deprecate <composite:extension>
Configuration menu - View commit details
-
Copy full SHA for 40299b2 - Browse repository at this point
Copy the full SHA 40299b2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a8a46b8 - Browse repository at this point
Copy the full SHA a8a46b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f6223 - Browse repository at this point
Copy the full SHA 15f6223View commit details
Commits on Nov 19, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for d946c60 - Browse repository at this point
Copy the full SHA d946c60View commit details
Commits on Nov 22, 2023
-
Merge pull request #5360 from eclipse-ee4j/add_missing_rowStatePreser…
…ved_attribute_to_dataTable Add missing rowStatePreserved attribute to dataTable vdl
Configuration menu - View commit details
-
Copy full SHA for a9df992 - Browse repository at this point
Copy the full SHA a9df992View commit details
Commits on Nov 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f268d46 - Browse repository at this point
Copy the full SHA f268d46View commit details -
Merge pull request #5368 from eclipse-ee4j/mojarra_issue_1865
@jakarta.faces.annotation.View#value must be @Nonbinding
Configuration menu - View commit details
-
Copy full SHA for 4228058 - Browse repository at this point
Copy the full SHA 4228058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f9df3 - Browse repository at this point
Copy the full SHA 39f9df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 549fc50 - Browse repository at this point
Copy the full SHA 549fc50View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7df2bd1 - Browse repository at this point
Copy the full SHA 7df2bd1View commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 21aafbf - Browse repository at this point
Copy the full SHA 21aafbfView commit details -
Revert "@jakarta.faces.annotation.View#value must be @Nonbinding jaka…
…rtaee/faces#1865 #5367" This reverts commit f268d46.
Configuration menu - View commit details
-
Copy full SHA for 12ca56e - Browse repository at this point
Copy the full SHA 12ca56eView commit details
Commits on Dec 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc447bc - Browse repository at this point
Copy the full SHA bc447bcView commit details
Commits on Dec 11, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for ce18c75 - Browse repository at this point
Copy the full SHA ce18c75View commit details -
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Configuration menu - View commit details
-
Copy full SHA for a769a26 - Browse repository at this point
Copy the full SHA a769a26View commit details -
Specify compiler plugin explicitly
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Configuration menu - View commit details
-
Copy full SHA for 2acb025 - Browse repository at this point
Copy the full SHA 2acb025View commit details -
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Configuration menu - View commit details
-
Copy full SHA for c4234da - Browse repository at this point
Copy the full SHA c4234daView commit details -
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Configuration menu - View commit details
-
Copy full SHA for 253d132 - Browse repository at this point
Copy the full SHA 253d132View commit details -
Move maven compiler plugin to parent
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Configuration menu - View commit details
-
Copy full SHA for fe6c135 - Browse repository at this point
Copy the full SHA fe6c135View commit details -
Merge pull request #5373 from arjantijms/4.1-M1-prepare
Support for the Jakarta EE 11 M1 release
Configuration menu - View commit details
-
Copy full SHA for 92baa2d - Browse repository at this point
Copy the full SHA 92baa2dView commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a473288 - Browse repository at this point
Copy the full SHA a473288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b4ba4 - Browse repository at this point
Copy the full SHA 88b4ba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded098b - Browse repository at this point
Copy the full SHA ded098bView commit details
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 216755e - Browse repository at this point
Copy the full SHA 216755eView commit details -
[MOJARRA_5375] The jfwid contains the session ID
Modify ClientWindowImpl to generate window ID w/o using session id Add TokenGenerator from MyFaces
Configuration menu - View commit details
-
Copy full SHA for ac24336 - Browse repository at this point
Copy the full SHA ac24336View commit details
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8472f36 - Browse repository at this point
Copy the full SHA 8472f36View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for be5d946 - Browse repository at this point
Copy the full SHA be5d946View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 55d2241 - Browse repository at this point
Copy the full SHA 55d2241View commit details -
Merge branch 'fix_tck_for_mojarra_4.1' of
git@github.com:eclipse-ee4j/mojarra.git into fix_tck_for_mojarra_4.1
Configuration menu - View commit details
-
Copy full SHA for 219af0c - Browse repository at this point
Copy the full SHA 219af0cView commit details -
Merge pull request #5400 from eclipse-ee4j/fix_tck_for_mojarra_4.1
Fix TCK for Mojarra 4.1
Configuration menu - View commit details
-
Copy full SHA for efd3b6f - Browse repository at this point
Copy the full SHA efd3b6fView commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75c7b8c - Browse repository at this point
Copy the full SHA 75c7b8cView commit details -
Merge pull request #5401 from eclipse-ee4j/mojarra_issue_5383_improve…
…ment Default encoding should be prechecked
Configuration menu - View commit details
-
Copy full SHA for b31df99 - Browse repository at this point
Copy the full SHA b31df99View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06b3aed - Browse repository at this point
Copy the full SHA 06b3aedView commit details