{"id":14973037,"url":"https://github.com/joinfaces/joinfaces","last_synced_at":"2026-03-16T20:38:05.979Z","repository":{"id":8482064,"uuid":"57401572","full_name":"joinfaces/joinfaces","owner":"joinfaces","description":"JoinFaces: JSF Spring Boot Starters - JSF inside Spring Boot Application","archived":false,"fork":false,"pushed_at":"2025-05-08T12:27:17.000Z","size":8449,"stargazers_count":414,"open_issues_count":40,"forks_count":95,"subscribers_count":19,"default_branch":"5.5.x","last_synced_at":"2025-05-08T13:33:42.890Z","etag":null,"topics":["adminfaces","angularfaces","bootsfaces","butterfaces","cdi","jetty","joinfaces","jsf","mojarra","myfaces","omnifaces","primefaces","primefaces-extensions","rewrite","spring-boot","spring-security","starters","tomcat","undertow","weld"],"latest_commit_sha":null,"homepage":"http://joinfaces.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joinfaces.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-04-29T17:27:00.000Z","updated_at":"2025-05-08T12:26:58.000Z","dependencies_parsed_at":"2023-02-14T03:15:47.194Z","dependency_job_id":"d6a3d58c-5a94-4dd9-bc83-51017da443f7","html_url":"https://github.com/joinfaces/joinfaces","commit_stats":{"total_commits":3045,"total_committers":25,"mean_commits":121.8,"dds":0.6394088669950739,"last_synced_commit":"7af85c5bdfceda876939da74d61877ff5828c327"},"previous_names":["persapiens/jsf-spring-boot-starter"],"tags_count":259,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joinfaces%2Fjoinfaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joinfaces%2Fjoinfaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joinfaces%2Fjoinfaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joinfaces%2Fjoinfaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joinfaces","download_url":"https://codeload.github.com/joinfaces/joinfaces/tar.gz/refs/heads/5.5.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243353,"owners_count":22038044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adminfaces","angularfaces","bootsfaces","butterfaces","cdi","jetty","joinfaces","jsf","mojarra","myfaces","omnifaces","primefaces","primefaces-extensions","rewrite","spring-boot","spring-security","starters","tomcat","undertow","weld"],"created_at":"2024-09-24T13:47:59.619Z","updated_at":"2026-03-16T20:38:05.926Z","avatar_url":"https://github.com/joinfaces.png","language":"Java","funding_links":[],"categories":["开发框架"],"sub_categories":[],"readme":"JoinFaces\n=============================\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.joinfaces/jsf-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.joinfaces/jsf-spring-boot-starter)\n[![Build Status](https://github.com/joinfaces/joinfaces/actions/workflows/gradle.yml/badge.svg)](https://github.com/joinfaces/joinfaces/actions/workflows/gradle.yml)\n[![codecov](https://codecov.io/gh/joinfaces/joinfaces/branch/master/graph/badge.svg)](https://codecov.io/gh/joinfaces/joinfaces)\n[![](https://img.shields.io/badge/javadoc-stable-green.svg)](https://docs.joinfaces.org/current/api)\n[![](https://img.shields.io/badge/reference%20guide-stable-green.svg)](https://docs.joinfaces.org/current/reference)\n[![GitHub license](https://img.shields.io/github/license/joinfaces/joinfaces.svg)](https://github.com/joinfaces/joinfaces/blob/master/LICENSE.txt)\n\nThis project enables [JSF](https://www.oracle.com/technetwork/java/javaee/javaserverfaces-139869.html) usage inside [Spring Boot](https://projects.spring.io/spring-boot/) Application.\n\nIt autoconfigures \n[PrimeFaces](https://primefaces.org/), \n[PrimeFaces Extensions](http://primefaces-extensions.github.io/), \n[Apache MyFaces Tobago](https://github.com/apache/myfaces-tobago), \n[OmniFaces](http://omnifaces.org/),\n[AdminFaces](https://adminfaces.github.io/site/), \n[BootsFaces](https://www.bootsfaces.net/), \n[Mojarra](https://javaserverfaces.java.net/) and \n[MyFaces](http://myfaces.apache.org/) libraries to run at embedded \n[Tomcat](http://tomcat.apache.org/), \n[Jetty](http://www.eclipse.org/jetty) or \n[Undertow](http://undertow.io) servlet containers.\nIt autoconfigures [Weld](http://weld.cdi-spec.org),\n[Apache OpenWebBeans](https://openwebbeans.apache.org/), and\n[Rewrite](https://www.ocpsoft.org/rewrite/) too.\n\nIt also aims to solve [JSF](https://www.oracle.com/technetwork/java/javaee/javaserverfaces-139869.html) and [Spring Boot](https://projects.spring.io/spring-boot/) integration features. Current version includes [JSF](https://www.oracle.com/technetwork/java/javaee/javaserverfaces-139869.html) and [CDI](https://www.cdi-spec.org/) annotations support and [Spring Security](https://projects.spring.io/spring-security/) JSF Facelet Tag support.\n\n## How to use\n\n[JoinFaces Example](https://github.com/joinfaces/joinfaces-maven-jar-example) shows JSF Spring Boot Starter usage. It may help you to choose the JSF Spring Boot Starter that fits your needs.\n\n### Official example projects\n\n|Build tool \\ packaging| `jar` | `war`\n|---|---|---|\n|[Maven](https://maven.apache.org/)|[maven-jar-example](https://github.com/joinfaces/joinfaces-maven-jar-example)|[maven-war-example](https://github.com/joinfaces/joinfaces-maven-war-example)|\n|[Gradle](https://gradle.org/)|[gradle-jar-example](https://github.com/joinfaces/joinfaces-gradle-jar-example)|[gradle-war-example](https://github.com/joinfaces/joinfaces-gradle-war-example)|\n\n## Key Features\n\nTake a look at [Reference Guide](https://docs.joinfaces.org/master-SNAPSHOT/reference/) to see JoinFaces features: Starters, Servlet-Context Init Parameters, JSF and CDI scope-annotations support and Spring Security JSF Facelet Tag support.\n\n## System Requirements\n\nJoinfaces | Java           | Spring Boot | JSF / Faces\n----------|----------------|-------------|-----\n`2.x`     | `1.6` to `1.8` | `1.x`       |`2.0` to `2.2`\n`3.0` to `3.2`| `1.8`          | `2.0`       |`2.0` to `2.3`\n`4.0.x`   | `1.8` to `11`  | `2.1`       |`2.0` to `2.3`\n`4.1.x`   | `1.8` to `12`  | `2.2`       |`2.0` to `2.3`\n`4.3.x`   | `1.8` to `14`  | `2.3`       |`2.0` to `2.3`\n`4.4.x`   | `1.8` to `15`  | `2.4`       |`2.0` to `2.3`\n`4.5.x`   | `1.8` to `16`  | `2.5`       |`2.0` to `2.3`\n`4.6.x`   | `1.8` to `16`  | `2.6`       |`2.0` to `2.3`\n`4.7.x`   | `1.8` to `17`  | `2.7`       |`2.0` to `2.3`\n`5.0.x`   | `17` to `19`   | `3.0`       |`3.0` to `4.0`\n`5.1.x`   | `17` to `20`   | `3.1`       |`3.0` to `4.0`\n`5.2.x`   | `17` to `21`   | `3.2`       |`3.0` to `4.0`\n`5.3.x`   | `17` to `21`   | `3.3`       |`3.0` to `4.0`\n`5.4.x`   | `17` to `21`   | `3.4`       |`3.0` to `4.0`\n\nThis are the combinations we have tested and expect to work, but depending on the features you are using, other combinations might work, too.\nWhen using Java 9 or higher, make sure to use JoinFaces only on the classpath and not on the modulepath.\n\n## Getting Help\n\n* Take a look at [wiki](https://github.com/joinfaces/joinfaces/wiki).\n* Report questions and bugs at [github.com/joinfaces/joinfaces/issues](https://github.com/joinfaces/joinfaces/issues).\n\n## Contributing\n\n* Report documentation, features, enhancement and bugs at [github.com/joinfaces/joinfaces/issues](https://github.com/joinfaces/joinfaces/issues).\n* Pull requests are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoinfaces%2Fjoinfaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoinfaces%2Fjoinfaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoinfaces%2Fjoinfaces/lists"}