Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oracle/coherence-idea-plugin

This plugin adds features to IntelliJ to assist in development of applications using Oracle Coherence.
https://github.com/oracle/coherence-idea-plugin

coherence coherence-ce idea-plugin plugin

Last synced: about 2 months ago
JSON representation

This plugin adds features to IntelliJ to assist in development of applications using Oracle Coherence.

Awesome Lists containing this project

README

        

-----

# Coherence IntelliJ Plugin

![Build](https://github.com/oracle/coherence-idea-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/com.oracle.coherence.coherence-idea.svg)](https://plugins.jetbrains.com/plugin/com.oracle.coherence.coherence-idea)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.oracle.coherence.coherence-idea.svg)](https://plugins.jetbrains.com/plugin/com.oracle.coherence.coherence-idea)
[![License](http://img.shields.io/badge/license-UPL%201.0-blue.svg)](https://oss.oracle.com/licenses/upl/)

This plugin adds features to IntelliJ to assist in development of applications using Oracle Coherence.

Features:

* POF code generation for suitably annotated classes.

## Installation

- Using IDE built-in plugin system:

Preferences > Plugins > Marketplace > Search for "coherence-idea" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/oracle/coherence-idea-plugin/releases/latest) and install it manually using
Preferences > Plugins > ⚙️ > Install plugin from disk...

## Usage

> For full documentation on the Coherence POF code generator and using PortableType annotations
> see the official [Portable Types documentation](https://coherence.community/20.12/docs/#/docs/core/04_portable_types)

The POF code generator plugin uses the Coherence POF code generator to instrument classes tha have been annotated with
the corresponding POF annotations. The plugin is a build service plugin that will instrument classes as part of the
IntelliJ build process.

The plugin itself does not contain a `coherence.jar` or the POF code generator, it
will use the code generator built into the version of Coherence that the current project depends on.
This means that there is no need to upgrade the IntelliJ plugin for different versions of Coherence.

The POF plugin is disabled by default and must be enabled for each IntelliJ project.
Once enabled, evolvable PortableType code will be generated for suitably annotated classes as part of
the IntelliJ build process.

* Open the IntelliJ preference pane and go to the Oracle Coherence panel under Languages & Frameworks,

Preferences > Languages & Frameworks > Oracle Coherence

* Check the `Enable POF code generation` check box.

---
This plugin has been created using the
[IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

## Contributing

This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)

## Security

Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process

## License

Copyright (c) 2020, 2024, Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at
.