Commit Graph

6 Commits

Author SHA1 Message Date
Spring Operator
be39be1624 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 7 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 205 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-21 15:29:05 -05:00
Andy Clement
8c49ba3822 Performance work
1. types now keep track of their subtypes, enabling smarters checks
   after reloading: "has anything in my hierarchy been reloaded?"
   instead of "has anything at all been reloaded?"

2. Building on that, caches related to info built during reflective
   calls like 'getDeclaredMethods()' and 'getMethods()' is cleared
   from types (and subtypes) during reload. The caches will
   subsequently be rebuilt/reused on the next request for that
   info.

3. New guards in ivicheck/etc: 'have things in my
   hierarchy been reloaded?'
2014-05-20 11:29:23 -07:00
Andy Clement
59be31b9f9 GITHUB-34: final methods, interfaces and enums 2014-02-03 20:31:21 -08:00
Andrew Clement
2337f84fdd Various changes:
- Fix for GRAILS-10411 (super dispatchers)
- Better forked JVM test harness
- Work in progress on improved logging/explain mode
2014-01-31 13:22:49 -08:00
Andy Clement
bf9bb5369a Valid .project/.classpaths for eclipse import 2014-01-22 13:53:51 -08:00
Andy Clement
ceef61cf98 renamed all modules 2014-01-15 11:36:24 -08:00