Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@

# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.jks binary
*.jks binary
2 changes: 1 addition & 1 deletion CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ ASF Infra has some restrictions and objections about Github Actions.

[5]: https://cwiki.apache.org/confluence/display/BUILDS/GitHub+Actions+status

[6]: https://travis-ci.com/github/apache/myfaces
[6]: https://travis-ci.com/github/apache/myfaces
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,3 @@ pipeline {
}
}
}

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ Since 2.3-next a Quarkus extension is available. A sample project can be found h

### Differences to a normal servlet container while developing
- You need to put your views under `src/main/resources/META-INF/resources` as Quarkus doesn't create a WAR and src/main/webapp is ignored!

2 changes: 1 addition & 1 deletion api/src/client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ node_modules/
webpack.config.js
webpack.config.js.map
typescript/**/*.js
typescript/**/*.js.map
typescript/**/*.js.map
2 changes: 1 addition & 1 deletion api/src/client/.mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"./typescript/**/*.spec.*"
],
"require": "ts-node/register"
}
}
2 changes: 1 addition & 1 deletion api/src/client/tsconfig-myfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
"./typescript/mona_dish/index.ts",
"./typescript/mona_dish/Messaging.ts"
]
}
}
2 changes: 1 addition & 1 deletion api/src/client/tsconfig-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ to have their own tsconfig
"disableSources": true,
"name": "Apache MyFaces faces.js implementation"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ declare global {
// module, otherwise the global overload would produce an error
// https://www.typescriptlang.org/docs/handbook/declaration-files/templates/global-modifying-module-d-ts.html
// noinspection JSUnusedGlobalSymbols
export var __my_faces_ambient_module_glob_;
export var __my_faces_ambient_module_glob_;
2 changes: 0 additions & 2 deletions api/src/client/typescript/faces/api/_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,5 +323,3 @@ export module myfaces {
*/
export const oam = _oam;
}


2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/api/jsf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ if(!window?.myfaces?.ab) {
}

export var jsf = window.jsf;
export var myfaces = window.myfaces;
export var myfaces = window.myfaces;
2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/impl/PushImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,4 @@ export module PushImpl {
return <Function>((typeof fn !== "function") && (fn = DQ.global()[fn]), fn);
}

}
}
1 change: 0 additions & 1 deletion api/src/client/typescript/faces/impl/core/Const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,3 @@ export function $nsp(inputNamespace?: any): any {
}
return (!!window?.faces) ? inputNamespace.replace(/javax\.faces/gi,"jakarta.faces"): inputNamespace.replace(/jakarta\.faces/gi, "javax.faces");
}

2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/impl/core/Context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export class Context {
ON_ERROR ?: (HTMLEvent) => boolean | void;
MYFACES ?: Config;
CTX_PARAM_REQ_PASS_THR = {};
}
}
2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/impl/i18n/Messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ export class Messages {

/** @constant */
UNKNOWN = "UNKNOWN";
}
}
2 changes: 0 additions & 2 deletions api/src/client/typescript/faces/impl/util/Assertions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,3 @@ export module Assertions {
}
}
}


2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/impl/util/AsyncQueue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ export class AsynchronousQueue<T extends AsyncRunnable<any>> {
() => this.callForNextElementToProcess()
).start();
}
}
}
1 change: 0 additions & 1 deletion api/src/client/typescript/faces/impl/util/AsyncRunnable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,3 @@ export abstract class AsyncRunnable<T> implements IAsyncRunnable<T>{
return this;
}
}

2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/impl/util/ExtDomQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,4 @@ export class ExtConfig extends Config {
}
return new Es2019Array(...accessPath).map(key => $nsp(key));
}
}
}
2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/impl/util/FileUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ export function getFormInputsAsArr(parentItem: DomQuery): string[][] | [string,
const standardInputs: any = resolveViewState(parentItem);
const fileInputs = resolveFiles(parentItem);
return standardInputs.concat(fileInputs)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ export class HiddenInputBuilder {
this?.parent?.append(newElement);
return newElement;
}
}
}
2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/impl/util/Lang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,4 @@ export module ExtLang {
throw makeException(new Error(), null, null, "Impl", "getForm", getMessage("ERR_FORM"));
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ export class XhrQueueController<T extends IAsyncRunnable<any>> {
this.taskRunning = !this.isEmpty;
}

}
}
2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/impl/xhrCore/ErrorData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ export class ErrorData extends EventData implements IErrorData {
return this.fromGeneric(context, -1);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ export interface IResponseProcessor {
* (can change after a navigation)
*/
updateNamedViewRootState();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ export function resolveDefaults(event: Event, opts: Options | [[string, any]] ,
windowId: resolveWindowId(options),
isResetValues: true === options.value?.resetValues
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,3 @@ function resolveSourceElementId(context: Config, internalContext: Config): Optio
return internalContext.getIf(CTX_PARAM_SRC_CTL_ID)
.orElseLazy(() => context.getIf(SOURCE, "id").value);
}

2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/impl/xhrCore/Response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ export module Response {
break;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -558,4 +558,4 @@ export class ResponseProcessor implements IResponseProcessor {
private getNameOrIdSelector(nameOrId) {
return `[id='${nameOrId}'], [name='${nameOrId}']`;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ export class XhrFormData extends Config {
private remapKeyForNamingContainer(key: string): string {
return this.paramsMapper(key, "")[0];
}
}
}
2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/impl/xhrCore/XhrRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,4 +521,4 @@ export class XhrRequest extends AsyncRunnable<XMLHttpRequest> {
formData.shallowMerge(arr, true, true);
}
}
}
}
2 changes: 1 addition & 1 deletion api/src/client/typescript/faces/myfaces/OamSubmit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ export module oam {
});
return false;
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ describe('API tests', () => {
}
});

});
});
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,3 @@ describe('Lang tests', () => {
expect(formData.makeFinal()).to.eq("1&2&3&bla=arg");
});*/
});

Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,3 @@ describe('Lang tests', () => {
});

});

Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ export class Probe1Impl implements Probe1 {
}, mixin))
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ describe('mapping tests', () => {
});


});
});
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,3 @@ describe('Config tests', () => {
});

});


Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
Original file line number Diff line number Diff line change
Expand Up @@ -918,4 +918,4 @@ export const tobagoSheetWithHeader = `<tobago-sheet id="page:mainForm:s1" data-t
</tbody>
</table>
</div>
</tobago-sheet>`
</tobago-sheet>`
Original file line number Diff line number Diff line change
Expand Up @@ -709,4 +709,4 @@ function triggerRequestChain(event) {
return clean;

}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,4 @@ export class XmlResponses {
</update></changes></partial-response>`;
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
*/
2 changes: 0 additions & 2 deletions api/src/client/typescript/faces/test/impl/ImplTest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,3 @@ describe('faces.ajax.request test suite', () => {


});


2 changes: 0 additions & 2 deletions api/src/client/typescript/faces/test/impl/ImplTest_23.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,3 @@ describe('javax.ajax.request test suite', () => {

});
});


Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ describe('various tests for get separator char', () => {
});

});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ describe('Tests on the xhr core when it starts to call the request', function ()
})

// further tests will follow if needed, for now the namespace must be restored
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ export class ProbeClass implements IAsyncRunnable<Promise<any>>, IValueHolder<Pr
}
return this;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ describe('Asynchronous Queue tests', () => {
});

//TODO error test?
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ describe('adds a getClientWindowTests', function () {
done();
})

});
});
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,3 @@ describe('Tests of the various aspects of the response protocol functionality',
expect(errorData.source).to.eq("form1:button1:booga");
})
});

Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ export class FakeWebsocket {
close() {
this.onclose();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ describe('Tests for the MyFaces specific oam submit', function () {
}
});

});
});
Original file line number Diff line number Diff line change
Expand Up @@ -884,4 +884,3 @@ describe('Tests after core when it hits response', function () {
});

});

Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,3 @@ describe('Tests after core when it hits response', function () {


});

Original file line number Diff line number Diff line change
Expand Up @@ -766,4 +766,4 @@ describe('Tests of the various aspects of the response protocol functionality',
});


});
});
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,4 @@ describe('Tests of the various aspects of the response protocol functionality',
});


});
});
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ describe('shadow dom testsuite', () => {
expect(DomQuery.byId("shadowContent", true).innerHtml).to.eq("after update");
/*shadow dom in place now lets do an update on the element*/
});
});
});
Loading
Loading