Releases: headwirecom/aem-ide-tooling-4-intellij
1.0.3.5-beta: fix for issues with the latest IDEA versions
In this release we migrated to the Plugin Services instead of Components to make it work with the latest IDEA released (2019). There are also some adjustment on the handling of bundles, excluded components and the handling of local / remote versions especially regarding SNAPSHOTS.
Please report any issues with it so that we can release it pretty soon.
Release 1.0.3.4: Fix for Import From and Code Smell Errors
- A fix for the Import From User Action that fails because I cannot write from a
User Action. - An exception during code change from the Code Smell Detector is ignored if it is based on
the 'cannot run under write action' failure. There is not fix in sight from JetBrains or
help on how to make this work so for now it is just ignored. - Upgraded the Tooling Support Bundle to version 1.0.4.
Please report any issues regarding this release. If there are no issues I am going to release this to the JetBrains plugin repository next week.
Release 1.0.3.3: threading fixes and API updates
This version of plugin has a centralized handling of threads in the plugin, some fixes for possible deadlocks and read/write issues and an update to the IntelliJ OpenAPI changes regarding data storage.
You might experience a loss of data due to the change. If you loose the connection configuration then just recreate it. If you loose the modules in the connection tree then just hit verify (eye icon) to rebuild.
Please report any issues you find.
A Beta to deal with the Deadlocks during Start Debug Connection
This is a beta release to see if the fix for the Start Debug Connection does work out.
Please test it out and let me know if you run into any issues with it. It works on my Mac but Windows might have issues with it.
Fix for Windows failure to Connect to Sling/AEM
I removed duplicate SLF4J libraries that caused the error on Windows.
Please give it a try and let me know if it fixes the issue
1.0.3.1: Book Keeping Release
This one has an updated Info Page link to make sure the version of the plugin matches the Info Page.
1.0.3 Relese
Fixed an issue with Mac OS X High Sierra.
1.0.3-beta: Fix for High Sierra
This is the same plugin as 1.0.2 with a patched version of the Sling IDE Impl-VLT component. It could connect with it in both run and debug mode.
Please give this a spin and let me know if that fixes any issues with High Sierra.
UPDATE: I uploaded the wrong file. Please give it a try now by downloading and installing 'AEM IDE Tooling 4 IntelliJ.zip'.
UPDATE 2: Added a logging statement for an connection issue.
UPDATE 3: Fixed an issue with Reflection on the Activator patch
UPDATE 4: Updated the dependencies to make the deployment work
Release of 1.0.2
This release contains a few fixes regarding deadlocks, bundle deployment and import from issues regarding .content.xml.
Please gives this a try and report any issues before we release this to the JetBrains repository.
Test Release for Deadlock
The Dialog to inform the user about missing bundles on the server is removed to test if that is the cause for the deadlock (issue 43).
Please report any issues (beside the missing dialog).