{"id":18554259,"url":"https://github.com/oracle/coherence-idea-plugin","last_synced_at":"2025-04-09T23:31:03.968Z","repository":{"id":62667528,"uuid":"329411308","full_name":"oracle/coherence-idea-plugin","owner":"oracle","description":"This plugin adds features to IntelliJ to assist in development of applications using Oracle Coherence.","archived":false,"fork":false,"pushed_at":"2025-03-05T16:20:00.000Z","size":260,"stargazers_count":4,"open_issues_count":0,"forks_count":8,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-24T13:21:26.268Z","etag":null,"topics":["coherence","coherence-ce","idea-plugin","plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-13T19:30:55.000Z","updated_at":"2025-03-05T16:19:59.000Z","dependencies_parsed_at":"2024-10-24T19:39:10.731Z","dependency_job_id":"33e42ef5-3608-4a2f-94aa-5f364959e6d6","html_url":"https://github.com/oracle/coherence-idea-plugin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fcoherence-idea-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fcoherence-idea-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fcoherence-idea-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fcoherence-idea-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle","download_url":"https://codeload.github.com/oracle/coherence-idea-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248129599,"owners_count":21052603,"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":["coherence","coherence-ce","idea-plugin","plugin"],"created_at":"2024-11-06T21:20:42.474Z","updated_at":"2025-04-09T23:31:02.249Z","avatar_url":"https://github.com/oracle.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n\n  Copyright (c) 2020, 2021 Oracle and/or its affiliates.\n\n  Licensed under the Universal Permissive License v 1.0 as shown at\n  https://oss.oracle.com/licenses/upl.\n\n--\u003e\n\n-----\n\u003cimg src=https://oracle.github.io/coherence/assets/images/logo-red.png\u003e\u003cimg\u003e\n\n# Coherence IntelliJ Plugin\n\n![Build](https://github.com/oracle/coherence-idea-plugin/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/com.oracle.coherence.coherence-idea.svg)](https://plugins.jetbrains.com/plugin/com.oracle.coherence.coherence-idea)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.oracle.coherence.coherence-idea.svg)](https://plugins.jetbrains.com/plugin/com.oracle.coherence.coherence-idea)\n[![License](http://img.shields.io/badge/license-UPL%201.0-blue.svg)](https://oss.oracle.com/licenses/upl/)\n\n\u003c!-- Plugin description --\u003e\nThis plugin adds features to IntelliJ to assist in development of applications using Oracle Coherence.\n\nFeatures:\n\n* POF code generation for suitably annotated classes.\n\n## Installation\n\n- Using IDE built-in plugin system:\n  \n  \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"coherence-idea\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/oracle/coherence-idea-plugin/releases/latest) and install it manually using\n  \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n## Usage\n\n\u003e For full documentation on the Coherence POF code generator and using PortableType annotations\n\u003e see the official [Portable Types documentation](https://coherence.community/20.12/docs/#/docs/core/04_portable_types)\n\nThe POF code generator plugin uses the Coherence POF code generator to instrument classes tha have been annotated with\nthe corresponding POF annotations. The plugin is a build service plugin that will instrument classes as part of the\nIntelliJ build process.\n\nThe plugin itself does not contain a `coherence.jar` or the POF code generator, it \nwill use the code generator built into the version of Coherence that the current project depends on. \nThis means that there is no need to upgrade the IntelliJ plugin for different versions of Coherence. \n\nThe POF plugin is disabled by default and must be enabled for each IntelliJ project.\nOnce enabled, evolvable PortableType code will be generated for suitably annotated classes as part of \nthe IntelliJ build process.\n\n* Open the IntelliJ preference pane and go to the Oracle Coherence panel under Languages \u0026 Frameworks,\n  \n  \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003eLanguages \u0026 Frameworks\u003c/kbd\u003e \u003e \u003ckbd\u003eOracle Coherence\u003c/kbd\u003e\n\n* Check the `Enable POF code generation` check box.  \n                            \n\n\u003c!-- Plugin description end --\u003e\n\n---\nThis plugin has been created using the \n[IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)\n\n## Contributing\n\nThis project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)\n\n## Security\n\nPlease consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process\n\n## License\n\nCopyright (c) 2020, 2024, Oracle and/or its affiliates.\n\nReleased under the Universal Permissive License v1.0 as shown at\n\u003chttps://oss.oracle.com/licenses/upl/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle%2Fcoherence-idea-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle%2Fcoherence-idea-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle%2Fcoherence-idea-plugin/lists"}