[JBoss JIRA] (ISPN-9049) Add Console build to CI
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-9049?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic resolved ISPN-9049.
---------------------------------------
Fix Version/s: 9.3.0.Final
Resolution: Done
> Add Console build to CI
> -----------------------
>
> Key: ISPN-9049
> URL: https://issues.jboss.org/browse/ISPN-9049
> Project: Infinispan
> Issue Type: Task
> Components: CI, Console
> Affects Versions: 9.2.1.Final, 9.3.0.Alpha1
> Reporter: Ryan Emerson
> Assignee: Vladimir Blagojevic
> Fix For: 9.3.0.Final
>
>
> Currently releases are done on our local machines, where we have working environments due to our ongoing dev work. However, these environments are not always comparable to a fresh install due to packages being installed locally but not added to package.json/jspm.conf etc.
> We should have a build on the CI to ensure that the console can always be built from scratch by invoking `mvn clean install`
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months
[JBoss JIRA] (ISPN-9256) Upgrade npm dependencies
by Vladimir Blagojevic (JIRA)
Vladimir Blagojevic created ISPN-9256:
-----------------------------------------
Summary: Upgrade npm dependencies
Key: ISPN-9256
URL: https://issues.jboss.org/browse/ISPN-9256
Project: Infinispan
Issue Type: Task
Components: Console
Affects Versions: 9.3.0.CR1
Reporter: Vladimir Blagojevic
Assignee: Vladimir Blagojevic
Our project dependencies are getting very much out of date. We have not updated them since we started the project. Recently, we had an issue where a minor npm component upgrade in npm repo that our project uses caused an issue that took us hours to track down. After we upgrade all components, remove ever-increasing warnings, these issues should not happen anymore and we should have a much more resilient dependency tree.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months
[JBoss JIRA] (ISPN-9155) Clear should not emit listener notifications
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-9155?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño commented on ISPN-9155:
----------------------------------------
Not sure we need removeAll per se, you can just iterate over the container and remove things. If this is not efficient you can do removaAsync for all then and then wait for all futures. Eventually we might need such removeAll API but I'd delay adding it until we get requests for it.
> Clear should not emit listener notifications
> --------------------------------------------
>
> Key: ISPN-9155
> URL: https://issues.jboss.org/browse/ISPN-9155
> Project: Infinispan
> Issue Type: Enhancement
> Components: Listeners, Remote Protocols
> Reporter: Galder Zamarreño
> Labels: redhat-summit-18
>
> JCache does not emit notifications on clear(). We shouldn't either.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months