11
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 18 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'eclipse-ee4j:master' into master More... about 1 month ago
Merge branch 'master' of [email protected]:arjantijms/mojarra.git More... about 1 month ago
Fix compilation error More... about 1 month ago
Update pom.xml More... about 1 month ago
Merge #5415 from 4.1 into 5.0 More... about 1 month ago
Merge #5415 from 4.0 into 4.1 More... about 1 month ago
Merge pull request #5419 from eclipse-ee4j/mojarra_issue_5415 More... about 1 month ago
Fix #5415: move retargeted client ID calculation from AjaxHandler to AjaxBehaviorHandler so it doesn't fail when cc.clientId happens to be referenced in f:ajax execute More... about 2 months ago
Fix #5417: remove "optimization" when composite attribute default is literal instead of VE, this will fail when the final value itself is VE More... about 2 months ago
Merge pull request #5416 from eclipse-ee4j/4.0.6 More... about 2 months ago
Prepare next development cycle for 4.0.7-SNAPSHOT More... about 2 months ago
Prepare release org.glassfish:mojarra-parent:4.0.6 More... about 2 months ago
Merge #5409 from 4.1 into 5.0 More... about 2 months ago
pom.xml slipped through merge of #5409 from 4.0 into 4.1 More... about 2 months ago
Merge #5404, #5408 and #5409 from 4.1 into 5.0 More... about 2 months ago
Merge #5404, #5408 and #5409 from 4.0 into 4.1 More... about 2 months ago
Merge pull request #5413 from arjantijms/update_deps_jakarta_wave14 More... about 2 months ago
Update copyright More... about 2 months ago
Update dependencies More... about 2 months ago
Merge pull request #5411 from eclipse-ee4j/mojarra_issue_5404_reduce_logging_level_of_exception_which_is_already_rethrown More... about 2 months ago
Merge pull request #5410 from eclipse-ee4j/mojarra_issue_5408_micro_optimization More... about 2 months ago
Merge pull request #5409 from eclipse-ee4j/migrate_tests_to_junit5_and_mockito More... about 2 months ago
Merge pull request #5412 from eclipse-ee4j/add_xsds_for_4.1 More... about 2 months ago
discovered while writing TCK: the UUIDConverter wasn't properly registered on converterId; while at it took opportunity to refactor hardcoded converter IDs More... about 2 months ago
add xsds for 4.1 More... about 2 months ago
Merge branch 'master' into faces_issue_1416_add_context_param_attributes_to_FacesConfig More... 2 months ago
Reduce logging level of exception which is already rethrown during processing a lifecycle phase -- this only causes duplicate logs https://github.com/eclipse-ee4j/mojarra/issues/5404 More... 2 months ago
Micro optimization to clarify intent of code https://github.com/eclipse-ee4j/mojarra/issues/5408 More... 2 months ago
migrated EasyMock/PoweMock to Mockito More... 2 months ago
Analyzed and fixed failing UIComponentBaseBehaviorTestCase; it was previously never invoked, so is actually activated for the first time; it however initially failed on 2 tests: 1) testAddBehavior(): the original assumption was that adding handler on unsupported behavior event would throw ISE but the impl never did this, and the javadoc also didn't say any word about this, so I adjusted the test itself 2) testGetBehaviors(): the original assumption was that getClientBehaviors() returns a mutable collection but this was not the case when no initial behaviors were added, and the javadoc also didn't say any word about this, so I adjusted the test itself More... 2 months ago