You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ajusted the data storage to the latest IntelliJ API
23
+
</li>
21
24
<li>
22
25
Updating to latest IntelliJ and fixing a blocking issue when connect in debug mode (pending)
23
26
</li>
@@ -102,70 +105,6 @@
102
105
</li>
103
106
</ol>
104
107
</li>
105
-
<li>0.7.3:
106
-
<ol>
107
-
<li>
108
-
Working on integrating and testing latest Sling Tooling IDE code from Trunk
109
-
</li><li>
110
-
Fixed an issue with Import From Server (Context Menu) failing
111
-
</li><li>
112
-
Fixed an issue with finding a folder in Windows
113
-
</li><li>
114
-
Fixed an issue with creating folders locally during import from server
115
-
</li><li>
116
-
Added the AEM Developer Companion to the Plugin
117
-
</li><li>
118
-
Added a Info page to the plugin
119
-
</li><li>
120
-
Fixed an issue with the modification timestamp
121
-
</li>
122
-
</ol>
123
-
</li>
124
-
<li>0.7.2:
125
-
<ol>
126
-
<li>
127
-
Fixed the issued with the deadlock (everlasting indexing) by making sure that the Project
128
-
</li><li>
129
-
Verification during the Project Load's Start Connection is done asynchronously.
130
-
</li><
131
-
</ol>
132
-
</li>
133
-
<li>0.7.1:
134
-
<ol>
135
-
<li>
136
-
Fixed an issue where the Plugin tried to connect to the repository during incremental deployment even when the connection was stopped
137
-
</li><li>
138
-
Fixed an issue when the Plugin tried to compile even though there was not configuration (non AEM / Sling project)
139
-
</li><li>
140
-
Added the 'Filter is generated' flag to the Sling Module Facet. With that it is possible to verify a project without having a filter.xml file. It is important though that the filter.xml file is available in the designated META-INF/vault folder at the time of the deployment.
141
-
</li>
142
-
</ol>
143
-
</li>
144
-
<li>0.7.0:
145
-
<ol>
146
-
<li>
147
-
The Support Bundle Install button on the Server Configuration is now performing the installation.
148
-
</li><li>
149
-
The Force Deploy action is doing a Purge Cache before it deploys. This way the Force Deploy is the same as Purge Cache and Deploy action.
150
-
</li><li>
151
-
Made General Plugin Configuration persistent.
152
-
</li><li>
153
-
Added a check to the Run Connection so that if the user changes the Server Configuration the cache will be automatically purged so that the next deployed will push all of it.
154
-
</li><li>
155
-
The Debug Connection is now also doing a Verification and Server Configuration change check like the Run Connection.
156
-
</li><li>
157
-
The Jar File validator on the Facet is now working properly.
158
-
</li><li>
159
-
Exported the Background task execution into its own utility method.
160
-
</li><li>
161
-
Added a Dialog to the Possible Symbolic Name Mismatch so that further warnings can be ignored.
162
-
</li><li>
163
-
When a new module is created the module is automatically verified. This will also create the list of modules and updates the tree.
164
-
</li><li>
165
-
Fixed a NPE when the Plugin Preferences Configuration is not created
@@ -41,8 +45,9 @@ The **master** is the latest release code and it the same as the highest
41
45
42
46
#### Updates:
43
47
44
-
**1.0.3.3-beta1**:
48
+
**1.0.3.3**:
45
49
* Working on issues with latest IntelliJ Releases.
50
+
* All threading is centralized in single class and with it fixed some issues with threading
46
51
47
52
**1.0.3.2**:
48
53
* Fixed an issue on Windows with Log4j's LocationAwareLogger.
@@ -79,119 +84,6 @@ The **master** is the latest release code and it the same as the highest
79
84
* Increased the IntelliJ Version the plugin can run on to 2016.2 or higher
80
85
* Fixed issues with exception handling and reporting
81
86
82
-
**0.7.3**
83
-
* Working on integrating and testing latest Sling Tooling IDE code from Trunk
84
-
* Fixed an issue with Import From Server (Context Menu) failing
85
-
* Fixed an issue with finding a folder in Windows
86
-
* Fixed an issue with creating folders locally during import from server
87
-
* Added the AEM Developer Companion to the Plugin
88
-
* Added a Info page to the plugin
89
-
* Fixed an issue with the modification timestamp
90
-
91
-
**0.7.2**:
92
-
* Fixed the issue with the deadlock during Project Load. An automatic start connection during
93
-
that phase led to a deadlock inside the Event Dispatcher. This means that you can use the
94
-
Start Connection on Load again.
95
-
96
-
**0.7.1**:
97
-
* Fixed an issue where the Plugin tried to connect to the repository during incremental deployment
98
-
even when the connection was stopped
99
-
* Fixed an issue when the Plugin tried to compile even though there was not configuration
100
-
(non AEM / Sling project)
101
-
* Added the 'Filter is generated' flag to the Sling Module Facet. With that it is possible to verify
102
-
a project without having a filter.xml file. It is important though that the filter.xml file is
103
-
available in the designated META-INF/vault folder at the time of the deployment.
104
-
105
-
**0.7.0**:
106
-
* Forced Deployment will Purge Cache first so that both have the same effect locally
107
-
* Implemented Install Button in Server Configuration to install Support Bundle
108
-
* Made General Plugin Configuration persistent.
109
-
* Added a check to the Run Connection so that if the user changes the Server Configuration the
110
-
cache will be automatically purged so that the next deployed will push all of it.
111
-
* The Debug Connection is now also doing a Verification and Server Configuration change check
112
-
like the Run Connection.
113
-
* The Jar File validator on the Facet is now working properly.
114
-
* Exported the Background task execution into its own utility method.
115
-
* Added a Dialog to the Possible Symbolic Name Mismatch so that further warnings can be ignored.
116
-
* When a new module is created the module is automatically verified. This will also create the
117
-
list of modules and updates the tree.
118
-
* Fixed a NPE when the Plugin Preferences Configuration is not created
119
-
120
-
**0.6.4.9**:
121
-
* Dropped the SNAPSHOT from the version.
122
-
* Started to work on a better Module handling to unify
123
-
all the various modules (IntelliJ Project Modules, Maven Project and Server Configuration Module).
124
-
* Added to support for an override of the Bundle Symbolic Name as Felix is renaming them sometimes and
125
-
porting all OSGi configuration for non-Maven OSGi bundles to the Facet to work with any OSGi
126
-
configurations and not just Osmorc.
127
-
* Made the Server Configuration Verification Action available for any selected Server Configuration
128
-
and let it run in the Foreground to allow for user interactions.
129
-
* Moving most of the static text into the Resource Bundle including Debug messages.
130
-
* Fixed an issue with the Sling Module Builder which was renamed.
131
-
* Fixed an issue where in the latest IntelliJ the Plugin Settings will not show in the settings.
132
-
* Fixed an issue with the Debug Mode as it cannot run in the background.
133
-
* Updated the Documentation to this release and added new topics like Sling Module Facets etc.
134
-
135
-
**0.6.4.8-SNAPSHOT**: Make it work with IntelliJ 2016.1.0. Added the cancel action to the toolbar
136
-
to stop background actions. Fixed an issue with IntelliJ 14 which failed to find
137
-
components / services if on application level.
138
-
139
-
**0.6.4.7-SNAPSHOT**: All but Dialog Actions were move into the background which is done in the base
140
-
class so the Actions don't need to do anything special. Added a better way to
141
-
handle process indicators that also deals with no indicator and handles the nesting
142
-
easier as it automates the pops.
143
-
144
-
**0.6.4.6-SNAPSHOT**: Fixed an issue with the entire Module build which led to deadlocks. Also removed some
145
-
debug statements that could disable the Plugin. For now the usage of non-Maven based
146
-
project is discouraged as IntelliJ has no concept of a ZIP file based module.
147
-
148
-
**0.6.4.5-SNAPSHOT**: Non-Maven OSGi modules should build now. There is a fix for any OSGi module as the
149
-
deployment of Maven OSGi modules failed silently to deploy. This is fixed and if the
150
-
build file is not present an alert is shown.
151
-
There is also a fix for Maven modules where the Module Name and the Maven Artifact Id
152
-
did not match as it is now looking at the parent folder to find a match.
153
-
154
-
**0.6.4.4-SNAPSHOT**: Added support for non-Maven based project. In order to support these types of projects
155
-
you need to use two facets. For OSGi modules you need to use the "Osmorc" plugin
156
-
to setup the OSGi Facet and for Content Modules you need to setup the Sling Content
157
-
Facet and specify the Content and META-INF root folder.
158
-
For now only the IntelliJ Plugin Osmorc is supported for non-Maven OSGi bundles.
159
-
160
-
**0.6.4.3-SNAPSHOT**: This release makes the deployment wait until the Maven Build for OSGi bundles is over.
161
-
In addition the toolbar is locked while any action is executed so that background tasks
162
-
like the Maven Build cannot be intercepted. Finally the build also addresses an issue
163
-
with AEM DAM Workflows could interfere with deployments of DAM Assets. The plugin will
164
-
place the push of the /renditions/original nodes to the end.
165
-
166
-
**0.6.4.2-SNAPSHOT**: This release contains a fix for the Maven Build execution for OSGi Bundles. Now the build
167
-
is executed in the background and the action waits until it is finished before installing
168
-
the OSGi Bundle in AEM.
169
-
170
-
**0.6.4.1-SNAPSHOT**: This releases contains the refactored Resource Change Command Factory which is made
171
-
IDE independent. The UI and handling did not change. This release also contains a fix for mysterious failures to
172
-
upload Renditions files.
173
-
174
-
**0.6 Beta 3**: Fixed an issue with the Console Log Settings to being disabled if no configuration is selected.
175
-
Fixed issues with Windows paths. Fixed an issue with Force Deploy doesn't apply to parent folders.
176
-
Fixed an issue with Windows paths and File Changes.
177
-
178
-
**0.6 Beta 2**: Checking a Selected Configuration is renamed to **Run** as it indicates a persistence of the connection
179
-
and even this isn't the case it is persistent for deployments.
180
-
Also renamed the Reset Current Configuration to **Purge Plugin Cache Data**.
181
-
Adjusted some of the Icon's Enabled status to work as intended.
182
-
183
-
**0.6 Beta 1**: Added the support to create new Projects through Maven Archetypes (AEM or Sling). The Builder
184
-
is geared towards that and only shows the available Archetypes and let the user set the
185
-
required properties. The rest remains the same as creating a Project through the Maven Builder
186
-
and using archetypes there
187
-
188
-
**0.5-BETA-2** is available which now tries to perform a Maven build for OSGi Modules during the deployment. This feature
189
-
can be switched off (on is the default) in the Server Connection Configuration of the Plugin. If the Edit Button is
190
-
disabled make sure you stop the connection first.
191
-
192
-
**Attention**: There is a little problem with IntelliJ where the first Maven build from the AEM Plugin will fail. There
193
-
is an Alert that pops up and it will suggest that you try once more. During the initial tests that did solve the issue.
194
-
195
87
#### Introduction
196
88
197
89
This projects creates an IntelliJ IDE plugin for version 14 and up providing the same features as the Eclipse AEM Tooling provided by the Adobe / Sling team.
0 commit comments