# Introduction

**Openjdk-support-list**

JDK 기반 제품들의 OpenJDK 지원 여부 및 버전 정보 정리.

OpenJDK 가 안정화된 버전인 8 이상 지원 여부 확인

* [Open JDK 설치가이드](/openjdk/jdk-installation.md)

## TOC

* [WAS(Web Application Server)](/openjdk/master.md#wasweb-application-server)
  * [apache tomcat](/openjdk/master.md#apache-tomcat)
  * [Jetty](/openjdk/master.md#jetty)
  * [JBoss](/openjdk/master.md#jboss)
* [Atlassian Product](/openjdk/master.md#atlassian-product)
  * [JIRA](/openjdk/master.md#jira)
  * [Confluence](/openjdk/master.md#confluence)
  * [Bamboo](/openjdk/master.md#bamboo)
  * [Bitbucket Server](/openjdk/master.md#bitbucket-server)
* [기타 Open Source](https://lesstif.gitbook.io/openjdk/pages/-L_5HByL7Ngsm1rjiS9n#기타-open-source)
  * [Jenkins](/openjdk/master.md#jenkins)
  * [Elastic Search](/openjdk/master.md#elastic-search)
* [같이 보기](https://lesstif.gitbook.io/openjdk/pages/-L_5HByL7Ngsm1rjiS9n#같이-보기)
  * [JDK Vendor](/openjdk/master.md#jdk-vendor)

## WAS(Web Application Server)

### apache tomcat

| Servelet Spec | Tomcat version | Java version |
| ------------- | :------------: | -----------: |
| 4.0           |      9.0.x     |  8 and later |
| 3.1           |      8.5.x     |  7 and later |
| 3.1           |      8.0.x     |  7 and later |

JDK 8 이상을 지원하는 버전

* [Apache Tomcat Versions](http://tomcat.apache.org/whichversion.html)
* [Java Servelet 버전 히스토리](https://en.wikipedia.org/wiki/Java_servlet#History)

### Jetty

### JBoss

## Atlassian Product

### JIRA

JIRA 7.13.x 부터 OpenJDK 공식 지원.

| JIRA Version | OpenJDK Version | 비고 |
| ------------ | --------------- | -- |
| 7.13.x       | 8               |    |
|              |                 |    |
|              |                 |    |

* [JIRA 7.13 Supported platforms](https://confluence.atlassian.com/adminjiraserver/supported-platforms-938846830.html) 참고

### Confluence

Confluence 6.13.x 부터 OpenJDK 지원

| Confluence Version | OpenJDK Version | 비고 |
| ------------------ | --------------- | -- |
| 6.13.x             | 8               |    |
|                    |                 |    |
|                    |                 |    |

Confluence는 Oracle JDK와 IBM의 AdoptOpenJDK 만 지원함. (Azul 사의 Zulu 는 미지원)

* [Confluence 6.13 Supported platforms](https://confluence.atlassian.com/doc/supported-platforms-207488198.html) 참고

### Bamboo

Bamboo 5.13.x 부터 OpenJDK 지원 .

| Bamboo Version | OpenJDK Version | 비고 |
| -------------- | --------------- | -- |
| 5.13.x \~      | 8               |    |
| 6.0.x \~       | 8               |    |
|                |                 |    |

* [Bamboo 5.13 Supported platforms](https://confluence.atlassian.com/bamboo0513/supported-platforms-857079483.html)
* [Bamboo 6.7 Supported platforms](https://confluence.atlassian.com/bamboo/supported-platforms-289276764.html)

### Bitbucket Server

Bitbucket 5.16.x 는 OpenJDK 1.8u65+ 이상 지원 .

[Supported platforms](https://confluence.atlassian.com/bitbucketserver/supported-platforms-776640981.html) 참고

## 기타 Open Source

### Jenkins

현재 (2018.12) OpenJDK 8 버전만 지원

| Jenkins Version | OpenJDK Version | 비고 |
| --------------- | --------------- | -- |
| 2.138.3 (LTS)   | 8               |    |
|                 |                 |    |
|                 |                 |    |

### Elastic Search

현재 (2019.01) OpenJDK 8 버전 권장(1.8.0u111+ 이상 지원)

* [Elasticsearch and JVM](https://www.elastic.co/support/matrix#matrix_jvm)

## 같이 보기

* [Oracle Java SE Support Roadmap](https://www.oracle.com/technetwork/java/java-se-support-roadmap.html)

### JDK Vendor

#### [AdoptOpenJDK](https://adoptopenjdk.net/)

IBM 이 관리하는 OpenJDK 바이너리.

* [Redhat OpenJDK Life Cycle and Support Policy](https://access.redhat.com/articles/1299013)
* [Azul Systems](https://www.azul.com/products/zulu-and-zulu-enterprise/)
* [London Java Community (LJC)](https://www.infoq.com/news/2018/03/AdoptOpenJDKMar18)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lesstif.gitbook.io/openjdk/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
