# 使用 Homebrew 安装 openliberty-webprofile8

查看 openliberty-webprofile8 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:openliberty-webprofile8
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install openliberty-webprofile8
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:openliberty-webprofile8
- **软件包管理器:** Homebrew
- **版本:** 26.0.0.7
- **来源摘要:** Lightweight open framework for Java (Jakarta EE Web Profile 8)
- **主页:** <https://openliberty.io>
- **最后更新:** 2026-07-30T10:53:33+09:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- openliberty-webprofile8 (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 26.0.0.7
## 项目历史与用法

openliberty-webprofile8 is the Homebrew package for Open Liberty's Java EE/Jakarta EE 8 Web Profile runtime. It targets web applications that need the servlet, REST, CDI, persistence, JSON, validation, security, and related web-tier APIs without the full Jakarta EE platform bundle.

### 项目历史

The package inherits Open Liberty's history: IBM created Liberty in 2012 for a lightweight, configurable Java runtime and opened the code in 2017 as the Open Liberty project. Open Liberty then became a public implementation base for Jakarta EE and MicroProfile while remaining the foundation of WebSphere Liberty.

The Web Profile line exists because enterprise Java standards distinguish a smaller web application subset from the full platform. Open Liberty's Web Profile 8.0 feature combines Liberty features that support the Java EE 8.0 Web Profile and is also enabled by the broader `jakartaee-8.0` and `javaee-8.0` platform features.

### 采用历史

Web Profile packages fit teams whose applications use common web stack APIs but do not need the full enterprise platform. That made them a lighter standards-compatible target for local development and packaged installs, especially for REST services and traditional WAR deployments.

Because Jakarta EE 8 preserved Java EE 8 API compatibility, Web Profile 8 served as a stable bridge for applications before the namespace migration of Jakarta EE 9.

### 使用方式

A Liberty server enables the Web Profile 8 feature with `<feature>webProfile-8.0</feature>` in `server.xml`. Open Liberty documents the feature as enabling APIs such as application security, Bean Validation, CDI, EJB Lite, expression language, JAX-RS, JPA, JSF, JSON-B, JSON-P, JSP, Servlet, and WebSocket.

The Homebrew formula provides the profile-specific runtime as a local package-manager install. Developers can still use the broader Open Liberty ecosystem of Maven, Gradle, Docker, and Liberty Tools around the same server configuration model.

### 为什么软件包爱好者会关心

openliberty-webprofile8 is useful metadata because it tells a resolver or human that the install is the web subset of the EE 8 generation, not the full platform. That distinction affects which APIs are present and which applications can run unchanged.

It also shows how Homebrew can carry Java runtime variants that package an upstream server around standards profiles, a pattern more precise than a single monolithic `openliberty` formula.

### 时间线

- 2012: IBM Liberty was created as a modular Java runtime.
- 2017: IBM opened Liberty's source as Open Liberty.
- 2019: Jakarta EE 8 continued the Java EE 8 API level under the Eclipse Foundation.
- Open Liberty documentation defines `webProfile-8.0` as the Web Profile 8.0 convenience feature and lists `jakartaee-8.0` and `javaee-8.0` as features that include it.

### Related projects

- Related packages include openliberty-jakartaee8, WebSphere Liberty, Jakarta EE 8, Java EE 8, and Open Liberty's Maven, Gradle, container, and IDE tooling.

### 来源

- <https://formulae.brew.sh/formula/openliberty-webprofile8>
- <https://jakarta.ee/release/>
- <https://openliberty.io/blog/2022/09/21/history-maker-projects.html>
- <https://openliberty.io/docs/latest/reference/feature/jakartaee-8.0.html>
- <https://openliberty.io/docs/latest/reference/feature/webProfile-8.0.html>
- <https://openliberty.io/start/>


## 安全说明

没有找到 openliberty-webprofile8 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ${wlp.user.dir}/servers/${wlp.server.name}/server.xml, ${wlp.user.dir}/servers/${wlp.server.name}/bootstrap.properties, ${wlp.user.dir}/servers/${wlp.server.name}/server.env, ${wlp.user.dir}/servers/${wlp.server.name}/jvm.options

## Combined YAML source

View the package source record on GitHub. [combined/openliberty-webprofile8.yml](https://github.com/mxcl/pkgdb/blob/main/combined/openliberty-webprofile8.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
