GithubHelp home page GithubHelp logo

annotations_repos's People

Contributors

jcarlosadm avatar pmop avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

annotations_repos's Issues

adamturski/abixen-platform

Issue: abixen/abixen-platform#400
Commit: adamturski/abixen-platform@28eb709
Changes:
-@EnableWebSecurity
@Configuration
+@EnableWebSecurity
+@EnableGlobalMethodSecurity(prePostEnabled = true, securedEnabled = true)

Comment: The author has moved @EnableWebSecurity under @Configuration and then added @EnableGlobalMethodSecurity

Note that @EnableGlobalMethodSecurity comes with two properties. However, we would have to remove it and perhaps move @EnableWebSecurity back to its old position (sometimes, order doesn't matters).

bazelbuild/bazel

Related issue bazelbuild/bazel#3714
Commit is a bugfix: bazelbuild/bazel@d22e1de

Annotations involved:
@ParamType

Multiple changes also related to the bugfix.

Annotation changes:

- @ParamType(type = SkylarkList.class, generic1 = String.class)
+ @ParamType(type = Iterable.class, generic1 = String.class)

spring-projects/spring-security

Commit: spring-projects/spring-security@c2d8ea9
Issue: spring-projects/spring-security#3736

Annotations involved:
@JsonAutoDetect
Multiple Changes:
-@JsonAutoDetect(fieldVisibility = JsonAutoDetect.Visibility.ANY, getterVisibility = JsonAutoDetect.Visibility.NONE,
+@JsonAutoDetect(fieldVisibility = JsonAutoDetect.Visibility.NONE, getterVisibility = JsonAutoDetect.Visibility.PUBLIC_ONLY, isGetterVisibility = JsonAutoDetect.Visibility.NONE)
- public SimpleGrantedAuthorityMixin(@JsonProperty("role") String role) {
+ public SimpleGrantedAuthorityMixin(@JsonProperty("authority") String role) {

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.