Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ronmamo/reflections
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.12
Choose a base ref
...
head repository: ronmamo/reflections
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10
Choose a head ref
  • 5 commits
  • 72 files changed
  • 9 contributors

Commits on Aug 21, 2018

  1. Make sure bundles are always built. Ignore import for javax.annotatio…

    …ns as we only need it at compile time
    cschneider committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    d5d4816 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. 0.9.13-SNAPSHOT

    ronma committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    375a9a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Merge pull request #242 from cschneider/osgi-fix

    Make sure bundles are always built. Ignore import for javax.annotatio…
    ronmamo authored Jan 12, 2020
    Configuration menu
    Copy the full SHA
    fb7786b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. wip fix'em ~all (#275)

    * Enable getMemberFromDescriptor to extract class names when methods have spaces
    
    * Create JbossDir.java
    
    * Create JbossFile.java
    
    * Update Vfs.java
    
    * Update pom.xml
    
    * Updated FilterBuilder#excludePackage to use varargs; brings it in to line with includePackage.
    
    * add repeatable annotation test
    
    * wip fix'em ~all
    
    * AbstractIterator to Iterator
    
    * be minimal
    
    * windows path
    
    * maven release plugins
    
    * predicate apply -> test
    
    * MethodParameterNamesScanner - fix #256
    
    * Use synchronized list to avoid concurrency failures
    
    * Add unit test to reproduce issue
    
    * Fix ConfigurationBuilder addClassLoaders
    
    * fix custom url class loader test
    
    * fix custom url class loader test
    
    * fix custom url class loader test
    
    * fix custom url class loader test
    
    Co-authored-by: shyamz-22 <[email protected]>
    Co-authored-by: kudrevatykh <[email protected]>
    Co-authored-by: burkec <[email protected]>
    Co-authored-by: Honwhy Wang <[email protected]>
    Co-authored-by: ronma <ronma@>
    Co-authored-by: merlin <[email protected]>
    Co-authored-by: Darío Cutillas <[email protected]>
    7 people authored Apr 26, 2020
    Configuration menu
    Copy the full SHA
    9a1ac08 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Reflections 0.10 refactor (#335)

    Reflections 0.10 refactor
    ronmamo authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    1f05c17 View commit details
    Browse the repository at this point in the history
Loading