Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oracle/coherence-idea-plugin
- Owner: oracle
- License: upl-1.0
- Created: 2021-01-13T19:30:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T15:25:56.000Z (about 2 months ago)
- Last Synced: 2024-10-25T20:53:53.851Z (about 2 months ago)
- Topics: coherence, coherence-ce, idea-plugin, plugin
- Language: Java
- Homepage:
- Size: 251 KB
- Stars: 4
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
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
.